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 0b421799 Bump org.apache.bcel:bcel from 6.7.0 to 6.8.1
0b421799 is described below

commit 0b4217995fc08b6ad4734eed4bd18dae9fa70d5b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jan 11 10:50:35 2024 -0500

    Bump org.apache.bcel:bcel from 6.7.0 to 6.8.1
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d3105b5b..f196e9c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@
               <dependency>
                 <groupId>org.apache.bcel</groupId>
                 <artifactId>bcel</artifactId>
-                <version>6.7.0</version>
+                <version>6.8.1</version>
               </dependency>
             </dependencies>
           </plugin>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d2d380b3..b250c338 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="update">Bump commons-parent from 62 to 
64.</action>
     <action dev="ggregory" type="update">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>
   </release>
   <release version="2.12.0" date="2023-09-30" description="This is a feature 
and maintenance release (Java 8 or above).">
     <!-- FIX -->

Reply via email to