This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 001897bf Bump commons-logging:commons-logging from 1.3.5 to 1.3.6.
001897bf is described below
commit 001897bf29f08213020434bf9094b92d450f8c67
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 8 08:56:18 2026 -0400
Bump commons-logging:commons-logging from 1.3.5 to 1.3.6.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 94929ab7..9acd8e88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.5</version>
+ <version>1.3.6</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2e353097..bad87c85 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,6 +36,7 @@
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 97.</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>
<!-- REMOVE -->
<action dev="ggregory" type="remove" due-to="Gary Gregory">Remove
pre-Java 1.4 code that will never run since we are on Java 8 or
greater.</action>
<action dev="ggregory" type="remove" due-to="Gary Gregory">Deprecate
ConstructorUtils in favor of Apache Commons Lang's ConstructorUtils.
ConstructorUtils is unused in this component.</action>