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-digester.git
The following commit(s) were added to refs/heads/master by this push:
new 76d325ed Bump commons-logging:commons-logging from 1.3.6 to 1.4.0.
76d325ed is described below
commit 76d325ed14291719911853ebe3bb3bfd15ed5ee8
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 17 20:45:14 2026 +0000
Bump commons-logging:commons-logging from 1.3.6 to 1.4.0.
---
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 651efdd8..763cd337 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.6</version>
+ <version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1c642887..b07f44b8 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.6 #142, #160, #175, #187.
+ Bump Apache Commons Logging from 1.1.1 to 1.4.0 #142, #160, #175, #187.
</action>
<action dev="ggregory" type="update">
Bump Java requirement from version 5 to 8.