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 57f22e68 Bump org.apache.bcel:bcel from 6.9.0 to 6.10.0 #327 57f22e68 is described below commit 57f22e6817057cbb2f28f87ce972ce8d5b444fc7 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Tue Jul 23 17:33:46 2024 -0400 Bump org.apache.bcel:bcel from 6.9.0 to 6.10.0 #327 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5d1f9d15..ae27041e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove. </action> <action dev="ggregory" type="update">Bump org.ow2.asm:asm-util from 9.5 to 9.7 #252, #294.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.15.0 #326.</action> - <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.9.0 #263, #306.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.bcel:bcel from 6.7.0 to 6.10.0 #263, #306, #327.</action> <!-- FIX --> <action dev="psteitz" type="fix" issue="POOL-407"> Add ReslientPooledObjectFactory to provide resilence against factory outages.