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 957a6b5 [test] org.assertj:assertj-core 3.13.2 -> 3.14.0.
957a6b5 is described below
commit 957a6b509999e87e0c20c1b82df624a7b4a2b487
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Nov 23 17:18:11 2019 -0500
[test] org.assertj:assertj-core 3.13.2 -> 3.14.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7452ff0..162d29b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
- <version>3.13.2</version>
+ <version>3.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a92d431..5f27d73 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
<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">(doc) 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>
</release>
<release version="1.8" date="2019-08-30" description="Release 1.8">