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/12/16 12:49:55 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8360] Update commons-pool2 to 2.11.1 (#704)

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 ff9831a  [AMQ-8360] Update commons-pool2 to 2.11.1 (#704)
ff9831a is described below

commit ff9831a9fdd5b59bcccc9961b23e935f57783636
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Fri Sep 3 11:21:26 2021 -0500

    [AMQ-8360] Update commons-pool2 to 2.11.1 (#704)
    
    (cherry picked from commit d00d6ffa7106378f12bb1063bc13da212964ac1c)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7567b18..768451a 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.10.0</commons-pool2-version>
+    <commons-pool2-version>2.11.1</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>