|
1 | 1 | <?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"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | 5 |
|
5 | 6 | <parent> |
6 | 7 | <groupId>org.springframework.boot</groupId> |
7 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>3.5.6</version> |
| 9 | + <version>3.5.7</version> |
9 | 10 | <relativePath/> <!-- lookup parent from repository --> |
10 | 11 | </parent> |
11 | 12 |
|
|
78 | 79 | <dependency> |
79 | 80 | <groupId>org.springdoc</groupId> |
80 | 81 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
81 | | - <version>2.8.13</version> |
| 82 | + <version>2.8.14</version> |
82 | 83 | </dependency> |
83 | 84 |
|
84 | 85 | <!-- Testing --> |
|
115 | 116 | <dependency> |
116 | 117 | <groupId>org.testcontainers</groupId> |
117 | 118 | <artifactId>testcontainers</artifactId> |
118 | | - <version>1.21.3</version> |
| 119 | + <version>2.0.2</version> |
119 | 120 | <scope>test</scope> |
120 | 121 | <exclusions> |
121 | 122 | <exclusion> |
|
136 | 137 | </dependency> |
137 | 138 | <dependency> |
138 | 139 | <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> |
141 | 142 | <scope>test</scope> |
142 | 143 | </dependency> |
143 | 144 | <dependency> |
144 | 145 | <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> |
147 | 148 | <scope>test</scope> |
148 | 149 | </dependency> |
149 | 150 | </dependencies> |
|
0 commit comments