File tree Expand file tree Collapse file tree
contentgrid-configuration-autoconfigure
contentgrid-configuration-kubernetes-fabric8 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ configurations {
1212}
1313
1414dependencies {
15- compileOnly platform(' org.springframework.boot:spring-boot-dependencies:3.5.9 ' )
16- testImplementation platform(' org.springframework.boot:spring-boot-dependencies:3.5.9 ' )
15+ compileOnly platform(' org.springframework.boot:spring-boot-dependencies:4.0.1 ' )
16+ testImplementation platform(' org.springframework.boot:spring-boot-dependencies:4.0.1 ' )
1717
1818 compileOnly ' org.springframework.boot:spring-boot-autoconfigure'
19- compileOnly ' org.springframework.cloud:spring-cloud-kubernetes-fabric8-autoconfig:3.3.1 '
19+ compileOnly ' org.springframework.cloud:spring-cloud-kubernetes-fabric8-autoconfig:5.0.0 '
2020
2121 compileOnly project(' :contentgrid-configuration-kubernetes-fabric8' )
2222 compileOnly project(' :contentgrid-configuration-properties-spring' )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77description = " ContentGrid configuration discovery: Kubernetes discovery"
88
99dependencies {
10- internalPlatform platform(' org.springframework.cloud:spring-cloud-dependencies:2025.0 .0' )
10+ internalPlatform platform(' org.springframework.cloud:spring-cloud-dependencies:2025.1 .0' )
1111
1212 api project(' :contentgrid-configuration-api' )
1313
You can’t perform that action at this time.
0 commit comments