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/11/06 21:48:44 UTC

(commons-parent) branch master updated: Bump JUnit from 5.10.0 to 5.10.1

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 34debdd  Bump JUnit from 5.10.0 to 5.10.1
34debdd is described below

commit 34debdd0041e83359b92b6ce40e5f93b990a6cb8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 6 16:48:40 2023 -0500

    Bump JUnit from 5.10.0 to 5.10.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab33e9f..6698c89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
     <commons.moditect-maven-plugin.version>1.0.0.Final</commons.moditect-maven-plugin.version>
     <commons.moditect-maven-plugin.addServiceUses>true</commons.moditect-maven-plugin.addServiceUses>
     <commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version>
-    <commons.junit.version>5.10.0</commons.junit.version>
+    <commons.junit.version>5.10.1</commons.junit.version>
 
     <!--
       Note: Maven site plugin 3.5.1 is the latest version but is not a direct replacement:
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5abb4be..ef6fe39 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,6 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump cyclonedx-maven-plugin from 2.7.9 to 2.7.10.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.21.0 to 3.21.2.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-javadoc-plugin from 3.6.0 to 3.6.2.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump JUnit from 5.10.0 to 5.10.1.</action>
         </release>
         <release version="64" date="2023-10-06" description="Version 64: Maintenance and update dependencies">
            <!-- FIX -->