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 c817f3f7 Bump org.apache.commons:commons-pool2 from 2.13.0 to 2.13.1
c817f3f7 is described below
commit c817f3f7d7b7cf1127353dcbc845a2deb90b6849
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 6 17:10:34 2026 -0500
Bump org.apache.commons:commons-pool2 from 2.13.0 to 2.13.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 eb609e6a..8aa035a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,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.13.0</commons.pool.version>
+ <commons.pool.version>2.13.1</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 b8efe4aa..61bce676 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 94.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-pool2 from 2.13.0 to 2.13.1.</action>
</release>
<release version="2.14.0" date="2025-12-11" description="This is a minor
release, including bug fixes and enhancements.">
<!-- FIX -->