Skip to content

Commit e9d543a

Browse files
Bump io.fabric8:kubernetes-client from 6.13.1 to 7.3.1 in /modules/k3s
Bumps [io.fabric8:kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 6.13.1 to 7.3.1. - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](fabric8io/kubernetes-client@v6.13.1...v7.3.1) --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63189c8 commit e9d543a

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.13.1'
11+
testImplementation 'io.fabric8:kubernetes-client:7.3.1'
1212
testImplementation 'io.kubernetes:client-java:21.0.1-legacy'
1313
testImplementation 'org.assertj:assertj-core:3.26.3'
1414
}

0 commit comments

Comments
 (0)