We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cfea9e + e85d0ea commit 38b1b08Copy full SHA for 38b1b08
modules/k3s/build.gradle
@@ -8,7 +8,7 @@ dependencies {
8
// Any >2.8 version here is not compatible with jackson-databind 2.8.x.
9
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'
10
11
- testImplementation 'io.fabric8:kubernetes-client:6.13.1'
+ testImplementation 'io.fabric8:kubernetes-client:7.3.1'
12
testImplementation 'io.kubernetes:client-java:24.0.0-legacy'
13
testImplementation 'org.assertj:assertj-core:3.27.3'
14
}
0 commit comments