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 b5f84147 Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2 b5f84147 is described below commit b5f84147586a9564ec47ae7d4c8882896d6af850 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 25 12:10:57 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 ac69588e..575d5eea 100644 --- a/pom.xml +++ b/pom.xml @@ -235,7 +235,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 5bf61364..1a50c6df 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,7 +61,7 @@ The <action> type attribute can be add,update,fix,remove. Bump org.ow2.asm:asm-util from 9.5 to 9.6 #252. </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="Dependabot, Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.8.1 #263.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.8.2 #263.</action> </release> <release version="2.12.0" date="2023-MM-DD" description="This is a feature and maintenance release (Java 8 or above)."> <!-- FIX -->