You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/06/10 22:51:53 UTC

[commons-lang] branch master updated: Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 3228ab045 Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7
3228ab045 is described below

commit 3228ab0459fc786350a788a7cd1565734b5c3703
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 10 15:03:18 2022 +0000

    Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7
    
    Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M6 to 3.0.0-M7.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M6...surefire-3.0.0-M7)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f621f95a7..08ca6ada7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -648,7 +648,7 @@
     <uberjar.name>benchmarks</uberjar.name>
 
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
-    <commons.surefire.version>3.0.0-M6</commons.surefire.version>
+    <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <commons.javadoc.version>3.4.0</commons.javadoc.version>
     <commons.japicmp.version>0.15.7</commons.japicmp.version>
     <commons.pmd.version>3.17.0</commons.pmd.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aa0c42a4d..532bdbf20 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -167,7 +167,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump maven-bundle-plugin from 5.1.1 to 5.1.2.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump animal-sniffer-maven-plugin from 1.19 to 1.21.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump exec-maven-plugin from 1.6.0 to 3.0.0 #590.</action>
-    <action                   type="update" dev="kinow" due-to="Dependabot">Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6 #880.</action>
+    <action                   type="update" dev="kinow" due-to="Dependabot">Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7 #880, #910.</action>
   </release>
 
   <release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8).">