File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ tasks.withType(JavaCompile).configureEach {
6262ext {
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'
You can’t perform that action at this time.
0 commit comments