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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 6173a22 Update commons-lang3 3.11 -> 3.12.0. 6173a22 is described below commit 6173a227c596c9522106a389359e97ad6fbe768a Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Mar 1 20:29:52 2021 -0500 Update commons-lang3 3.11 -> 3.12.0. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ce2f133..b7d756d 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.11</version> + <version>3.12.0</version> </dependency> <dependency> <!-- BCEL-336 refers to this specific version. --> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 36b47b4..2398fe5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -81,6 +81,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.2.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #74.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump junit-jupiter from 5.7.0 to 5.7.1 #78.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Update commons-lang3 3.11 -> 3.12.0.</action> </release> <release version="6.5.0" date="2020-06-05" description="Minor feature and bug fix release."> <action issue="BCEL-330" type="update" dev="ggregory" due-to="Mark Roberts">Remove unnecessary references to Constants.</action>