You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/06/01 23:48:54 UTC

[commons-dbcp] 02/02: Bump commons-pool2 from 2.9.0 to 2.10.0.

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

commit 0075f5b725143d12803fd14dfcd424bcffe04776
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 1 19:48:48 2021 -0400

    Bump commons-pool2 from 2.9.0 to 2.10.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 83b285f..47b6627 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,7 +324,7 @@
     <commons.checkstyle.version>3.1.2</commons.checkstyle.version>
     <commons.javadoc.version>3.3.0</commons.javadoc.version>
     <!-- Constant for Commons Pool version (used in multiple places) -->
-    <commons.pool.version>2.9.0</commons.pool.version>
+    <commons.pool.version>2.10.0</commons.pool.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <!-- See DBCP-445 and DBCP-454 -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0130ac9..80831e3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -168,6 +168,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump org.jboss:jboss-transaction-spi from 7.6.0.Final to 7.6.1.Final.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump commons-pool2 from 2.9.0 to 2.10.0.
+      </action>
     </release>
     <release version="2.8.0" date="2020-09-21" description="This is a minor release, including bug fixes and enhancements.">
       <!-- add -->