You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/09/05 21:45:23 UTC

[directory-server] 01/02: Bumped up the commons-pool2 version

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git

commit 0b95bc189725f3dd5ee0cbb2f7988e03c2816ab3
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Wed Sep 5 23:20:21 2018 +0200

    Bumped up the commons-pool2 version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 597141f..a37d839 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
     <commons.daemon.version>1.0.15</commons.daemon.version>
     <commons.lang.version>2.6</commons.lang.version>
     <commons.net.version>3.6</commons.net.version>
-    <commons.pool.version>2.5.0</commons.pool.version>
+    <commons.pool.version>2.6.0</commons.pool.version>
     <dnsjava.version>2.1.8</dnsjava.version>
     <ehcache.version>2.10.4</ehcache.version>
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>