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:35:25 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 570af43  [KARAF-6310] Upgrade to commons-pool2 2.6.2
     new 995324f  Merge pull request #866 from jbonofre/KARAF-6310
570af43 is described below

commit 570af438d272f9135daefd7b6603f45377d094db
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 b7fa42a..622021f 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>