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 0a40877 Bump JUnit from 5.9.3 to 5.10.0 0a40877 is described below commit 0a40877bb967fae73e9dc5b3b206078bcdc41b2d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jul 26 12:26:45 2023 -0400 Bump JUnit from 5.9.3 to 5.10.0 --- pom.xml | 2 +- src/changes/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 13acb23..9b96ccd 100644 --- a/pom.xml +++ b/pom.xml @@ -155,7 +155,7 @@ <commons.buildnumber-plugin.version>3.2.0</commons.buildnumber-plugin.version> <commons.moditect-maven-plugin.version>1.0.0.Final</commons.moditect-maven-plugin.version> <commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version> - <commons.junit.version>5.9.3</commons.junit.version> + <commons.junit.version>5.10.0</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 505999c..41a0868 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,6 +61,8 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="60" date="2023-MM-DD" description="Version 60: Maintenance and update dependencies"> + <!-- UPDATE --> + <action type="update" dev="ggregory" due-to="Dependabot">Bump JUnit from 5.9.3 to 5.10.0.</action> </release> <release version="59" date="2023-07-22" description="Version 59: Maintenance and update dependencies"> <!-- ADD -->