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 387cd3b commit d9a5426Copy full SHA for d9a5426
build.gradle
@@ -26,7 +26,7 @@ repositories {
26
dependencies {
27
compile group: 'com.google.code.gson', name: 'gson', version: '2.6.2'
28
compile group: 'commons-io', name: 'commons-io', version: '2.4'
29
- compile group: 'org.apache.ant', name: 'ant', version: '1.10.5'
+ compile group: 'org.apache.ant', name: 'ant', version: '1.10.7'
30
compile group: 'com.beust', name: 'jcommander', version: '1.72'
31
32
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: project.pluginDesc.goCdVersion
0 commit comments