This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new 7eb64f4850 JCLOUDS-1603: Upgrade to Guava 31.1
7eb64f4850 is described below
commit 7eb64f48504e72a02cffce031bdf2622aa024f45
Author: Andrew Gaul <[email protected]>
AuthorDate: Sun Jun 12 13:42:08 2022 +0900
JCLOUDS-1603: Upgrade to Guava 31.1
---
project/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/pom.xml b/project/pom.xml
index acfc8b4f1c..bb4400084c 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -222,7 +222,7 @@
<!-- General dependency versions -->
<gson.version>2.8.9</gson.version>
- <guava.version>27.1-jre</guava.version>
+ <guava.version>31.1-jre</guava.version>
<guice.version>5.0.1</guice.version>
<okhttp.version>3.14.9</okhttp.version>