|
153 | 153 | <org.apache.commons.commons-compress.version>1.28.0</org.apache.commons.commons-compress.version> |
154 | 154 | <equalsverifier.version>4.3.1</equalsverifier.version> |
155 | 155 | <jcip.version>1.0</jcip.version> |
156 | | - <testcontainers.version>1.21.4</testcontainers.version> |
| 156 | + <testcontainers.version>2.0.3</testcontainers.version> |
| 157 | + <testcontainers-cassandra.version>1.21.4</testcontainers-cassandra.version> |
157 | 158 | <org.bouncycastle.bcpkix-jdk18on.version>1.83</org.bouncycastle.bcpkix-jdk18on.version> |
158 | 159 | <org.apache.httpcomponents.client5.httpclient5.version>5.6</org.apache.httpcomponents.client5.httpclient5.version> |
159 | 160 |
|
|
199 | 200 |
|
200 | 201 | <!-- Temporary override versions of indirect dependencies (not yet stepped by the direct dependency) --> |
201 | 202 |
|
202 | | - <!-- Used by testcontainers, steped due to CVE-2024-25710 --> |
| 203 | + <!-- Used by testcontainers-cassandra, steped due to CVE-2024-25710 --> |
203 | 204 | <dependency> |
204 | 205 | <groupId>org.apache.commons</groupId> |
205 | 206 | <artifactId>commons-compress</artifactId> |
206 | 207 | <version>${org.apache.commons.commons-compress.version}</version> |
207 | 208 | <scope>test</scope> |
208 | 209 | </dependency> |
209 | 210 |
|
| 211 | + <!-- Used by testcontainers-cassandra, steped due to docker issue in github actions --> |
| 212 | + <dependency> |
| 213 | + <groupId>org.testcontainers</groupId> |
| 214 | + <artifactId>testcontainers</artifactId> |
| 215 | + <version>${testcontainers.version}</version> |
| 216 | + <scope>test</scope> |
| 217 | + </dependency> |
| 218 | + |
210 | 219 | <!-- Used by java-driver --> |
211 | 220 | <dependency> |
212 | 221 | <groupId>com.typesafe</groupId> |
|
518 | 527 | <dependency> |
519 | 528 | <groupId>org.testcontainers</groupId> |
520 | 529 | <artifactId>cassandra</artifactId> |
521 | | - <version>${testcontainers.version}</version> |
| 530 | + <version>${testcontainers-cassandra.version}</version> |
522 | 531 | <scope>test</scope> |
523 | 532 | </dependency> |
524 | 533 |
|
|
0 commit comments