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 1f9e8e1 + f39e19d commit d6c5fedCopy full SHA for d6c5fed
modules/k3s/build.gradle
@@ -6,6 +6,6 @@ dependencies {
6
// Synchronize with the jackson version, must match major and minor version
7
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.4'
8
9
- testImplementation 'io.fabric8:kubernetes-client:7.4.0'
+ testImplementation 'io.fabric8:kubernetes-client:7.6.1'
10
testImplementation 'io.kubernetes:client-java:25.0.0-legacy'
11
}
0 commit comments