From dfb7a238a7f694352bddccfe42d3472fdc64656f Mon Sep 17 00:00:00 2001 From: Liam Miller-Cushon Date: Thu, 29 Jul 2021 10:47:41 -0700 Subject: [PATCH] Update guava version Closes https://github.com/google/google-java-format/pull/631 PiperOrigin-RevId: 387620183 --- eclipse_plugin/META-INF/MANIFEST.MF | 2 +- eclipse_plugin/build.properties | 2 +- eclipse_plugin/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eclipse_plugin/META-INF/MANIFEST.MF b/eclipse_plugin/META-INF/MANIFEST.MF index fb8d1bbde..b5583d602 100644 --- a/eclipse_plugin/META-INF/MANIFEST.MF +++ b/eclipse_plugin/META-INF/MANIFEST.MF @@ -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 diff --git a/eclipse_plugin/build.properties b/eclipse_plugin/build.properties index 161a94d3d..de8466a3f 100644 --- a/eclipse_plugin/build.properties +++ b/eclipse_plugin/build.properties @@ -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 diff --git a/eclipse_plugin/pom.xml b/eclipse_plugin/pom.xml index 3c538a33c..600810687 100644 --- a/eclipse_plugin/pom.xml +++ b/eclipse_plugin/pom.xml @@ -37,7 +37,7 @@ 1.9 - 28.1-jre + 30.1.1-jre diff --git a/pom.xml b/pom.xml index 33af14e8a..aa85ac7c2 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ UTF-8 1.8 - 30.0-jre + 30.1.1-jre 1.0 3.6.1 2.7.1