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 bd3e6677 Bump org.apache.commons:commons-parent from 93 to 94
bd3e6677 is described below
commit bd3e66777bf1fadd40cdd47ceb384966917f808e
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 2 16:58:27 2026 -0500
Bump org.apache.commons:commons-parent from 93 to 94
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3593fb66..d0e91bbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>93</version>
+ <version>94</version>
</parent>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c1e409b2..66e8ddba 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,7 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add Const.MAJOR_26.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add Const.MINOR_26.</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.apache.commons:commons-parent from 89 to 93 #482.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.apache.commons:commons-parent from 89 to 94 #482.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">[test] Bump org.jetbrains.kotlin:kotlin-stdlib from 2.2.20 to 2.3.0
#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>