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.
1 parent 4486913 commit 97e6bb9Copy full SHA for 97e6bb9
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.3.1'
+ testImplementation 'io.fabric8:kubernetes-client:7.4.0'
10
testImplementation 'io.kubernetes:client-java:24.0.0-legacy'
11
}
0 commit comments