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.
2 parents e685d23 + 4235d24 commit d47f26cCopy full SHA for d47f26c
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
compileOnly project.deps.gocdPluginApi
65
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
66
implementation group: 'com.spotify', name: 'docker-client', version: '8.16.0'
67
- implementation group: 'com.google.guava', name: 'guava', version: '33.1.0-jre'
+ implementation group: 'com.google.guava', name: 'guava', version: '33.2.0-jre'
68
69
components {
70
// workaround for Guava metadata declaring dependencies that are not needed at runtime
0 commit comments