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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new 4adf9ece Bump commons-logging:commons-logging from 1.3.6 to 1.4.0.
4adf9ece is described below
commit 4adf9ecec5b95d2bb02ab3c077e8f7fcf6abef71
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 17 20:39:06 2026 +0000
Bump commons-logging:commons-logging from 1.3.6 to 1.4.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 1dbffa40..244d49b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.6</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 01d7a834..411c75ac 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,7 +40,7 @@
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 85 to 102 #378, #387,
#394, #395.</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>
- <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.4.0.</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>