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 2f9b4a35 Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 2f9b4a35 is described below commit 2f9b4a35ee8531a89e8bdb1697b03655d53959fb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 22 14:25:12 2025 -0400 Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbf94674..d2712a5c 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.3.4</version> + <version>1.3.5</version> </dependency> <dependency> <groupId>commons-collections</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ea8e5f61..514b39bc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -39,6 +39,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">ResultSetIterator.set(String, String, Object) now throws IllegalArgumentException instead of RuntimeException to wrap cases of SQLException.</action> <!-- ADD --> <!-- UPDATE --> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-logging:commons-logging from 1.3.4 to 1.3.5.</action> </release> <release version="1.10.1" date="2025-01-31" description="This is a maintenance release and requires Java 8."> <!-- FIX -->