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 2023/02/19 11:16:10 UTC

[maven-jdeprscan-plugin] branch MJDEPRSCAN-7 updated (f63619e -> e8fd00d)

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

slachiewicz pushed a change to branch MJDEPRSCAN-7
in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git


 discard f63619e  [MJDEPRSCAN-7] Bump plexus-utils, commons-lang3 and junit to latest versions
 discard 062aec6  [MJDEPRSCAN-6] Require Maven 3.2.5+
    omit be23b29  [MJDEPRSCAN-5] Require Java 8
     add e61b608  [MJDEPRSCAN-5] Require Java 8
     add 94f5e81  (doc) cleanup toolchain setup
     add fde8992  [MJDEPRSCAN-6] Require Maven 3.2.5+
     new e8fd00d  [MJDEPRSCAN-7] Bump plexus-utils, commons-lang3 and junit to latest versions

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   (f63619e)
            \
             N -- N -- N   refs/heads/MJDEPRSCAN-7 (e8fd00d)

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:
 .github/workflows/maven.yaml                       | 50 +++++-----------------
 .../plugins/jdeprscan/AbstractJDeprScanMojo.java   |  2 +-
 2 files changed, 12 insertions(+), 40 deletions(-)


[maven-jdeprscan-plugin] 01/01: [MJDEPRSCAN-7] Bump plexus-utils, commons-lang3 and junit to latest versions

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MJDEPRSCAN-7
in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git

commit e8fd00dec8030b0f7d8e77e96443f87f44e4f730
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Feb 9 21:44:55 2023 +0100

    [MJDEPRSCAN-7] Bump plexus-utils, commons-lang3 and junit to latest versions
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3cb2187..c63d4cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,19 +93,19 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.1.0</version>
+      <version>3.5.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.5</version>
+      <version>3.12.0</version>
     </dependency>
     
     <!-- TEST -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>