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

github-bot pushed a change to branch 
dependabot/maven/org.apache.commons-commons-lang3-3.20.0
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


    omit 725f7016 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
     add 206c8cd8 Migration to JUnit 5
     add 73f8883d Migration to JUnit 5 - avoid using AbstractMojoTestCase
     add 5ed5a9e0 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0

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   (725f7016)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.commons-commons-lang3-3.20.0 (5ed5a9e0)

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.

No new revisions were added by this update.

Summary of changes:
 .../plugins/dependency/TestPropertiesMojo.java     |  72 +++---
 .../apache/maven/plugins/dependency/TestSkip.java  | 251 ++++++++++++---------
 .../dependency/analyze/TestAnalyzeDepMgt.java      |  10 +-
 .../analyze/TestAnalyzeDuplicateMojo.java          | 249 +++++---------------
 .../dependency/exclusion/ExclusionCheckerTest.java |  20 +-
 .../fromConfiguration/TestArtifactItem.java        |  29 +--
 .../TestIncludeExcludeUnpackMojo.java              |  14 +-
 .../testUtils/DependencyArtifactStubFactory.java   |   6 +-
 .../stubs/DuplicateDependencies2ProjectStub.java   |  60 -----
 .../stubs/DuplicateDependenciesProjectStub.java    |  60 -----
 .../plugins/dependency/utils/TestSilentLog.java    |  17 +-
 .../utils/markers/TestUnpackMarkerFileHandler.java |  42 ++--
 .../unit/properties-test/plugin-config.xml         |  42 ----
 .../skip-test/plugin-analyze-report-config.xml     |  45 ----
 .../resources/unit/skip-test/plugin-config.xml     |  44 ----
 .../resources/unit/skip-test/plugin-get-config.xml |  44 ----
 .../plugin-purge-local-repository-config.xml       |  44 ----
 17 files changed, 288 insertions(+), 761 deletions(-)
 delete mode 100644 
src/test/java/org/apache/maven/plugins/dependency/testUtils/stubs/DuplicateDependencies2ProjectStub.java
 delete mode 100644 
src/test/java/org/apache/maven/plugins/dependency/testUtils/stubs/DuplicateDependenciesProjectStub.java
 delete mode 100644 src/test/resources/unit/properties-test/plugin-config.xml
 delete mode 100644 
src/test/resources/unit/skip-test/plugin-analyze-report-config.xml
 delete mode 100644 src/test/resources/unit/skip-test/plugin-config.xml
 delete mode 100644 src/test/resources/unit/skip-test/plugin-get-config.xml
 delete mode 100644 
src/test/resources/unit/skip-test/plugin-purge-local-repository-config.xml

Reply via email to