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 feed5b8  [TEXT-162] Update Apache Commons Lang from 3.8.1 to 3.9.
feed5b8 is described below

commit feed5b89cdf4641208e57d02a1292bae59c9165e
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Apr 14 20:31:28 2019 -0400

    [TEXT-162] Update Apache Commons Lang from 3.8.1 to 3.9.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index df9892a..8bae32e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.8.1</version>
+      <version>3.9</version>
     </dependency>
     <!-- testing -->
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c1cfeda..d524ad7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="TEXT-157" type="update" dev="aherbert">Remove rounding from 
JaccardDistance and JaccardSimilarity</action>
     <action issue="TEXT-151" type="fix" dev="aherbert">Fix the 
JaroWinklerSimilarity to use StringUtils.equals to test for CharSequence 
equality</action>
     <action issue="TEXT-155" type="add" dev="aherbert">Add a generic 
IntersectionSimilarity measure</action>
+    <action issue="TEXT-162" type="update" dev="ggregory">Update Apache 
Commons Lang from 3.8.1 to 3.9.</action>
   </release>
 
   <release version="1.6" date="2018-10-12" description="Release 1.6">

Reply via email to