This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push: new a24fb628 Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2 a24fb628 is described below commit a24fb628899b765c9f423be5d668e1487df63455 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 25 12:10:22 2024 -0500 Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c97d1748..eb023f61 100644 --- a/pom.xml +++ b/pom.xml @@ -236,7 +236,7 @@ <dependency> <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> - <version>6.8.1</version> + <version>6.8.2</version> </dependency> </dependencies> </plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 82cc7409..e9ed8f43 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,7 +52,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory">Bump commons-parent from 62 to 66.</action> <action type="update" dev="ggregory">Bump org.ow2.asm:asm-util from 9.5 to 9.6.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.13.0 to 3.14.0.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.8.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.8.2.</action> </release> <release version="2.12.0" date="2023-09-30" description="This is a feature and maintenance release (Java 8 or above)."> <!-- FIX -->