Skip to content

Commit

Permalink
Merge pull request #259 from gocd/dependabot/gradle/io.fabric8-kubern…
Browse files Browse the repository at this point in the history
…etes-client-api-7.0.0

Bump io.fabric8:kubernetes-client-api from 6.13.4 to 7.0.0
  • Loading branch information
chadlwilson authored Dec 9, 2024
2 parents 3919911 + f7036f6 commit 0f6a8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static String versionOf(String dependencySpec) {
ext {
deps = [
gocdPluginApi : 'cd.go.plugin:go-plugin-api:24.4.0',
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:6.13.4',
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:7.0.0',
]

versions = project.ext.deps.collectEntries { lib, libGav -> [lib, versionOf(libGav)] }
Expand Down

0 comments on commit 0f6a8f0

Please sign in to comment.