Skip to content

Commit

Permalink
Bump Guava to 32.1.3
Browse files Browse the repository at this point in the history
There is an issue about resolving transitive dependencies in Guava breaks GJF 1.18.1 integration in [Spotless](https://github.com/diffplug/spotless), which has been fixed in Guava 32.1.3, it would be nice to follow this update.

See:
- google/guava#6657.
- https://github.com/google/guava/releases/tag/v32.1.3.

Fixes #996

COPYBARA_INTEGRATE_REVIEW=#996 from Goooler:bump-guava 1e5ed85
PiperOrigin-RevId: 588824173
  • Loading branch information
Goooler authored and google-java-format Team committed Dec 7, 2023
1 parent 205b85f commit ad77154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>32.1.1-jre</guava.version>
<guava.version>32.1.3-jre</guava.version>
<truth.version>1.1.3</truth.version>
<checker.version>3.21.2</checker.version>
<errorprone.version>2.16</errorprone.version>
Expand Down

0 comments on commit ad77154

Please sign in to comment.