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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 844be55  Update commons-lang3 3.11 -> 3.12.0.
     new a55ad54  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-text.git
844be55 is described below

commit 844be557579cafe7909f9459e390a95e9b0cdd53
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Mon Mar 1 21:39:07 2021 -0500

    Update commons-lang3 3.11 -> 3.12.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index eb439af..d2b3438 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.11</version>
+      <version>3.12.0</version>
     </dependency>
     <!-- testing -->
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 458b95a..5b0949b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Text Changes</title>
   </properties>
   <body>
-  <release version="1.10.0" date="202Y-MM-DD" description="Release 1.9.1. 
Requires Java 8.">
+  <release version="1.10.0" date="202Y-MM-DD" description="Release 1.10.0. 
Requires Java 8.">
     <!-- FIX -->
     <action issue="TEXT-189" type="fix" dev="kinow" due-to="Gongpu Zhu">Fix 
CaseUtils when the input string contains only delimiters</action>
     <action issue="TEXT-187" type="fix" dev="kinow">Add GraalVM test 
dependencies to fix test failures with Java 15.</action>
@@ -74,6 +74,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="ggregory" due-to="Arturo 
Bernal">Minor Improvements #196..</action>
     <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 
#202.</action>
     <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump actions/cache from v2 to v2.1.4 #205.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update commons-lang3 3.11 -> 3.12.0.</action>
   </release>
   <release version="1.9" date="2020-07-21" description="Release 1.9. Requires 
Java 8.">
     <action issue="TEXT-166" type="fix" dev="kinow" due-to="Mikko 
Maunu">Removed non-existing parameter from Javadocs and spelled out parameters 
in throws.</action>

Reply via email to