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 2019/12/12 13:48:28 UTC

[commons-dbcp] branch master updated: [DBCP-650] Update Apache Commons Pool from 2.7.0 to 2.8.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 8072a78  [DBCP-650] Update Apache Commons Pool from 2.7.0 to 2.8.0.
8072a78 is described below

commit 8072a78d07173a87e84e2944877a5f5dae8a7fbc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 12 08:48:25 2019 -0500

    [DBCP-650] Update Apache Commons Pool from 2.7.0 to 2.8.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 3b5536c..0df8582 100644
--- a/pom.xml
+++ b/pom.xml
@@ -324,7 +324,7 @@
     <commons.checkstyle.version>3.0.0</commons.checkstyle.version>
     <commons.javadoc.version>3.1.1</commons.javadoc.version>
     <!-- Constant for Commons Pool version (used in multiple places) -->
-    <commons.pool.version>2.7.0</commons.pool.version>
+    <commons.pool.version>2.8.0</commons.pool.version>
     <commons.japicmp.version>0.13.1</commons.japicmp.version>
     <commons.jacoco.version>0.8.4</commons.jacoco.version>
     <!-- See DBCP-445 and DBCP-454 -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 276ce01..68a4087 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" issue="DBCP-555" due-to="Gary Gregory">
         NPE when creating a SQLExceptionList with a null list.
       </action>
+      <action dev="ggregory" type="fix" issue="DBCP-650" due-to="Gary Gregory">
+        Update Apache Commons Pool from 2.7.0 to 2.8.0.
+      </action>
     </release>
     <release version="2.7.0" date="2019-07-31" description="This is a minor release, including bug fixes and enhancements.">
       <!-- add -->