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 6f7ec821 Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 6f7ec821 is described below commit 6f7ec821ca80180e259b7cf6d03e3e8a8690db63 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Oct 1 08:13:36 2023 -0400 Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2671940d..30a48a00 100644 --- a/pom.xml +++ b/pom.xml @@ -316,7 +316,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.11.1</commons.pool.version> + <commons.pool.version>2.12.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 ff6338cb..50d4a357 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,6 +69,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump h2 from 2.2.220 to 2.2.224, #308.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 60 to 62.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9 #301.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0.</action> </release> <release version="2.10.0" date="2023-08-28" description="This is a minor release, including bug fixes and enhancements."> <!-- FIX -->