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 86ecbb0 Update tests from Apache Commons Lang 3.10 to 3.11. 86ecbb0 is described below commit 86ecbb0b7d1981b0b6d8ce4a297551da6fc73ace Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jul 16 11:51:15 2020 -0400 Update tests from Apache Commons Lang 3.10 to 3.11. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12e67c2..93dcd4a 100644 --- a/pom.xml +++ b/pom.xml @@ -476,7 +476,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.10</version> + <version>3.11</version> <scope>test</scope> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0d020a8..7d4494e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,9 @@ The <action> type attribute can be add,update,fix,remove. --> <body> + <release version="6.5.1" date="2020-MM-DD" description="TBD."> + <action type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.10 to 3.11.</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> <action issue="BCEL-329" type="fix" dev="ggregory" due-to="Gary Gregory, Mark Roberts">MethodGen duplicates some attributes.</action>