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 a2611b4 Bump commons.junit.version from 5.14.2 to 5.14.3.
a2611b4 is described below
commit a2611b4878d4d0386510e8da25f91bcf34057f07
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 9 16:30:42 2026 -0400
Bump commons.junit.version from 5.14.2 to 5.14.3.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7445da6..c10321f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
<!-- bndlib 7 requires Java 17 -->
<commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version>
<!-- JUnit 6 requires Java 17 -->
- <commons.junit.version>5.14.2</commons.junit.version>
+ <commons.junit.version>5.14.3</commons.junit.version>
<!-- JUnit Pioneer 2 requires Java 11 -->
<commons.junit-pioneer.version>1.9.1</commons.junit-pioneer.version>
<!-- Mockito version 5 requires Java > 8 -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 419462d..cdef009 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.siom79.japicmp:japicmp-maven-plugin from 0.25.4 to 0.25.5.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
minimalMavenBuildVersion from 3.8.1 to 3.9.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons.junit.version from 5.14.2 to 5.14.3.</action>
</release>
<release version="98" date="2026-04-03" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->