Commit d19920ae authored by Stephane Nicoll's avatar Stephane Nicoll

Upgrade to Cassandra Driver 4.4.0

Closes gh-20064
parent fe325c06
...@@ -159,11 +159,13 @@ bom { ...@@ -159,11 +159,13 @@ bom {
] ]
} }
} }
library("Cassandra Driver", "4.3.1") { library("Cassandra Driver", "4.4.0") {
group("com.datastax.oss") { group("com.datastax.oss") {
modules = [ modules = [
"java-driver-core", "java-driver-core" {
"java-driver-query-builder" exclude group: "org.slf4j", module: "jcl-over-slf4j"
},
"java-drive-query-builder"
] ]
} }
} }
......
...@@ -8,5 +8,7 @@ dependencies { ...@@ -8,5 +8,7 @@ dependencies {
api(platform(project(":spring-boot-project:spring-boot-dependencies"))) api(platform(project(":spring-boot-project:spring-boot-dependencies")))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter")) api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.springframework:spring-tx") api("org.springframework:spring-tx")
api("org.springframework.data:spring-data-cassandra") api("org.springframework.data:spring-data-cassandra") {
exclude group: "org.slf4j", module: "jcl-over-slf4j"
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment