You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2018/07/14 11:09:29 UTC

[directory-ldap-api] branch master updated: Update versions to fix Java 9/10/11 build

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

seelmann 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 eaa6b4f  Update versions to fix Java 9/10/11 build
eaa6b4f is described below

commit eaa6b4f07baf85bda2a4ee9dbff75a02e5818c89
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sat Jul 14 13:09:18 2018 +0200

    Update versions to fix Java 9/10/11 build
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c3b00eb..8ca9676 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,13 +52,13 @@
     <commons.pool.version>2.5.0</commons.pool.version>
     <dom4j.version>1.6.1</dom4j.version>
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>
-    <forbiddenapis.version>2.2</forbiddenapis.version>
+    <forbiddenapis.version>2.5</forbiddenapis.version>
     <junit.version>4.12</junit.version>
     <log4j.version>1.2.17</log4j.version>
     <logback.version>1.2.3</logback.version>
     <mina.core.version>2.0.18</mina.core.version>
     <org.osgi.core.version>6.0.0</org.osgi.core.version>
-    <org.apache.felix.version>5.6.10</org.apache.felix.version>
+    <org.apache.felix.version>6.0.0</org.apache.felix.version>
     <pax-exam.version>4.11.0</pax-exam.version>
     <pax-url.version>2.5.4</pax-url.version>
     <slf4j.api.version>1.7.25</slf4j.api.version>