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
The following commit(s) were added to refs/heads/master by this push: new 7e3584d Update build from Apache Commons BCEL 6.2 to 6.3. 7e3584d is described below commit 7e3584df4d1434be4970aaa3e681b933dff2902f Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Sun Feb 3 16:04:18 2019 -0500 Update build from Apache Commons BCEL 6.2 to 6.3. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 34a5859..66c8933 100644 --- a/pom.xml +++ b/pom.xml @@ -203,7 +203,7 @@ <dependency> <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> - <version>6.2</version> + <version>6.3</version> </dependency> </dependencies> </plugin>