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 3b5a9180dce295b1d86308c8673cc503f261c032 Author: Sylwester Lachiewicz <[email protected]> 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 59b818a..290f41f 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.2.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>
