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 f120363 + 7410de7 commit 88ee6d2Copy full SHA for 88ee6d2
build.gradle
@@ -64,7 +64,7 @@ dependencies {
64
compileOnly project.deps.gocdPluginApi
65
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
66
implementation group: 'com.spotify', name: 'docker-client', version: '8.16.0'
67
- implementation group: 'com.google.guava', name: 'guava', version: '33.4.6-jre'
+ implementation group: 'com.google.guava', name: 'guava', version: '33.4.7-jre'
68
69
components {
70
// workaround for Guava metadata declaring dependencies that are not needed at runtime
0 commit comments