Skip to content

Commit

Permalink
- Update NOTICE copyright.
Browse files Browse the repository at this point in the history
- Update JUnit from 5.5.2 to 5.6.0.
- Update assertj-core from 3.14.0 to 3.15.0.
  • Loading branch information
garydgregory committed Feb 13, 2020
1 parent dc137f1 commit df366cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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/).
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -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">
Expand Down

0 comments on commit df366cf

Please sign in to comment.