@@ -67,23 +67,23 @@ ext {
6767
6868dependencies {
6969 compileOnly project. deps. gocdPluginApi
70- implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.2'
70+ implementation ' com.google.code.gson: gson: 2.13.2'
7171 implementation project. deps. kubernetesClientApi
72- runtimeOnly group : ' io.fabric8' , name : ' kubernetes-client' , version : project. versions. kubernetesClientApi
73- implementation group : ' com.github.spullara.mustache.java' , name : ' compiler' , version : ' 0.9.14'
74- implementation group : ' org.freemarker' , name : ' freemarker' , version : ' 2.3.34'
72+ runtimeOnly " io.fabric8: kubernetes-client: ${ project.versions.kubernetesClientApi} "
73+ implementation ' com.github.spullara.mustache.java: compiler: 0.9.14'
74+ implementation ' org.freemarker: freemarker: 2.3.34'
7575
7676 testImplementation project. deps. gocdPluginApi
7777 testImplementation platform(' org.junit:junit-bom:6.0.0' )
78- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
79- testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params'
80- testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
81- testRuntimeOnly group : ' org.junit.platform' , name : ' junit-platform-launcher'
82- testImplementation group : ' org.assertj' , name : ' assertj-core' , version : ' 3.27.6'
83- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.20.0'
84- testImplementation group : ' org.skyscreamer' , name : ' jsonassert' , version : ' 1.5.3'
85- testImplementation group : ' org.jsoup' , name : ' jsoup' , version : ' 1.21.2'
86- testImplementation group : ' uk.org.webcompere' , name : ' system-stubs-jupiter' , version : ' 2.1.8'
78+ testImplementation ' org.junit.jupiter: junit-jupiter-api'
79+ testImplementation ' org.junit.jupiter: junit-jupiter-params'
80+ testRuntimeOnly ' org.junit.jupiter: junit-jupiter-engine'
81+ testRuntimeOnly ' org.junit.platform: junit-platform-launcher'
82+ testImplementation ' org.assertj: assertj-core: 3.27.6'
83+ testImplementation ' org.mockito: mockito-core: 5.20.0'
84+ testImplementation ' org.skyscreamer: jsonassert: 1.5.3'
85+ testImplementation ' org.jsoup: jsoup: 1.21.2'
86+ testImplementation ' uk.org.webcompere: system-stubs-jupiter: 2.1.8'
8787}
8888
8989test {
0 commit comments