Skip to content

Commit ad77154

Browse files
Gooolergoogle-java-format Team
authored andcommitted
Bump Guava to 32.1.3
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
1 parent 205b85f commit ad77154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<properties>
8787
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8888
<java.version>1.8</java.version>
89-
<guava.version>32.1.1-jre</guava.version>
89+
<guava.version>32.1.3-jre</guava.version>
9090
<truth.version>1.1.3</truth.version>
9191
<checker.version>3.21.2</checker.version>
9292
<errorprone.version>2.16</errorprone.version>

0 commit comments

Comments
 (0)