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 697a0151 Bump org.apache.bcel:bcel from 6.8.0 to 6.8.1 697a0151 is described below commit 697a0151f1108d966afaedcb99e21fe1cc0af32e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jan 11 10:52:16 2024 -0500 Bump org.apache.bcel:bcel from 6.8.0 to 6.8.1 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5f734c77..c57bc56f 100644 --- a/pom.xml +++ b/pom.xml @@ -234,7 +234,7 @@ <dependency> <groupId>org.apache.bcel</groupId> <artifactId>bcel</artifactId> - <version>6.8.0</version> + <version>6.8.1</version> </dependency> </dependencies> </plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 50fe64a4..58591015 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">Bump org.apache.bcel:bcel from 6.7.0 to 6.8.0 #263.</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> </release> <release version="2.12.0" date="2023-MM-DD" description="This is a feature and maintenance release (Java 8 or above)."> <!-- FIX -->