Skip to content

Commit

Permalink
Update Guava to v32.0.1 (temporalio#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Feb 16, 2024
1 parent 72ebff1 commit 4da4591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ext {
// Which leads to build failure because of -Werror.
protoVersion = '3.22.0'
annotationApiVersion = '1.3.2'
guavaVersion = '31.1-jre' // [10.0,)
guavaVersion = '32.0.1-jre' // [10.0,)
tallyVersion = '0.13.0' // [0.4.0,)

gsonVersion = '2.10.1' // [2.0,)
Expand Down

0 comments on commit 4da4591

Please sign in to comment.