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-jelly.git
The following commit(s) were added to refs/heads/master by this push:
new f8230506 Bump commons-logging:commons-logging from 1.3.4 to 1.3.5
f8230506 is described below
commit f8230506e23a9180a4bea649b7be94ec928f4f79
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Feb 7 22:02:22 2025 -0500
Bump commons-logging:commons-logging from 1.3.4 to 1.3.5
---
jelly-tags/jaxme/pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jelly-tags/jaxme/pom.xml b/jelly-tags/jaxme/pom.xml
index 4b84f6cb..f46220f1 100644
--- a/jelly-tags/jaxme/pom.xml
+++ b/jelly-tags/jaxme/pom.xml
@@ -34,7 +34,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.3.0</version>
+ <version>1.3.5</version>
</dependency>
<!-- TODO: These versions probably want updating -->
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e4122fd3..ac88abb8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,7 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" due-to="ggregory">Bump Java from 7 to 8.</action>
<action type="update" due-to="ggregory">Bump commons-parent from 42 to
58.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging from 1.0.3 to 1.3.0.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging from 1.0.3 to 1.3.5.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-beanutils:commons-beanutils from a mix of 1.6 and 1.7.0 to
1.10.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
xmlunit:xmlunit from a mix of 0.8 and 1.0 to 1.6.</action>
</release>