Skip to content

Commit

Permalink
Bump Guava to 32.1.2-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Aug 4, 2023
1 parent be37fcd commit 836c53c
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 @@ -73,7 +73,7 @@ dependencies {
compileOnly project.deps.gocdPluginApi

implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'
implementation group: 'joda-time', name: 'joda-time', version: '2.12.5'

Expand All @@ -87,7 +87,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 836c53c

Please sign in to comment.