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

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.plexus-plexus-java-1.4.0
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


 discard 06f6d9bda Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.4.0
     add 34c548e59 [MNGSITE-529] Rename "Goals" to "Plugin Documentation"
     add d28e294e5 Convert reports to Guice (#803)
     add 6842b89c8 Add GitHub Automation actions
     add 1b07d5105 [SUREFIRE-2291] Change logger from Plexus to SLF4J (#811)
     add be7b4a35d Bump org.assertj:assertj-core from 3.27.2 to 3.27.3
     add 53870a2ca Bump commons-io:commons-io from 2.17.0 to 2.18.0
     add 43eaaeb2f Bump org.codehaus.plexus:plexus-java from 1.3.0 to 1.4.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   (06f6d9bda)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.codehaus.plexus-plexus-java-1.4.0 (43eaaeb2f)

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:
 .github/release-drafter.yml                        |  2 +-
 .../{release-drafter.yml => pr-automation.yml}     | 16 +++++----
 .github/workflows/release-drafter.yml              |  2 ++
 .../workflows/{release-drafter.yml => stale.yml}   | 17 ++++++----
 maven-failsafe-plugin/pom.xml                      |  5 +++
 .../apache/maven/plugin/failsafe/VerifyMojo.java   | 10 +++---
 .../maven/plugin/failsafe/VerifyMojoTest.java      |  2 +-
 maven-surefire-common/pom.xml                      |  7 +++-
 .../plugin/surefire/AbstractSurefireMojo.java      |  6 ++--
 .../plugin/surefire/log/PluginConsoleLogger.java   | 32 +++++++++---------
 .../surefire/providerapi/ProviderDetector.java     |  6 ++--
 .../AbstractSurefireMojoJava7PlusTest.java         |  2 +-
 .../plugin/surefire/AbstractSurefireMojoTest.java  |  2 +-
 .../AbstractSurefireMojoToolchainsTest.java        |  2 +-
 .../maven/plugin/surefire/MojoMocklessTest.java    |  2 +-
 .../maven/plugin/surefire/SurefireHelperTest.java  |  2 +-
 .../surefire/providerapi/ProviderDetectorTest.java |  2 +-
 maven-surefire-plugin/pom.xml                      |  5 +++
 maven-surefire-plugin/src/site/site.xml            |  2 +-
 maven-surefire-report-plugin/pom.xml               |  2 --
 .../surefire/report/AbstractSurefireReport.java    | 39 +++++++++++++++++-----
 .../surefire/report/FailsafeOnlyReport.java        | 10 +++++-
 .../surefire/report/SurefireOnlyReport.java        | 11 +++++-
 .../plugins/surefire/report/SurefireReport.java    | 14 ++++++--
 maven-surefire-report-plugin/src/site/site.xml     |  2 +-
 pom.xml                                            | 17 ++++++++--
 26 files changed, 151 insertions(+), 68 deletions(-)
 copy .github/workflows/{release-drafter.yml => pr-automation.yml} (80%)
 copy .github/workflows/{release-drafter.yml => stale.yml} (81%)

Reply via email to