Skip to content

Commit f8f61bf

Browse files
Bump io.fabric8:kubernetes-client-api from 6.6.1 to 6.6.2
Bumps [io.fabric8:kubernetes-client-api](https://github.com/fabric8io/kubernetes-client) from 6.6.1 to 6.6.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@v6.6.1...v6.6.2) --- 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 16eb1d5 commit f8f61bf

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:23.1.0',
58-
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:6.6.1',
58+
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:6.6.2',
5959
]
6060

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

0 commit comments

Comments
 (0)