You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/12/14 14:11:33 UTC

(commons-parent) branch master updated: Bump Surefire/Failsafe from 3.2.2 to 3.2.3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 53d6230  Bump Surefire/Failsafe from 3.2.2 to 3.2.3
53d6230 is described below

commit 53d6230aafa4e30aea4f3c36a8fa3ff67496f030
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 14 09:11:29 2023 -0500

    Bump Surefire/Failsafe from 3.2.2 to 3.2.3
    
    - Bump maven-failsafe-plugin from 3.2.2 to 3.2.3
    - Bump maven-surefire-plugin from 3.2.2 to 3.2.3
    - Bump maven-surefire-report-plugin from 3.2.2 to 3.2.3
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3c88607..b1c3392 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,7 +208,7 @@
     <commons.spotbugs.plugin.version>4.8.2.0</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.8.2</commons.spotbugs.impl.version>
     <commons.surefire-report.version>3.2.2</commons.surefire-report.version>
-    <commons.surefire.version>3.2.2</commons.surefire.version>
+    <commons.surefire.version>3.2.3</commons.surefire.version>
     <commons.wagon-ssh.version>3.5.3</commons.wagon-ssh.version>
 
     <!-- Default values for the download-page generation by commons-build-plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6638911..6b523c5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,7 +70,9 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.github.spotbugs:spotbugs from 4.8.1 to 4.8.2.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.6.2 to 3.6.3.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.12.5 to 10.12.6 on Java 11 and up.</action>
-           <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-parent from 64 to 65 #435.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-failsafe-plugin from 3.2.2 to 3.2.3.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-plugin from 3.2.2 to 3.2.3.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-surefire-report-plugin from 3.2.2 to 3.2.3.</action>           
         </release>
         <release version="65" date="2023-11-17" description="Version 65: Maintenance and update dependencies">
            <!-- ADD -->