Skip to content

Commit

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

Bump io.fabric8:kubernetes-client-api from 6.13.2 to 6.13.3
  • Loading branch information
chadlwilson authored Aug 17, 2024
2 parents 342bfbe + 4dabd0f commit b2bc6d7
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.3.0',
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:6.13.2',
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:6.13.3',
]

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

0 comments on commit b2bc6d7

Please sign in to comment.