Skip to content

Commit

Permalink
Bump com.google.guava:guava from 0 to r09
Browse files Browse the repository at this point in the history
Bumps com.google.guava:guava from 0 to r09.

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent a5c1b72 commit 132a541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ subprojects {
// see https://github.com/google/guava/releases/tag/v32.1.0
// "Reporting dependencies that overlap with Guava"
resolutionStrategy.capabilitiesResolution.withCapability('com.google.guava:listenablefuture') {
select('com.google.guava:guava:0')
select('com.google.guava:guava:r09')
}
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gmetric4j = "1.0.10"
google-cloud-monitoring = "3.43.0"
grpc = "1.58.0"
grpcKotlin = "1.4.1"
guava = "32.1.2-jre"
guava = "r09"
guice = "5.1.0"
h2 = "2.2.224"
hazelcast = "5.3.2"
Expand Down

0 comments on commit 132a541

Please sign in to comment.