File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
spring-boot-starters/spring-boot-starter-data-cassandra Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -159,11 +159,13 @@ bom {
159
159
]
160
160
}
161
161
}
162
- library(" Cassandra Driver" , " 4.3.1 " ) {
162
+ library(" Cassandra Driver" , " 4.4.0 " ) {
163
163
group(" com.datastax.oss" ) {
164
164
modules = [
165
- " java-driver-core" ,
166
- " java-driver-query-builder"
165
+ " java-driver-core" {
166
+ exclude group : " org.slf4j" , module : " jcl-over-slf4j"
167
+ },
168
+ " java-drive-query-builder"
167
169
]
168
170
}
169
171
}
Original file line number Diff line number Diff line change @@ -8,5 +8,7 @@ dependencies {
8
8
api(platform(project(" :spring-boot-project:spring-boot-dependencies" )))
9
9
api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter" ))
10
10
api(" org.springframework:spring-tx" )
11
- api(" org.springframework.data:spring-data-cassandra" )
11
+ api(" org.springframework.data:spring-data-cassandra" ) {
12
+ exclude group : " org.slf4j" , module : " jcl-over-slf4j"
13
+ }
12
14
}
You can’t perform that action at this time.
0 commit comments