Skip to content

Commit afbfd38

Browse files
Bump io.fabric8:kubernetes-client-api from 7.0.1 to 7.1.0
Bumps [io.fabric8:kubernetes-client-api](https://github.com/fabric8io/kubernetes-client) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](fabric8io/kubernetes-client@v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fa5f7c commit afbfd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ java {
5555
ext {
5656
deps = [
5757
gocdPluginApi: 'cd.go.plugin:go-plugin-api:24.4.0',
58-
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:7.0.1',
58+
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:7.1.0',
5959
]
6060

6161
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }

0 commit comments

Comments
 (0)