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-digester.git
The following commit(s) were added to refs/heads/master by this push: new 163042b7 Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 163042b7 is described below commit 163042b773609521187979d9fcfa64afaf353434 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 7 21:51:46 2025 -0500 Bump commons-logging:commons-logging from 1.3.4 to 1.3.5 --- commons-digester3-core/pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-digester3-core/pom.xml b/commons-digester3-core/pom.xml index 4d6b04bb..d74d9c42 100644 --- a/commons-digester3-core/pom.xml +++ b/commons-digester3-core/pom.xml @@ -47,7 +47,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.3.4</version> + <version>1.3.5</version> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b8b8803a..7ac1aeac 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -77,7 +77,7 @@ Bump GitHub build actions. </action> <action dev="ggregory" type="update" issue="DIGESTER-185" due-to="Gary Gregory"> - Bump Apache Commons Logging from 1.1.1 to 1.3.4 #142, #160, #175, #187. + Bump Apache Commons Logging from 1.1.1 to 1.3.5 #142, #160, #175, #187. </action> <action dev="ggregory" type="update"> Bump Java requirement from version 5 to 8.