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:25:51 UTC

(commons-pool) 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-pool.git


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

commit ce18f720737217570f7511b49f13dd3f626afde3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Nov 22 09:25:47 2023 -0500

    Bump commons-lang3 from 3.13.0 to 3.14.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0929e4d7..df663188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.13.0</version>
+      <version>3.14.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a549f57b..081cdb30 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="update">
       Bump org.ow2.asm:asm-util from 9.5 to 9.6 #252.
     </action>
+    <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.13.0 to 3.14.0.</action>
   </release> 
   <release version="2.12.0" date="2023-MM-DD" description="This is a feature and maintenance release (Java 8 or above).">
     <!-- FIX -->