Skip to content

Commit

Permalink
Update guava version
Browse files Browse the repository at this point in the history
Closes #631

PiperOrigin-RevId: 387620183
  • Loading branch information
cushon authored and google-java-format Team committed Jul 29, 2021
1 parent 93ee8fe commit dfb7a23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eclipse_plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
org.eclipse.ui,
org.eclipse.equinox.common
Bundle-ClassPath: .,
lib/guava-28.1-jre.jar,
lib/guava-30.1.1-jre.jar,
lib/google-java-format-1.9.jar
2 changes: 1 addition & 1 deletion eclipse_plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ output.. = target/classes
bin.includes = META-INF/,\
.,\
plugin.xml,\
lib/guava-28.1-jre.jar,\
lib/guava-30.1.1-jre.jar,\
lib/google-java-format-1.9.jar
2 changes: 1 addition & 1 deletion eclipse_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<!-- specific library versions; must match declarations in build.properties and META-INF/MANIFEST.MF -->
<google-java-format.version>1.9</google-java-format.version>
<guava.version>28.1-jre</guava.version>
<guava.version>30.1.1-jre</guava.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<guava.version>30.0-jre</guava.version>
<guava.version>30.1.1-jre</guava.version>
<truth.version>1.0</truth.version>
<checker.version>3.6.1</checker.version>
<errorprone.version>2.7.1</errorprone.version>
Expand Down

0 comments on commit dfb7a23

Please sign in to comment.