|
89 | 89 | <aws-kotlin.version>1.5.77</aws-kotlin.version> |
90 | 90 |
|
91 | 91 | <commons-codec.version>1.20.0</commons-codec.version> |
92 | | - <commons-compress.version>1.28.0</commons-compress.version> |
93 | 92 | <httpclient.version>4.5.14</httpclient.version> |
94 | 93 | <httpmime.version>4.5.14</httpmime.version> |
95 | 94 | <httpcore.version>4.4.16</httpcore.version> |
|
127 | 126 | <skipDocker>false</skipDocker> |
128 | 127 | <sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version> |
129 | 128 | <spring-boot.version>4.0.0-RC2</spring-boot.version> |
130 | | - <testcontainers.version>1.21.3</testcontainers.version> |
| 129 | + <testcontainers.version>2.0.2</testcontainers.version> |
131 | 130 | <testng.version>7.11.0</testng.version> |
132 | 131 | <xmlunit-assertj3.version>2.11.0</xmlunit-assertj3.version> |
133 | 132 | <spring-test-profiler.version>0.0.14</spring-test-profiler.version> |
|
214 | 213 | </dependency> |
215 | 214 | <dependency> |
216 | 215 | <groupId>org.testcontainers</groupId> |
217 | | - <artifactId>junit-jupiter</artifactId> |
| 216 | + <artifactId>testcontainers-bom</artifactId> |
218 | 217 | <version>${testcontainers.version}</version> |
219 | 218 | </dependency> |
220 | | - <dependency> |
221 | | - <groupId>org.testcontainers</groupId> |
222 | | - <artifactId>testcontainers</artifactId> |
223 | | - <version>${testcontainers.version}</version> |
224 | | - <exclusions> |
225 | | - <exclusion> |
226 | | - <groupId>org.apache.commons</groupId> |
227 | | - <artifactId>commons-compress</artifactId> |
228 | | - </exclusion> |
229 | | - </exclusions> |
230 | | - </dependency> |
231 | | - <dependency> |
232 | | - <!-- Workaround: TestContainers does not regularly update their dependencies, and their commons-compress |
233 | | - version contains multiple CVEs. |
234 | | - See https://github.com/testcontainers/testcontainers-java/issues/8338--> |
235 | | - <groupId>org.apache.commons</groupId> |
236 | | - <artifactId>commons-compress</artifactId> |
237 | | - <version>${commons-compress.version}</version> |
238 | | - </dependency> |
239 | 219 | <dependency> |
240 | 220 | <groupId>commons-codec</groupId> |
241 | 221 | <artifactId>commons-codec</artifactId> |
|
0 commit comments