Skip to content

Commit

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

Bump io.fabric8:kubernetes-client-api from 7.0.0 to 7.0.1
  • Loading branch information
chadlwilson authored Dec 21, 2024
2 parents 0f6a8f0 + 711de53 commit e62f49b
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:7.0.0',
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:7.0.1',
]

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

0 comments on commit e62f49b

Please sign in to comment.