Skip to content

Commit c6a905e

Browse files
author
fietser1997
authored
Update com.datastax.cassandra:cassandra-driver-core:3.10.0 -> com.datastax.oss:java-driver-core:4.17.0
Update driver-core to new location to align with test dependencies. Preventing problems with spring boot 3.3.x+
1 parent 485ef1d commit c6a905e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cassandra/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ configurations.all {
88

99
dependencies {
1010
api project(":database-commons")
11-
api "com.datastax.cassandra:cassandra-driver-core:3.10.0"
11+
api "com.datastax.oss:java-driver-core:4.17.0"
1212

1313
testImplementation 'com.datastax.oss:java-driver-core:4.17.0'
1414
testImplementation 'org.assertj:assertj-core:3.26.3'

0 commit comments

Comments
 (0)