Skip to content

Commit ed341c5

Browse files
Bump kubernetes-client from 6.1.1 to 6.2.0 in /modules/k3s
Bumps [kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md) - [Commits](fabric8io/kubernetes-client@v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 986b037 commit ed341c5

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:6.1.1'
11+
testImplementation 'io.fabric8:kubernetes-client:6.2.0'
1212
testImplementation 'io.kubernetes:client-java:16.0.1'
1313
testImplementation 'org.assertj:assertj-core:3.23.1'
1414
}

0 commit comments

Comments
 (0)