We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bad69e5 + 91142a7 commit d07a9f2Copy full SHA for d07a9f2
modules/scylladb/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: ScyllaDB"
3
dependencies {
4
api project(":testcontainers")
5
6
- testImplementation 'com.scylladb:java-driver-core:4.15.0.0'
+ testImplementation 'com.scylladb:java-driver-core:4.19.0.1'
7
testImplementation 'org.assertj:assertj-core:3.27.3'
8
testImplementation 'software.amazon.awssdk:dynamodb:2.31.77'
9
}
0 commit comments