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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 877c758e Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0
877c758e is described below
commit 877c758e2b4b01bd2c1b8d057948db84bcd72299
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 27 08:37:53 2025 -0500
Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 310f5662..874c214c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -380,7 +380,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
- <version>1.5.0</version>
+ <version>1.6.0</version>
<scope>test</scope>
</dependency>
<!-- START very old jars for Justice verifier -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ec831e67..8ec63fb5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.jetbrains.kotlin:kotlin-stdlib from 2.2.20 to 2.2.21
#481.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-io:commons-io from 2.20.0 to 2.21.0.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-lang3 from 3.19.0 to 3.20.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0.</action>
</release>
<release version="6.11.0" date="2025-10-09" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->