You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2019/08/07 05:48:46 UTC

[activemq] branch activemq-5.15.x updated: [AMQ-7253] Upgrade to commons-dbcp2 2.6.0 and commons-pool 2.6.2

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 e720f76  [AMQ-7253] Upgrade to commons-dbcp2 2.6.0 and commons-pool 2.6.2
e720f76 is described below

commit e720f760aec1b21586d86d76812cdcb9f9ce0159
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Jul 26 16:13:07 2019 +0200

    [AMQ-7253] Upgrade to commons-dbcp2 2.6.0 and commons-pool 2.6.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6ca32b0..890db5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,11 +53,11 @@
     <commons-beanutils-version>1.9.3</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.1.1</commons-dbcp2-version>
+    <commons-dbcp2-version>2.6.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.4.2</commons-pool2-version>
+    <commons-pool2-version>2.6.2</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>