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 dec6a5c1 Bump commons-logging:commons-logging from 1.2 to 1.3.4 dec6a5c1 is described below commit dec6a5c1dd27af52a4d67f2218e4ddaf00996f3f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Aug 19 18:41:58 2024 -0400 Bump commons-logging:commons-logging from 1.2 to 1.3.4 --- pom.xml | 2 +- src/changes/changes.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2d37c808..252d51b2 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.2</version> + <version>1.3.4</version> </dependency> <dependency> <groupId>commons-collections</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8acbe6ae..aa725b44 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -35,8 +35,9 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">Replace Maven CLIRR plugin with JApiCmp.</action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 47 to 73.</action> - <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java requirement from Java 6 to 7.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java requirement from Java 6 to 8.</action> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump junit:junit from 4.12 to 4.13.2.</action> + <action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-logging:commons-logging from 1.2 to 1.3.4.</action> </release> <release version="1.9.4" date="2019-06-12" description="The primary reason for this release is a bugfix for CVE-2014-0114. More specifically, our goal with BEANUTILS-520