This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new c03d24e  [AMQ-7324] Upgrade to commons-dbcp2 2.7.0 and commons-pool2 
2.7.0
c03d24e is described below

commit c03d24e50d34c682f916b6c4542ecce269870325
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Oct 31 11:47:45 2019 +0100

    [AMQ-7324] Upgrade to commons-dbcp2 2.7.0 and commons-pool2 2.7.0
    
    (cherry picked from commit 45601effea244927018d1b12db2df235574b738e)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 486666c..f329d5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,11 +53,11 @@
     <commons-beanutils-version>1.9.4</commons-beanutils-version>
     <commons-collections-version>3.2.2</commons-collections-version>
     <commons-daemon-version>1.0.15</commons-daemon-version>
-    <commons-dbcp2-version>2.6.0</commons-dbcp2-version>
+    <commons-dbcp2-version>2.7.0</commons-dbcp2-version>
     <commons-io-version>2.6</commons-io-version>
     <commons-lang-version>2.6</commons-lang-version>
     <commons-logging-version>1.2</commons-logging-version>
-    <commons-pool2-version>2.6.2</commons-pool2-version>
+    <commons-pool2-version>2.7.0</commons-pool2-version>
     <commons-primitives-version>1.0</commons-primitives-version>
     <commons-net-version>3.6</commons-net-version>
     <directory-version>2.0.0.AM25</directory-version>

Reply via email to