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 2020/03/20 07:40:50 UTC

[maven] 01/01: [MNG-6878] Bump guice from 4.2.2 to 4.2.3

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

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

commit 9c439579e8786e39b2d88519dfd6ea32bd434f0e
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Fri Mar 20 04:19:53 2020 +0000

    [MNG-6878] Bump guice from 4.2.2 to 4.2.3
    
    Bumps [guice](https://github.com/google/guice) from 4.2.2 to 4.2.3.
    - [Release notes](https://github.com/google/guice/releases)
    - [Commits](https://github.com/google/guice/compare/4.2.2...4.2.3)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ef2764d..e9e5b0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@ under the License.
     <plexusVersion>2.1.0</plexusVersion>
     <plexusInterpolationVersion>1.26</plexusInterpolationVersion>
     <plexusUtilsVersion>3.3.0</plexusUtilsVersion>
-    <guiceVersion>4.2.2</guiceVersion>
+    <guiceVersion>4.2.3</guiceVersion>
     <sisuInjectVersion>0.3.4</sisuInjectVersion>
     <wagonVersion>3.3.4</wagonVersion>
     <jsoupVersion>1.12.1</jsoupVersion>