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 02e0fca commit d3b92f1Copy full SHA for d3b92f1
build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '19.2.0'
61
62
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
63
- compile group: 'com.spotify', name: 'docker-client', version: '8.15.1'
+ compile group: 'com.spotify', name: 'docker-client', version: '8.16.0'
64
compile group: 'com.google.guava', name: 'guava', version: '23.0'
65
compile group: 'joda-time', name: 'joda-time', version: '2.10.2'
66
compile group: 'commons-io', name: 'commons-io', version: '2.6'
0 commit comments