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 48a36502 Bump commons-lang3 from 3.19.0 to 3.20.0
48a36502 is described below
commit 48a3650260a18b602a2276cd32609e891ff17c14
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 16 08:56:29 2025 -0500
Bump commons-lang3 from 3.19.0 to 3.20.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 37b3960f..cfde9200 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.19.0</version>
+ <version>3.20.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7487fb8c..0e7dfb03 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,6 +67,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 org.apache.commons:commons-parent from 89 to 92 #482.</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>
</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 -->