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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 984bbb03 Bump org.apache.commons:commons-parent from 102 to 103.
984bbb03 is described below
commit 984bbb035a4e547e0880bcb30640ee94d936a59c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 21 15:36:56 2026 -0700
Bump org.apache.commons:commons-parent from 102 to 103.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9d7523eb..51838323 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>102</version>
+ <version>103</version>
</parent>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df24b347..10111d09 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -94,7 +94,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add Const.MINOR_27.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add and use ArrayType.isElementType(Type).</action>
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.apache.commons:commons-parent from 95 to 102.</action>
+ <action type="update" dev="ggregory" due-to="Gary
Gregory">Bump org.apache.commons:commons-parent from 95 to 103.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.jetbrains.kotlin:kotlin-stdlib from 2.3.0 to
2.4.20 (#497, #519).</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump commons-io:commons-io from 2.21.0 to 2.22.0.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump jna.version from 5.18.1 to 5.19.1 (#514).</action>