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/07/30 15:45:49 UTC

[commons-imaging] branch master updated: Bump commons-lang3 from 3.12.0 to 3.13.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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new b49b6583 Bump commons-lang3 from 3.12.0 to 3.13.0.
b49b6583 is described below

commit b49b6583fe39eafc140f687f3c0dd1434696c78d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 30 11:45:45 2023 -0400

    Bump commons-lang3 from 3.12.0 to 3.13.0.
    
    No need to track github action versions
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f08203c2..af119844 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.12.0</version>
+      <version>3.13.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8281a709..b4546a5a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,13 +75,13 @@ The <action> type attribute can be add,update,fix,remove.
       </action>
       <!-- UPDATE -->
       <action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
-        Bump actions/cache from 3.0.4 to 3.0.10 #225, #228, #239, #240.
+        Bump actions/cache #225, #228, #239, #240.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
-        Bump actions/checkout from 3 to 3.1.0 #241.
+        Bump actions/checkout #241.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
-        Bump actions/setup-java from 3 to 3.5.1.
+        Bump actions/setup-java.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump commons-parent from 52 to 59 #238, #252, #262, #293.
@@ -107,6 +107,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" due-to="Gary Gregory">
         Bump commons-io:commons-io 2.6 to 2.13.0.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump commons-lang3 from 3.12.0 to 3.13.0.
+      </action>
       <action issue="IMAGING-347" dev="kinow" type="update" due-to="snumlautoken">
         Refactor BasicCParser::unescapeString().
       </action>