We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18b3b44 + cd7bde0 commit dd97745Copy full SHA for dd97745
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.7')
16
- testImplementation platform('org.springframework.boot:spring-boot-dependencies:3.5.7')
+ compileOnly platform('org.springframework.boot:spring-boot-dependencies:3.5.8')
+ testImplementation platform('org.springframework.boot:spring-boot-dependencies:3.5.8')
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