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 d276da0 + ca0a9c2 commit bad69e5Copy full SHA for bad69e5
modules/yugabytedb/build.gradle
@@ -4,7 +4,7 @@ dependencies {
4
api project(':jdbc')
5
testImplementation project(':jdbc-test')
6
// YCQL driver
7
- testImplementation 'com.yugabyte:java-driver-core:4.15.0-yb-2-TESTFIX.0'
+ testImplementation 'com.yugabyte:java-driver-core:4.19.0-yb-1'
8
// YSQL driver
9
testRuntimeOnly 'com.yugabyte:jdbc-yugabytedb:42.7.3-yb-4'
10
}
0 commit comments