We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd97745 commit 9428b57Copy full SHA for 9428b57
1 file changed
contentgrid-configuration-autoconfigure/build.gradle
@@ -12,8 +12,8 @@ configurations {
12
}
13
14
dependencies {
15
- compileOnly platform('org.springframework.boot:spring-boot-dependencies:3.5.8')
16
- testImplementation platform('org.springframework.boot:spring-boot-dependencies:3.5.8')
+ compileOnly platform('org.springframework.boot:spring-boot-dependencies:4.0.0')
+ testImplementation platform('org.springframework.boot:spring-boot-dependencies:4.0.0')
17
18
compileOnly 'org.springframework.boot:spring-boot-autoconfigure'
19
compileOnly 'org.springframework.cloud:spring-cloud-kubernetes-fabric8-autoconfig:3.3.0'
0 commit comments