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/22 14:39:54 UTC

(commons-vfs) branch master updated: Bump commons-lang3 from 3.13.0 to 3.14.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-vfs.git


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

commit ee9dd2002d499b25e2c5b78bbaf7389d8bf63097
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Nov 22 09:39:48 2023 -0500

    Bump commons-lang3 from 3.13.0 to 3.14.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 a9651acb..6de4ca98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,7 +546,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.13.0</version>
+        <version>3.14.0</version>
       </dependency>
       <!-- HDFS -->
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ae7ee8e6..715f208d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -325,7 +325,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump commons-codec:commons-codec from 1.15 to 1.16.0.
       </action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">
-        Bump commons-lang3 from 3.12.0 to 3.13.0.
+        Bump commons-lang3 from 3.12.0 to 3.14.0.
       </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8 or above.">