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 31a3e5b JCLOUDS-1498: Upgrade to Guice 4.2.3
31a3e5b is described below
commit 31a3e5b5df1543d04098e3a694130b7ae8e6e079
Author: Andrew Gaul <[email protected]>
AuthorDate: Sat Sep 26 10:34:31 2020 +0900
JCLOUDS-1498: Upgrade to Guice 4.2.3
Release notes:
https://github.com/google/guice/wiki/Guice423
---
project/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/pom.xml b/project/pom.xml
index 9924745..b6a2e39 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -224,7 +224,7 @@
<maven.site.url.base>gitsite:[email protected]/jclouds/jclouds-maven-site.git</maven.site.url.base>
<guava.version>22.0</guava.version>
<guava.osgi.import>com.google.common.*;version="[22.0,30.0.0)"</guava.osgi.import>
- <guice.version>3.0</guice.version>
+ <guice.version>4.2.3</guice.version>
<okhttp.version>2.2.0</okhttp.version>
<okio.osgi.import>okio;version="[1.2.0,1.3)"</okio.osgi.import>
<surefire.version>2.17</surefire.version>