You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2019/02/15 22:31:38 UTC

[maven] 04/04: Update Guice to 4.2.2 (update asm & cglib for Java 11)

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

slachiewicz pushed a commit to branch MNG-6512-build-11
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 4584c0aac6d4d0eb93f2676ce19229ba7bff9fb3
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jan 27 21:12:06 2019 +0100

    Update Guice to 4.2.2 (update asm & cglib for Java 11)
    
    not really important as we don't use aop
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7865b2f..2ad1598 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@ under the License.
     <plexusVersion>1.8-SNAPSHOT</plexusVersion>
     <plexusInterpolationVersion>1.25</plexusInterpolationVersion>
     <plexusUtilsVersion>3.1.0</plexusUtilsVersion>
-    <guiceVersion>4.2.1</guiceVersion>
+    <guiceVersion>4.2.2</guiceVersion>
     <sisuInjectVersion>0.3.3</sisuInjectVersion>
     <wagonVersion>3.3.2</wagonVersion>
     <securityDispatcherVersion>1.4</securityDispatcherVersion>