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-jcs.git
The following commit(s) were added to refs/heads/master by this push: new bb8aac6 Update commons-lang3 3.10-> 3.12.0. bb8aac6 is described below commit bb8aac6ab98c3b6f57261557701060784eb5485f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 1 21:36:14 2021 -0500 Update commons-lang3 3.10-> 3.12.0. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 074b289..2d6101b 100644 --- a/pom.xml +++ b/pom.xml @@ -546,7 +546,7 @@ <jsr107.api.version>1.0.1</jsr107.api.version> <commons.collections.version>4.4</commons.collections.version> - <commons.lang.version>3.10</commons.lang.version> + <commons.lang.version>3.12.0</commons.lang.version> <commons.clirr.version>2.8</commons.clirr.version> <commons.assembly-plugin.version>3.3.0</commons.assembly-plugin.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e4e855f..dd491e1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,6 +38,9 @@ <action dev="ggregory" type="add" due-to="Gary Gregory"> Add IndexedDisk.isEmpty(). </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Update from Apache Commons Lang 3.10 to 3.12.0. + </action> </release> <release version="3.0" date="2020-08-16"> <action issue="JCS-205" dev="tv" type="fix">