Skip to content

Commit 3c9e7c0

Browse files
Bump io.fabric8:kubernetes-client-api from 6.13.3 to 6.13.4
Bumps [io.fabric8:kubernetes-client-api](https://github.com/fabric8io/kubernetes-client) from 6.13.3 to 6.13.4. - [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.3...v6.13.4) --- updated-dependencies: - dependency-name: io.fabric8:kubernetes-client-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7ba694 commit 3c9e7c0

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.3.0',
58-
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:6.13.3',
58+
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:6.13.4',
5959
]
6060

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

0 commit comments

Comments
 (0)