Skip to content

Commit

Permalink
Bump com.google.guava:guava from 18.0 to 23.0
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 18.0 to 23.0.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](google/guava@v18.0...v23.0)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 58118fd commit c2bcbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compileJava {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])

api 'com.google.guava:guava:20.0' //TODO ToStringHelper update for updating to ?
api 'com.google.guava:guava:23.0' //TODO ToStringHelper update for updating to ?
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.madgag.spongycastle:core:1.58.0.0'
api 'com.lambdaworks:scrypt:1.4.0'
Expand Down

0 comments on commit c2bcbc5

Please sign in to comment.