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-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new d2b9b2eb Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.0
d2b9b2eb is described below
commit d2b9b2eb7255d4d99db3af27bcffc649cfabb9c6
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 9 17:06:35 2025 -0500
Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.0
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 24b8b1b0..19d9d2d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<commons.jira.id>DBCP</commons.jira.id>
<commons.jira.pid>12310469</commons.jira.pid>
- <commons.pool.version>2.12.1</commons.pool.version>
+ <commons.pool.version>2.13.0</commons.pool.version>
<!-- See DBCP-445 and DBCP-454 -->
<commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
<commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 37219f39..02eac221 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -123,7 +123,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="psteitz">Update tests and
CPDSConnectionFactory#invalidate to accomodate changed behavior in the fix for
POOL-424.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 78 to 93 #521, #537, #538.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 #474.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-pool2 from 2.12.0 to 2.13.0 #474.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Port site
from Doxia 1 to 2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-logging:commons-logging from 1.3.4 to 1.3.5.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.slf4j:slf4j-simple from 2.0.16 to 2.0.17 #481.</action>