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/22 09:09:47 UTC

[maven] branch MNG-6878 updated (9c43957 -> 45e91f0)

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

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


 discard 9c43957  [MNG-6878] Bump guice from 4.2.2 to 4.2.3
     add c548ce5  Adjust JDKs in Jenkinsfile
     new 45e91f0  [MNG-6878] Bump guice from 4.2.2 to 4.2.3

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9c43957)
            \
             N -- N -- N   refs/heads/MNG-6878 (45e91f0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile            | 2 +-
 maven-embedder/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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

Posted by sl...@apache.org.
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 45e91f03b0926449cccbc07ba48184e3ec9b5a32
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>
---
 maven-embedder/pom.xml | 2 +-
 pom.xml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml
index f4982da..c5923e9 100644
--- a/maven-embedder/pom.xml
+++ b/maven-embedder/pom.xml
@@ -94,7 +94,7 @@ under the License.
         </exclusion>
         <exclusion>
           <groupId>org.checkerframework</groupId>
-          <artifactId>checker-compat-qual</artifactId>
+          <artifactId>checker-qual</artifactId>
         </exclusion>
         <exclusion>
           <groupId>com.google.errorprone</groupId>
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>