You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by sh...@apache.org on 2022/06/06 02:25:52 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2542]bump guice version from 4.2.0 to 5.1.0 (#3033)

This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new 00dda62f5 [SCB-2542]bump guice version from 4.2.0 to 5.1.0 (#3033)
00dda62f5 is described below

commit 00dda62f560f8c87128fa0c67838d5d37a134d43
Author: Matrix0xCC <my...@163.com>
AuthorDate: Mon Jun 6 10:25:47 2022 +0800

    [SCB-2542]bump guice version from 4.2.0 to 5.1.0 (#3033)
---
 dependencies/default/pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 4164bc20e..f2394f5ef 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -51,7 +51,7 @@
     <governator-api.version>1.17.12</governator-api.version>
     <guava.version>31.1-jre</guava.version>
     <failureaccess.version>1.0.1</failureaccess.version>
-    <guice.version>4.2.0</guice.version>
+    <guice.version>5.1.0</guice.version>
     <hamcrest.version>1.3</hamcrest.version>
     <hdr-histogram.version>2.1.12</hdr-histogram.version>
     <hibernate-validator.version>6.2.3.Final</hibernate-validator.version>
@@ -181,6 +181,11 @@
           </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>com.google.inject.extensions</groupId>
+        <artifactId>guice-assistedinject</artifactId>
+        <version>${guice.version}</version>
+      </dependency>
 
       <dependency>
         <groupId>com.google.protobuf</groupId>
@@ -427,6 +432,10 @@
             <groupId>org.abego.treelayout</groupId>
             <artifactId>org.abego.treelayout.core</artifactId>
           </exclusion>
+          <exclusion>
+              <groupId>com.google.inject.extensions</groupId>
+              <artifactId>guice-multibindings</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>