Skip to content

Commit

Permalink
Bump Guava to 32.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Aug 4, 2023
1 parent ce348f3 commit c0dfd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
compileOnly project.deps.gocdPluginApi
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation group: 'com.spotify', name: 'docker-client', version: '8.16.0'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre'

components {
// workaround for Guava metadata declaring dependencies that are not needed at runtime
Expand All @@ -78,7 +78,7 @@ dependencies {
details.allVariants {
withDependencies {
removeAll {
it.group in ["com.google.code.findbugs", "org.checkerframework", "com.google.errorprone"]
it.name in [ "jsr305", "checker-qual", "error_prone_annotations", "listenablefuture" ]
}
}
}
Expand Down

0 comments on commit c0dfd78

Please sign in to comment.