You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/07/16 08:58:31 UTC

[camel] branch master updated: Upgrade Commons-pool 2 to version 2.6.0

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new cee20d6  Upgrade Commons-pool 2 to version 2.6.0
cee20d6 is described below

commit cee20d6d8be561ee2c2b18a1902aac03a38a27aa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 16 10:58:06 2018 +0200

    Upgrade Commons-pool 2 to version 2.6.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4c5701e..7e3a3ee 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -160,7 +160,7 @@
     <commons-math3-version>3.6.1</commons-math3-version>
     <commons-net-version>3.6</commons-net-version>
     <commons-pool-version>1.6</commons-pool-version>
-    <commons-pool2-version>2.5.0</commons-pool2-version>
+    <commons-pool2-version>2.6.0</commons-pool2-version>
     <commons-text-version>1.4</commons-text-version>
     <commons-vfs2-version>2.0</commons-vfs2-version>
     <compress-lzf-version>1.0.4</compress-lzf-version>