Skip to content

Commit 3eec5ba

Browse files
cpovirkGoogle Java Core Libraries
authored andcommitted
Bump Guava, usually to 33.4.5.
...but only to 33.4.3 in Truth: 33.4.4 and higher contain type-use annotations, which [confuse old version of GWT unless we declare a GWT module for them](jspecify/jspecify#184). And we can't upgrade our version of GWT for [multiple reasons](#1378). RELNOTES=n/a PiperOrigin-RevId: 738856241
1 parent 4be6fbd commit 3eec5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
version without the -android and -jre suffixes) because that lets
2121
Dependabot update our Guava versions.
2222
-->
23-
<guava.android.version>33.4.0-android</guava.android.version>
23+
<guava.android.version>33.4.3-android</guava.android.version>
2424
<!--
2525
Also, we have this comment in between the 2 flavors of Guava. That's
2626
also to smooth the Dependabot update process: Dependabot generates a
2727
separate PR for each flavor. Even if we approve both at the same
2828
time, one gets submitted before the other, and
2929
the other ends up with a merge conflict. That requires reapprovals.
3030
-->
31-
<guava.jre.version>33.4.0-jre</guava.jre.version>
31+
<guava.jre.version>33.4.3-jre</guava.jre.version>
3232
<gwt.version>2.11.0</gwt.version>
3333
<protobuf.version>4.29.3</protobuf.version>
3434
<!-- Property for protobuf-lite protocArtifact, which isn't a "normal" Maven dep. -->

0 commit comments

Comments
 (0)