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 2020/03/25 23:50:18 UTC

[directory-server] branch master updated: Bumped the commons.codec and commons.pool2 dependency to fix the osgi failures

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


The following commit(s) were added to refs/heads/master by this push:
     new 1f9c00c  Bumped the commons.codec and commons.pool2 dependency to fix the osgi failures
1f9c00c is described below

commit 1f9c00cf8adade89592075891843f7fcc0c62172
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Thu Mar 26 00:50:10 2020 +0100

    Bumped the commons.codec and commons.pool2 dependency to fix the osgi failures
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f4c5457..5edadd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
     <doclint>none</doclint>
 
     <!-- Set versions for depending projects -->
-    <org.apache.directory.api.version>2.0.0</org.apache.directory.api.version>
+    <org.apache.directory.api.version>2.0.1</org.apache.directory.api.version>
     <org.apache.directory.mavibot.version>1.0.0-M8</org.apache.directory.mavibot.version>
     <org.apache.directory.checkstyle-configuration.version>2.0.1-SNAPSHOT</org.apache.directory.checkstyle-configuration.version>
     <org.apache.directory.junit.junit-addons.version>2.0.0</org.apache.directory.junit.junit-addons.version>
@@ -57,12 +57,12 @@
     <ant.version>1.10.6</ant.version>
     <bcprov.version>1.62</bcprov.version>
     <commons.cli.version>1.4</commons.cli.version>
-    <commons.codec.version>1.13</commons.codec.version>
+    <commons.codec.version>1.14</commons.codec.version>
     <commons.collections.version>4.4</commons.collections.version>
     <commons.daemon.version>1.2.0</commons.daemon.version>
     <commons.lang.version>3.9</commons.lang.version>
     <commons.net.version>3.6</commons.net.version>
-    <commons.pool.version>2.7.0</commons.pool.version>
+    <commons.pool.version>2.8.0</commons.pool.version>
     <dnsjava.version>2.1.9</dnsjava.version>
     <caffeine.version>2.7.0</caffeine.version>
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>
@@ -77,7 +77,7 @@
     <maven.version>3.6.1</maven.version>
     <mina.core.version>2.1.3</mina.core.version>
     <org.apache.felix.version>6.0.3</org.apache.felix.version>
-    <pax-exam.version>4.11.0</pax-exam.version>
+    <pax-exam.version>4.13.1</pax-exam.version>
     <pax-url.version>2.6.2</pax-url.version>
     <plexus.utils.version>3.2.0</plexus.utils.version>
     <slf4j.api.version>1.7.26</slf4j.api.version>