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 dedbb1e  [DBCP-543] Update Apache Commons Pool from 2.6.1 to 2.6.2.
dedbb1e is described below

commit dedbb1e79e451aa0bb751315bd14d39dc981f80b
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Apr 11 12:39:45 2019 -0400

    [DBCP-543] Update Apache Commons Pool from 2.6.1 to 2.6.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f713ade..0043558 100644
--- a/pom.xml
+++ b/pom.xml
@@ -317,7 +317,7 @@
     <!-- Override CP version until that is updated -->
     <commons.checkstyle.version>3.0.0</commons.checkstyle.version>
     <!-- Constant for Commons Pool version (used in multiple places) -->
-    <commons.pool.version>2.6.1</commons.pool.version>
+    <commons.pool.version>2.6.2</commons.pool.version>
     <commons.japicmp.version>0.13.1</commons.japicmp.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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5962f07..f1f06cc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" issue="DBCP-542" due-to="Zheng 
Feng, Gary Gregory">
         Fix tests on Java 11.
       </action>
+      <action dev="ggregory" type="update" issue="DBCP-543" due-to="Gary 
Gregory">
+        Update Apache Commons Pool from 2.6.1 to 2.6.2.
+      </action>
     </release>
     <release version="2.6.0" date="2019-02-14" description="This is a minor 
release, including bug fixes and enhancements.">
       <action dev="chtompki" type="add" issue="DBCP-534" due-to="Peter Wicks">

Reply via email to