You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/11/30 15:07:52 UTC

(commons-jelly) branch master updated: Bump commons-logging from 1.0.3 to 1.3.0

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 cf5c8a8f Bump commons-logging from 1.0.3 to 1.3.0
cf5c8a8f is described below

commit cf5c8a8f7a080a744392890a419a2a2c6448abc5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 30 10:07:48 2023 -0500

    Bump commons-logging from 1.0.3 to 1.3.0
---
 jelly-tags/jaxme/pom.xml | 2 +-
 src/changes/changes.xml  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/jelly-tags/jaxme/pom.xml b/jelly-tags/jaxme/pom.xml
index 6af506e2..f380f81e 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.0.3</version>
+      <version>1.3.0</version>
     </dependency>
     <!-- TODO: These versions probably want updating -->
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c63be777..2fc63c78 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,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>
     </release>
   </body>
 </document>