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 d27000e [TEXT-177] Update from Apache Commons Lang 3.9 to 3.10. d27000e is described below commit d27000ee258b06a51f3fd8b365d406e2bc86cb55 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 27 14:19:59 2020 -0400 [TEXT-177] Update from Apache Commons Lang 3.9 to 3.10. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8f356c4..6080add 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.9</version> + <version>3.10</version> </dependency> <!-- testing --> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0729907..bcbb990 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove. <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> + <action issue="TEXT-177" type="update" dev="ggregory" due-to="Gary Gregory">Update from Apache Commons Lang 3.9 to 3.10.</action> </release> <release version="1.8" date="2019-08-30" description="Release 1.8">