This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/release by this push:
new d1c64c5 Bump commons.junit.version from 5.14.1 to 5.14.2
d1c64c5 is described below
commit d1c64c50d949b82a72e192629c60b7182d880b7d
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 9 10:43:25 2026 -0500
Bump commons.junit.version from 5.14.1 to 5.14.2
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 822471e..37a4611 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.1</commons.junit.version>
+ <commons.junit.version>5.14.2</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 ccd028c..c9aef9c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump commons.pmd-impl.version from 7.19.0 to 7.20.0 #689.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump com.puppycrawl.tools:checkstyle from 12.3.1 to 13.0.0 on Java
21 and up.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.siom79.japicmp:japicmp-maven-plugin from 0.25.1 to 0.25.2.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons.junit.version from 5.14.1 to 5.14.2.</action>
</release>
<release version="94" date="2025-12-30" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->