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 0babe4b Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3
0babe4b is described below
commit 0babe4bd87ef5c85a4f9195eaf676261a2c184ca
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 27 08:27:31 2025 -0500
Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.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 bd32ea1..fc51ae2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -810,7 +810,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
- <version>3.6.2</version>
+ <version>3.6.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 210840f..0b105e3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump com.puppycrawl.tools:checkstyle from 12.1.2 to 12.3.0
#687.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.ow2.asm:asm from 9.9 to 9.9.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
biz.aQute.bnd:biz.aQute.bndlib from 7.1.0 to 7.2.0 on Java 17 and up.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3.</action>
</release>
<release version="93" date="2025-11-19" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->