Skip to content

Commit 23ce021

Browse files
committed
update deps
1 parent a5463ff commit 23ce021

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

pom.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45

56
<parent>
67
<groupId>org.springframework.boot</groupId>
78
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.6</version>
9+
<version>3.5.7</version>
910
<relativePath/> <!-- lookup parent from repository -->
1011
</parent>
1112

@@ -78,7 +79,7 @@
7879
<dependency>
7980
<groupId>org.springdoc</groupId>
8081
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
81-
<version>2.8.13</version>
82+
<version>2.8.14</version>
8283
</dependency>
8384

8485
<!-- Testing -->
@@ -115,7 +116,7 @@
115116
<dependency>
116117
<groupId>org.testcontainers</groupId>
117118
<artifactId>testcontainers</artifactId>
118-
<version>1.21.3</version>
119+
<version>2.0.2</version>
119120
<scope>test</scope>
120121
<exclusions>
121122
<exclusion>
@@ -136,14 +137,14 @@
136137
</dependency>
137138
<dependency>
138139
<groupId>org.testcontainers</groupId>
139-
<artifactId>junit-jupiter</artifactId>
140-
<version>1.21.3</version>
140+
<artifactId>testcontainers-junit-jupiter</artifactId>
141+
<version>2.0.2</version>
141142
<scope>test</scope>
142143
</dependency>
143144
<dependency>
144145
<groupId>org.testcontainers</groupId>
145-
<artifactId>postgresql</artifactId>
146-
<version>1.21.3</version>
146+
<artifactId>testcontainers-postgresql</artifactId>
147+
<version>2.0.2</version>
147148
<scope>test</scope>
148149
</dependency>
149150
</dependencies>

0 commit comments

Comments
 (0)