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 f0640e8 commit 1179a4eCopy full SHA for 1179a4e
build.gradle
@@ -58,7 +58,7 @@ dependencies {
58
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '18.2.0'
59
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
60
compile group: 'com.google.guava', name: 'guava', version: '19.0'
61
- compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.4'
+ compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1'
62
compile group: 'commons-io', name: 'commons-io', version: '2.6'
63
compile group: 'joda-time', name: 'joda-time', version: '2.9.4'
64
compile group: 'io.fabric8', name: 'kubernetes-client', version: '3.1.8'
0 commit comments