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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 4a55a5d [CONFIGURATION-747] Update Apache Commons Lang from 3.8.1 to 3.9. 4a55a5d is described below commit 4a55a5d072cc1c43afad25b5d05ff691229ca1ca Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Sun Apr 14 20:25:20 2019 -0400 [CONFIGURATION-747] Update Apache Commons Lang from 3.8.1 to 3.9. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a0611a..a6b8642 100644 --- a/pom.xml +++ b/pom.xml @@ -287,7 +287,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.8.1</version> + <version>3.9</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a3c97ef..8d970fc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,6 +45,9 @@ <action dev="ggregory" type="update" issue="CONFIGURATION-743" due-to="Gary Gregory"> Update optional library snakeyaml from 1.23 to 1.24. </action> + <action dev="ggregory" type="update" issue="CONFIGURATION-747" due-to="Gary Gregory"> + Update Apache Commons Lang from 3.8.1 to 3.9. + </action> </release> <release version="2.4" date="2018-10-23" description="Minor release with new features and updated dependencies.">