File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
contentgrid-junit-jupiter-k8s
contentgrid-testcontainers-k3s-cilium Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717
1818dependencies {
1919 implementation platform(" org.springframework.boot:spring-boot-dependencies:3.5.9" )
20- implementation platform(" io.fabric8:kubernetes-client-bom:7.4.0 " )
20+ implementation platform(" io.fabric8:kubernetes-client-bom:7.5.1 " )
2121
2222 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
2323
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ tasks.register("testResourcesJar", Jar) {
1313
1414dependencies {
1515 implementation platform(" org.springframework.boot:spring-boot-dependencies:3.5.9" )
16- implementation platform(" io.fabric8:kubernetes-client-bom:7.4.0 " )
16+ implementation platform(" io.fabric8:kubernetes-client-bom:7.5.1 " )
1717
1818 implementation project(' :contentgrid-helm-client' )
1919 implementation project(' :contentgrid-testcontainers-registry' )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525
2626 testImplementation ' org.junit.jupiter:junit-jupiter'
2727 testImplementation ' org.assertj:assertj-core'
28- testImplementation ' io.fabric8:kubernetes-junit-jupiter:7.4.0 '
28+ testImplementation ' io.fabric8:kubernetes-junit-jupiter:7.5.1 '
2929 testImplementation ' org.testcontainers:junit-jupiter'
3030 testImplementation ' org.testcontainers:k3s'
3131 testImplementation project(' :contentgrid-junit-jupiter-k8s' )
You can’t perform that action at this time.
0 commit comments