Skip to content

Commit 9d1f038

Browse files
Bump kubernetes-client from 5.12.1 to 5.12.2 in /modules/k3s
Bumps [kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md) - [Commits](fabric8io/kubernetes-client@v5.12.1...v5.12.2) --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9660137 commit 9d1f038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/k3s/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
// Any >2.8 version here is not compatible with jackson-databind 2.8.x.
99
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'
1010

11-
testImplementation 'io.fabric8:kubernetes-client:5.12.1'
11+
testImplementation 'io.fabric8:kubernetes-client:5.12.2'
1212
testImplementation 'io.kubernetes:client-java:15.0.0'
1313
testImplementation 'org.assertj:assertj-core:3.22.0'
1414
}

0 commit comments

Comments
 (0)