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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new f313fc74 Bump commons-lang3 from 3.19.0 to 3.20.0
f313fc74 is described below

commit f313fc7439f49a5a1986eb007016e2216154d926
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 16 08:58:34 2025 -0500

    Bump commons-lang3 from 3.19.0 to 3.20.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 79dad97b..052d0d01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.19.0</version>
+      <version>3.20.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 101f82a9..d21cbdf3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,7 +37,7 @@
       <action type="add" dev="ggregory" due-to="SethFalco, Melloware, Gary 
Gregory">Add Instant converter and improve enum converter #49.</action>
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 85 to 92 #378, #387, 
#394.</action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.19.0 
#357.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0 
#357.</action>
       <!-- REMOVE -->
       <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove unused 
ConstructorUtils in favor of Apache Commons Lang's 
org.apache.commons.lang3.ConstructorUtils. ConstructorUtils is unused in this 
component (org.apache.commons:commons-lang3).</action>
       <action dev="ggregory" type="remove" due-to="Gary Gregory">Remove unused 
org.apache.commons.beanutils2.MethodUtils.invoke*(*) methods in favor of Apache 
Commons Lang's org.apache.commons.lang3.reflect.MethodUtils 
(org.apache.commons:commons-lang3).</action>

Reply via email to