We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e502534 commit 32aee8bCopy full SHA for 32aee8b
build.gradle
@@ -62,7 +62,7 @@ ext {
62
63
dependencies {
64
compileOnly project.deps.gocdPluginApi
65
- implementation group: 'com.google.code.gson', name: 'gson', version: '2.10'
+ implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
66
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'
67
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
68
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
0 commit comments