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 2021/07/28 05:24:11 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8333] Update commons-pool2 to 2.10.0

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

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


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new 407e9be  [AMQ-8333] Update commons-pool2 to 2.10.0
407e9be is described below

commit 407e9bee60df6f6288526b4915741665cb7d274c
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Fri Jul 16 11:53:58 2021 -0500

    [AMQ-8333] Update commons-pool2 to 2.10.0
    
    (cherry picked from commit 1a01bfca77c44c50d6e4ea8248cfc87f04ed20d9)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4fa181..9cafa2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
     <commons-io-version>2.11.0</commons-io-version>
     <commons-lang-version>3.12.0</commons-lang-version>
     <commons-logging-version>1.2</commons-logging-version>
-    <commons-pool2-version>2.9.0</commons-pool2-version>
+    <commons-pool2-version>2.10.0</commons-pool2-version>
     <commons-primitives-version>1.0</commons-primitives-version>
     <commons-net-version>3.8.0</commons-net-version>
     <directory-version>2.0.0.AM25</directory-version>