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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new f3c1267 Update site reports from org.apache.bcel:bcel 6.4.1 to 6.5.0. f3c1267 is described below commit f3c126798886a7fb9cc975cb36c428c6eb6d0e4a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jun 10 20:25:27 2020 -0400 Update site reports from org.apache.bcel:bcel 6.4.1 to 6.5.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 56e2f43..d703ef3 100644 --- a/pom.xml +++ b/pom.xml @@ -210,7 +210,7 @@ <dependency> <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> - <version>6.4.1</version> + <version>6.5.0</version> </dependency> </dependencies> </plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7332807..c60be4a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -83,6 +83,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory"> Update Apache Commons IO from 2.6 to 2.7. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Update site reports from org.apache.bcel:bcel 6.4.1 to 6.5.0. + </action> </release> <release version="2.6.0" date="2020-01-06" description="New features and bug fix release."> <action dev="ggregory" due-to="Eitan Adler" type="fix">