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 2019/05/28 20:50:15 UTC

[commons-text] branch master updated: Update tests from assertj-core 3.12.1 to 3.12.2.

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 37b15af  Update tests from assertj-core 3.12.1 to 3.12.2.
37b15af is described below

commit 37b15af7936a30a1f6e2ba67eb2b049e366e6c6f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue May 28 16:50:09 2019 -0400

    Update tests from assertj-core 3.12.1 to 3.12.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 506fe50..fbc422d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.12.1</version>
+      <version>3.12.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5151bc3..7460d94 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,6 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
     <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>
     <action issue="TEXT-165" type="fix" dev="ggregory">ResourceBundleStringLookup.lookup(String) throws MissingResourceException instead of returning null.</action>
+    <action                  type="update" dev="ggregory">Update tests from assertj-core 3.12.1 to 3.12.2.</action>
   </release>
 
   <release version="1.6" date="2018-10-12" description="Release 1.6">