We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96204d7 + f0b3aff commit f8ccd68Copy full SHA for f8ccd68
build.gradle
@@ -63,7 +63,7 @@ ext {
63
64
dependencies {
65
compileOnly project.deps.gocdPluginApi
66
- implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
+ implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
67
implementation project.deps.kubernetesClientApi
68
runtimeOnly group: 'io.fabric8', name: 'kubernetes-client', version: project.versions.kubernetesClientApi
69
implementation group: 'com.github.spullara.mustache.java', name: 'compiler', version: '0.9.14'
0 commit comments