Skip to content

Commit

Permalink
bump guava from 19 to 20
Browse files Browse the repository at this point in the history
tostringhelper break before new guava 23.0 should be coming up, unless i fixed it already n dont remember?
  • Loading branch information
justinvforvendetta committed Aug 19, 2024
1 parent f844fea commit 58118fd
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:19.0' //TODO ToStringHelper update for updating to 19.0+
api 'com.google.guava:guava:20.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 58118fd

Please sign in to comment.