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 2020/09/29 12:45:26 UTC

[commons-dbcp] branch master updated: Update commons-pool2 from 2.8.1 to 2.9.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


The following commit(s) were added to refs/heads/master by this push:
     new 3397f9d  Update commons-pool2 from 2.8.1 to 2.9.0.
3397f9d is described below

commit 3397f9d93bffdae04f3942d57f9706af8aade47e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 29 08:45:22 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index b31e577..2b1f8b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,7 +324,7 @@
     <commons.checkstyle.version>3.1.1</commons.checkstyle.version>
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
     <!-- Constant for Commons Pool version (used in multiple places) -->
-    <commons.pool.version>2.8.1</commons.pool.version>
+    <commons.pool.version>2.9.0</commons.pool.version>
     <commons.japicmp.version>0.14.3</commons.japicmp.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <!-- See DBCP-445 and DBCP-454 -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 656dbcc..f6cb9cf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,12 +61,16 @@ The <action> type attribute can be add,update,fix,remove.
      -->
   <body>
     <release version="2.9.0" date="202Y-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
+      <!-- UPDATES -->
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update mockito-core from 3.5.11 to 3.5.13 #66.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update actions/checkout from v2.3.2 to v2.3.3 #65.
       </action>
+       <action type="update" dev="ggregory" due-to="Gary Gregory">
+         Update commons-pool2 from 2.8.0 to 2.9.0.
+       </action>
     </release>
     <release version="2.8.0" date="2020-09-21" description="This is a minor release, including bug fixes and enhancements.">
       <!-- add -->