Skip to content

Commit

Permalink
Bump Guava to 33.2.0.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 631123947
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed May 6, 2024
1 parent 7048149 commit ecee724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -20,15 +20,15 @@
version without the -android and -jre suffixes) because that lets
Dependabot update our Guava versions.
-->
<guava.android.version>33.1.0-android</guava.android.version>
<guava.android.version>33.2.0-android</guava.android.version>
<!--
Also, we have this comment in between the 2 flavors of Guava. That's
also to smooth the Dependabot update process: Dependabot generates a
separate PR for each flavor. Even if we approve both at the same
time, one gets submitted before the other, and
the other ends up with a merge conflict. That requires reapprovals.
-->
<guava.jre.version>33.1.0-jre</guava.jre.version>
<guava.jre.version>33.2.0-jre</guava.jre.version>
<gwt.version>2.10.0</gwt.version>
<protobuf.version>4.26.1</protobuf.version>
<!-- Property for protobuf-lite protocArtifact, which isn't a "normal" Maven dep. -->
Expand Down

0 comments on commit ecee724

Please sign in to comment.