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 2020/06/22 14:52:58 UTC

[commons-text] branch master updated: Update org.assertj:assertj-core 3.15.0 -> 3.16.1.

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 3b26d4c  Update org.assertj:assertj-core 3.15.0 -> 3.16.1.
3b26d4c is described below

commit 3b26d4cb341c08eb58cfcee69e1243b7aa8f294d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 22 10:52:51 2020 -0400

    Update org.assertj:assertj-core 3.15.0 -> 3.16.1.
---
 pom.xml                 |  2 +-
 src/changes/changes.xml | 14 +++++---------
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b96c92..ac87a3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.15.0</version>
+      <version>3.16.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e033818..0161021 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,19 +46,15 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="1.8.1" date="2019-MM-DD" description="Release 1.8.1">
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[test] junit-jupiter 5.5.1 -> 5.5.2.</action>
     <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>
     <action issue="TEXT-149" type="fix" dev="kinow" due-to="Yuji Konishi">StringEscapeUtils.unescapeCsv doesn't remove quotes at begin and end of string.</action>
-    <action                  type="update" dev="ggregory" due-to="Johan Hammar">[javadoc] Fix compiler warnings in Java code example in Javadoc #124.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[test] org.assertj:assertj-core 3.13.2 -> 3.14.0.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] com.puppycrawl.tools:checkstyle 8.23 -> 8.24.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] com.puppycrawl.tools:checkstyle 8.25 -> 8.26.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] com.puppycrawl.tools:checkstyle 8.26 -> 8.27.</action>
     <action issue="TEXT-174" type="fix"    dev="ggregory" due-to="furkilic">ScriptStringLookup does not accept ":" #126.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] Update JUnit from 5.5.2 to 5.6.0.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] Update JUnit from 5.6.0 to 5.6.1.</action>
-    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] Update assertj-core from 3.14.0 to 3.15.0.</action>
+    <action                  type="update" dev="ggregory" due-to="Johan Hammar">[javadoc] Fix compiler warnings in Java code example in Javadoc #124.</action>
     <action issue="TEXT-177" type="update" dev="ggregory" due-to="Gary Gregory">Update from Apache Commons Lang 3.9 to 3.10.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[test] junit-jupiter 5.5.1 -> 5.5.2.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[test] org.assertj:assertj-core 3.13.2 -> 3.16.1.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] com.puppycrawl.tools:checkstyle 8.23 -> 8.27.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] Update JUnit from 5.5.2 to 5.6.1.</action>
   </release>
   
   <release version="1.8" date="2019-08-30" description="Release 1.8">