File tree 4 files changed +5
-5
lines changed
spring-boot-actuator-autoconfigure
spring-boot-tools/spring-boot-test-support
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310" )
24
24
25
25
optional(" ch.qos.logback:logback-classic" )
26
- optional(" com.datastax.oss :java-driver-core" ) {
26
+ optional(" org.apache.cassandra :java-driver-core" ) {
27
27
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
28
28
}
29
29
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml" )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description = "Spring Boot Actuator"
11
11
dependencies {
12
12
api(project(" :spring-boot-project:spring-boot" ))
13
13
14
- optional(" com.datastax.oss :java-driver-core" ) {
14
+ optional(" org.apache.cassandra :java-driver-core" ) {
15
15
exclude group : " org.slf4j" , module : " jcl-over-slf4j"
16
16
}
17
17
optional(" com.fasterxml.jackson.core:jackson-databind" )
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ bom {
211
211
releaseNotes(" https://github.com/ben-manes/caffeine/releases/tag/v{version}" )
212
212
}
213
213
}
214
- library(" Cassandra Driver" , " 4.17 .0" ) {
215
- group(" com.datastax.oss " ) {
214
+ library(" Cassandra Driver" , " 4.18 .0" ) {
215
+ group(" org.apache.cassandra " ) {
216
216
imports = [
217
217
" java-driver-bom"
218
218
]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "Spring Boot Testing Support"
8
8
dependencies {
9
9
api(platform(project(path : " :spring-boot-project:spring-boot-parent" )))
10
10
11
- compileOnly(" com.datastax.oss :java-driver-core" ) {
11
+ compileOnly(" org.apache.cassandra :java-driver-core" ) {
12
12
exclude(group : " org.slf4j" , module : " jcl-over-slf4j" )
13
13
}
14
14
compileOnly(" jakarta.servlet:jakarta.servlet-api" )
You can’t perform that action at this time.
0 commit comments