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-jxpath.git
The following commit(s) were added to refs/heads/master by this push:
new 9edf36a2 Bump commons-logging:commons-logging from 1.3.6 to 1.4.0.
9edf36a2 is described below
commit 9edf36a275cbd0d3f8137fcbf9867f00dd325332
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 17 22:18:24 2026 +0000
Bump commons-logging:commons-logging from 1.3.6 to 1.4.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 958510c2..83337432 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.6</version>
+ <version>1.4.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 92e3d552..d891772f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0
#249.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.19.0 to 2.22.0.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.3.6.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.5 to 1.4.0.</action>
</release>
<release version="1.4.0" date="2025-04-12" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->