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:17 UTC

[activemq] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new f9fd5f4  [AMQ-7380] Upgrade to commons-pool2 2.8.0
     new 88cd3ec  Merge pull request #442 from jbonofre/AMQ-7380
f9fd5f4 is described below

commit f9fd5f459ee4e9c540619adf614399f44fdea0f1
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ffda81d..50fedbf 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>