Skip to content

Commit b4a9ca6

Browse files
authored
Merge pull request #496 from gocd/dependabot/gradle/gradle-deps-ac7cfa4119
Bump the gradle-deps group across 1 directory with 2 updates
2 parents 339e4e5 + 07812eb commit b4a9ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tasks.withType(JavaCompile).configureEach {
6262
ext {
6363
deps = [
6464
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0',
65-
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:7.4.0',
65+
kubernetesClientApi: 'io.fabric8:kubernetes-client-api:7.5.1',
6666
]
6767

6868
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
@@ -82,7 +82,7 @@ dependencies {
8282
implementation 'org.freemarker:freemarker:2.3.34'
8383

8484
testImplementation project.deps.gocdPluginApi
85-
testImplementation platform('org.junit:junit-bom:6.0.1')
85+
testImplementation platform('org.junit:junit-bom:6.0.2')
8686
testImplementation 'org.junit.jupiter:junit-jupiter-api'
8787
testImplementation 'org.junit.jupiter:junit-jupiter-params'
8888
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)