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/04/14 08:14:32 UTC

[directory-ldap-api] branch master updated: Bumped up MINA dependency

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-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 1adb624  Bumped up MINA dependency
1adb624 is described below

commit 1adb62473d6956c310e7b6b1aecaaa5921fee658
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Sun Apr 14 10:14:26 2019 +0200

    Bumped up MINA dependency
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5e48081..2325252 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
     <junit.version>4.12</junit.version>
     <log4j.version>1.2.17</log4j.version>
     <logback.version>1.2.3</logback.version>
-    <mina.core.version>2.1.0</mina.core.version>
+    <mina.core.version>2.1.1</mina.core.version>
     <org.osgi.core.version>6.0.0</org.osgi.core.version>
     <org.apache.felix.version>6.0.2</org.apache.felix.version>
     <pax-exam.version>4.13.1</pax-exam.version>