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/02/13 14:19:48 UTC

[commons-text] branch master updated: - Update NOTICE copyright. - Update JUnit from 5.5.2 to 5.6.0. - Update assertj-core from 3.14.0 to 3.15.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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new df366cf  - Update NOTICE copyright. - Update JUnit from 5.5.2 to 5.6.0. - Update assertj-core from 3.14.0 to 3.15.0.
df366cf is described below

commit df366cfef0851507747817ee04d6243d59f12fc9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 13 09:19:45 2020 -0500

    - Update NOTICE copyright.
    - Update JUnit from 5.5.2 to 5.6.0.
    - Update assertj-core from 3.14.0 to 3.15.0.
---
 NOTICE.txt              | 2 +-
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 5219de8..2731b62 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Commons Text
-Copyright 2014-2019 The Apache Software Foundation
+Copyright 2014-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (https://www.apache.org/).
diff --git a/pom.xml b/pom.xml
index 3f7f1b4..e305542 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,13 +80,13 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.5.2</version>
+      <version>5.6.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.14.0</version>
+      <version>3.15.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc7013e..0729907 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,8 @@ The <action> type attribute can be add,update,fix,remove.
     <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 assertj-core from 3.14.0 to 3.15.0.</action>
   </release>
   
   <release version="1.8" date="2019-08-30" description="Release 1.8">