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 2019/12/15 14:15:45 UTC

[directory-studio] branch master updated: Upgrade commons-pool2 to 2.7.0 to match directory-api

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-studio.git


The following commit(s) were added to refs/heads/master by this push:
     new cafe7a7  Upgrade commons-pool2 to 2.7.0 to match directory-api
     new 3af0358  Merge pull request #25 from minfrin/commons-pool2
cafe7a7 is described below

commit cafe7a7eb4c62dd9e71b3ae84a86016458919e1f
Author: minfrin <mi...@users.noreply.github.com>
AuthorDate: Fri Dec 13 17:42:34 2019 +0200

    Upgrade commons-pool2 to 2.7.0 to match directory-api
    
    https://issues.apache.org/jira/browse/DIRSTUDIO-1244
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f670be..2864b69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,8 +87,8 @@
     <org.apache.commons.io.bundleversion>2.6.0</org.apache.commons.io.bundleversion>
     <org.apache.commons.lang3.version>3.9</org.apache.commons.lang3.version>
     <org.apache.commons.lang3.bundleversion>3.9</org.apache.commons.lang3.bundleversion>
-    <org.apache.commons.pool.version>2.6.2</org.apache.commons.pool.version>
-    <org.apache.commons.pool.bundleversion>2.6.2</org.apache.commons.pool.bundleversion>
+    <org.apache.commons.pool.version>2.7.0</org.apache.commons.pool.version>
+    <org.apache.commons.pool.bundleversion>2.7.0</org.apache.commons.pool.bundleversion>
     <org.apache.directory.api.version>2.0.0.AM5-SNAPSHOT</org.apache.directory.api.version>
     <org.apache.directory.server.version>2.0.0.AM26-SNAPSHOT</org.apache.directory.server.version>
     <org.apache.mina.version>2.1.3</org.apache.mina.version>