@@ -61,7 +61,7 @@ tasks.withType(JavaCompile).configureEach {
6161
6262ext {
6363 deps = [
64- gocdPluginApi : ' cd.go.plugin:go-plugin-api:25.4 .0' ,
64+ gocdPluginApi : ' cd.go.plugin:go-plugin-api:26.1 .0' ,
6565 kubernetesClientApi : ' io.fabric8:kubernetes-client-api:7.8.0' ,
6666 ]
6767
@@ -76,16 +76,16 @@ dependencies {
7676 implementation project. deps. kubernetesClientApi
7777 runtimeOnly " io.fabric8:kubernetes-client:${ project.versions.kubernetesClientApi} "
7878 constraints {
79- implementation ' io.vertx:vertx-web-client:4.5.28 ' // Upgrade transitive version within fabric kubernetes-client
79+ implementation ' io.vertx:vertx-web-client:4.5.31 ' // Upgrade transitive version within fabric kubernetes-client
8080 }
81- implementation platform(' com.fasterxml.jackson:jackson-bom:2.21.4 ' ) // Control Jackson version used by kubernetes client
81+ implementation platform(' com.fasterxml.jackson:jackson-bom:2.22.1 ' ) // Control Jackson version used by kubernetes client
8282 implementation platform(' org.slf4j:slf4j-bom:2.0.18' ) // Control SLF4J version used by client Jackson version used by kubernetes client
8383 runtimeOnly ' org.slf4j:slf4j-simple'
8484 implementation ' com.github.spullara.mustache.java:compiler:0.9.14'
8585 implementation ' org.freemarker:freemarker:2.3.34'
8686
8787 testImplementation project. deps. gocdPluginApi
88- testImplementation platform(' org.junit:junit-bom:6.1.1 ' )
88+ testImplementation platform(' org.junit:junit-bom:6.1.2 ' )
8989 testImplementation ' org.junit.jupiter:junit-jupiter-api'
9090 testImplementation ' org.junit.jupiter:junit-jupiter-params'
9191 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
0 commit comments