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 5e31f76 Bump maven-jar-plugin from 3.5.0 to 3.5.1.
5e31f76 is described below
commit 5e31f76252f94cea503497bdf87e148eb15655a2
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 23 07:28:17 2026 -0400
Bump maven-jar-plugin from 3.5.0 to 3.5.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 6d3fe10..4e296f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
<commons.felix.version>5.1.9</commons.felix.version>
<commons.jacoco.version>0.8.15</commons.jacoco.version>
<commons.japicmp.version>0.26.1</commons.japicmp.version>
- <commons.jar-plugin.version>3.5.0</commons.jar-plugin.version>
+ <commons.jar-plugin.version>3.5.1</commons.jar-plugin.version>
<commons.javadoc.version>3.12.0</commons.javadoc.version>
<commons.jxr.version>3.6.0</commons.jxr.version>
<commons.pmd.version>3.28.0</commons.pmd.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a53d3b6..e3d8c61 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="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
maven-jar-plugin from 3.5.0 to 3.5.1.</action>
</release>
<release version="103" date="2026-07-18" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->