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 2c062b7 Bump JUnit from 5.13.4 to 5.14.1
2c062b7 is described below
commit 2c062b79e403f3396b4b4e687316ed90e50d347b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 14 14:08:33 2025 -0500
Bump JUnit from 5.13.4 to 5.14.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 016aa54..2575708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,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.13.4</commons.junit.version>
+ <commons.junit.version>5.14.1</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 a3a07d3..a4fb68e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.puppycrawl.tools:checkstyle from 12.1.1 to 12.1.2 on Java 17 and
up.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump JUnit
from 5.13.4 to 5.14.1.</action>
</release>
<release version="92" date="2025-11-07" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->