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 2020/02/03 15:19:53 UTC

[activemq] branch activemq-5.15.x updated: [AMQ-7380] Upgrade to commons-pool2 2.8.0

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 eb7f503  [AMQ-7380] Upgrade to commons-pool2 2.8.0
eb7f503 is described below

commit eb7f50316e269de51b99dac3e4d9dece5b59d99c
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 28 16:03:05 2020 +0100

    [AMQ-7380] Upgrade to commons-pool2 2.8.0
    
    (cherry picked from commit f9fd5f459ee4e9c540619adf614399f44fdea0f1)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a23417..93440ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <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.7.0</commons-pool2-version>
+    <commons-pool2-version>2.8.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>