This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MNG-6497 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 6688d76dcd91b9978881356f2f3d981706756ecf Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Sun Oct 21 20:02:20 2018 +0200 [MNG-6497] - Upgrade guava / guice --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9b8acb2..ea6a9b9 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ under the License. <plexusVersion>1.7.1</plexusVersion> <plexusInterpolationVersion>1.25</plexusInterpolationVersion> <plexusUtilsVersion>3.1.0</plexusUtilsVersion> - <guiceVersion>4.2.0</guiceVersion> + <guiceVersion>4.2.1</guiceVersion> <sisuInjectVersion>0.3.3</sisuInjectVersion> <wagonVersion>3.2.0</wagonVersion> <securityDispatcherVersion>1.4</securityDispatcherVersion>
