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 0a045d8 + 981d47e commit 62c9b28Copy full SHA for 62c9b28
modules/cassandra/build.gradle
@@ -9,5 +9,5 @@ configurations.all {
9
dependencies {
10
api project(":database-commons")
11
api "com.datastax.cassandra:cassandra-driver-core:3.10.0"
12
- testImplementation 'com.datastax.oss:java-driver-core:4.8.0'
+ testImplementation 'com.datastax.oss:java-driver-core:4.14.1'
13
}
0 commit comments