Skip to content

Commit

Permalink
Bump guava to v32.1.1 (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinoconnor7 committed Jul 7, 2023
1 parent 3ad6806 commit 5abddd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions closure/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ def com_google_errorprone_javac_shaded():
)

def com_google_guava():
version = "31.1"
sha256 = "a42edc9cab792e39fe39bb94f3fca655ed157ff87a8af78e1d6ba5b07c4a00ab"
version = "32.1.1"
sha256 = "91fbba37f1c8b251cf9ea9e7d3a369eb79eb1e6a5df1d4bbf483dd0380740281"

java_import_external(
name = "com_google_guava",
Expand Down

0 comments on commit 5abddd3

Please sign in to comment.