This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 b45f31a Update junit to 5.14.4 instead of 6.1.1 (#718)
b45f31a is described below
commit b45f31add327d891578927ca5fa07501f6496590
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Jul 21 18:04:36 2026 +0200
Update junit to 5.14.4 instead of 6.1.1 (#718)
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c740d87..7101679 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,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>6.1.1</commons.junit.version>
+ <commons.junit.version>5.14.4</commons.junit.version>
<!-- JUnit Pioneer 2 requires Java 11 -->
<commons.junit-pioneer.version>1.9.1</commons.junit-pioneer.version>
<!-- Mockito 5 requires Java 11 -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 143e3e0..6d45633 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="engelen" due-to="Arnout Engelen">Bump
org.junit:junit-bom from 5.14.3 to 6.1.1.</action>
+ <action type="update" dev="engelen" due-to="Arnout Engelen">Bump
org.junit:junit-bom from 5.14.3 to 5.14.4.</action>
<action type="update" dev="engelen" due-to="Arnout Engelen">Bump
com.github.spotbugs:spotbugs from 3.9.8 to 4.10.2</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache:apache from 38 to 39.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.cyclonedx:cyclonedx-maven-plugin from 2.9.1 to 2.9.2.</action>