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

[karaf] branch karaf-4.2.x updated: [KARAF-6310] Upgrade to commons-pool2 2.6.2

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 54e0fb8  [KARAF-6310] Upgrade to commons-pool2 2.6.2
54e0fb8 is described below

commit 54e0fb8266b66c87186f46301ddcc1799c701ef8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jun 4 17:01:38 2019 +0200

    [KARAF-6310] Upgrade to commons-pool2 2.6.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab17f30..f51d7ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
         <commons-lang3.version>3.9</commons-lang3.version>
         <commons-logging.version>1.2</commons-logging.version>
         <commons-pool.version>1.6</commons-pool.version>
-        <commons-pool2.version>2.5.0</commons-pool2.version>
+        <commons-pool2.version>2.6.2</commons-pool2.version>
         <commons-io.version>2.6</commons-io.version>
 
         <dom4j.bundle.version>1.6.1_5</dom4j.bundle.version>