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 7e50ae630d Upgrade to Guice 5.1.0
7e50ae630d is described below

commit 7e50ae630db53dee88bb093ccd94ddadeeb1988e
Author: Andrew Gaul <[email protected]>
AuthorDate: Fri Dec 16 21:20:35 2022 +0900

    Upgrade to Guice 5.1.0
    
    Release notes:
    
    https://github.com/google/guice/wiki/Guice510
---
 project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/pom.xml b/project/pom.xml
index f6d9eec75f..3d03ae072a 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -224,7 +224,7 @@
     <!-- General dependency versions -->
     <gson.version>2.8.9</gson.version>
     <guava.version>31.1-jre</guava.version>
-    <guice.version>5.0.1</guice.version>
+    <guice.version>5.1.0</guice.version>
 
     <okhttp.version>3.14.9</okhttp.version>
     <auto-factory.version>1.0.1</auto-factory.version>

Reply via email to