Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Guava to 33.2.0. #1290

Merged
1 commit merged into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
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