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 b0839bd Update commons-lang3 3.11 -> 3.12.0. b0839bd is described below commit b0839bd13fdb5aa663108883d96e71248ecdb680 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 1 20:35:17 2021 -0500 Update commons-lang3 3.11 -> 3.12.0. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 778accf..eb15c31 100644 --- a/pom.xml +++ b/pom.xml @@ -286,7 +286,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.11</version> + <version>3.12.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f1345d2..3076e26 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,7 +50,7 @@ </action> <!-- UPDATES --> <action type="update" dev="ggregory" issue="CONFIGURATION-787" due-to="Gary Gregory"> - Update from Apache Commons Lang 3.9 to 3.11. + Update from Apache Commons Lang 3.9 to 3.12.0. </action> <action type="add" dev="ggregory" issue="CONFIGURATION-789" due-to="Gary Gregory"> Add ImmutableConfiguration.getEnum() methods.