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 3ef3860 commit 29563cf
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 @@ -74,7 +74,7 @@ dependencies {
implementation platform('com.fasterxml.jackson:jackson-bom:2.15.2')
implementation platform('org.glassfish.jersey:jersey-bom:2.25')
constraints {
implementation('com.google.guava:guava:32.1.1-jre') {
implementation('com.google.guava:guava:32.1.2-jre') {
because "Spotify docker-client uses an older version"
}
implementation(project.deps.slf4j) {
Expand All @@ -95,7 +95,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 29563cf

Please sign in to comment.