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 2022/01/07 10:52:43 UTC

[directory-ldap-api] branch master updated: Bumped up some dependeceis

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 e512030  Bumped up some dependeceis
e512030 is described below

commit e51203088a247a2a069e078b56477dba8037bb43
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Fri Jan 7 11:52:36 2022 +0100

    Bumped up some dependeceis
---
 pom.xml | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index fc08f76..42e2b77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.project</groupId>
     <artifactId>project</artifactId>
-    <version>45</version>
+    <version>46-SNAPSHOT</version>
     <relativePath />
   </parent>
 
@@ -50,6 +50,9 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     
+    <!-- Activate reproductible builds -->
+    <project.build.outputTimestamp>10</project.build.outputTimestamp>
+
     <!-- Set versions for depending projects -->
     <skin.version>1.0.3</skin.version>
     <org.apache.directory.checkstyle-configuration.version>2.0.1</org.apache.directory.checkstyle-configuration.version>
@@ -59,22 +62,22 @@
     <commons.codec.version>1.15</commons.codec.version>
     <commons.collections.version>4.4</commons.collections.version>
     <commons.lang.version>3.12.0</commons.lang.version>
-    <commons.pool.version>2.9.0</commons.pool.version>
+    <commons.pool.version>2.11.1</commons.pool.version>
     <dom4j.version>2.1.3</dom4j.version>
     <forbiddenapis.version>2.6</forbiddenapis.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <junit.engine.version>5.7.2</junit.engine.version>
-    <junit.platform.version>1.7.2</junit.platform.version>
+    <junit.engine.version>5.8.2</junit.engine.version>
+    <junit.platform.version>1.8.2</junit.platform.version>
     <mina.core.version>2.1.5</mina.core.version>
     <org.osgi.core.version>6.0.0</org.osgi.core.version>
-    <org.apache.felix.version>7.0.1</org.apache.felix.version>
+    <org.apache.felix.version>7.0.3</org.apache.felix.version>
     <pax-exam.version>4.13.4</pax-exam.version>
     <pax-url.version>2.6.2</pax-url.version>
     <slf4j.api.version>1.7.32</slf4j.api.version>
     <slf4j.api.bundleversion>"$«range;[==,=+)»"</slf4j.api.bundleversion>
     <velocity.version>1.5</velocity.version>
-    <wagon.ssh.version>3.4.3</wagon.ssh.version>
-    <wagon.ssh.external.version>3.4.3</wagon.ssh.external.version>
+    <wagon.ssh.version>3.5.1</wagon.ssh.version>
+    <wagon.ssh.external.version>3.5.1</wagon.ssh.external.version>
     <xml.apis.version>2.0.2</xml.apis.version>
     <xpp3.version>1.1.4c</xpp3.version>
   </properties>