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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 970c11b org.apache.bcel:bcel 6.2 -> 6.3. 970c11b is described below commit 970c11bad99cb48e01a80ba8383c52bbfc657bd7 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Fri Feb 1 09:41:36 2019 -0500 org.apache.bcel:bcel 6.2 -> 6.3. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2612dd6..e92160d 100644 --- a/pom.xml +++ b/pom.xml @@ -463,7 +463,7 @@ <dependency> <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> - <version>6.2</version> + <version>6.3</version> </dependency> </dependencies> </plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 829ff65..8a7f17e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -86,6 +86,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update">maven-assembly-plugin 3.1.0 -> 3.1.1</action> <action type="update">commons.jar-plugin.version 3.1.0 -> 3.1.1</action> <action type="update">commons.animal-sniffer.version 1.16 -> 1.17</action> + <action type="update">org.apache.bcel:bcel 6.2 -> 6.3</action> </release> <release version="47" date="2018-07-02" description="Release version 47">