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-io.git
The following commit(s) were added to refs/heads/master by this push: new a08f241 Update commons-lang3 3.11 -> 3.12.0. a08f241 is described below commit a08f241ca008d93800b2e4af350a9716eff77b5c Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Mar 1 21:02:19 2021 -0500 Update commons-lang3 3.11 -> 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 d1a478a..3217af7 100644 --- a/pom.xml +++ b/pom.xml @@ -268,7 +268,7 @@ file comparators, endian transformation classes, and much more. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.11</version> + <version>3.12.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8223300..b380e0e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -260,6 +260,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot"> Bump junit-bom from 5.7.0 to 5.7.1 #200. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Update from Apache Commons Lang 3.11 to 3.12.0. + </action> </release> <!-- The release date is the date RC is cut --> <release version="2.8.0" date="2020-09-05" description="Java 8 required.">