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-pool.git
commit 30b3fa78df46e3a57725e35050d809093a2eb3c6 Author: Gary Gregory <[email protected]> AuthorDate: Tue Jun 9 08:20:36 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 0c43c5d..326bfbf 100644 --- a/pom.xml +++ b/pom.xml @@ -224,7 +224,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 2d5e0d9..c8a8af1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,6 +53,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" issue="POOL-385" type="add" due-to="scholzi100"> Added Automatic-Module-Name to support JPMS #31. </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.8.0" date="2019-12-05" description="This is a maintenance release (Java 8)."> <action dev="ggregory" issue="POOL-374" type="fix" due-to="Gary Gregory, Phil Steitz">
