You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2022/01/11 09:30:41 UTC

[directory-kerby] branch trunk updated: Updating a few dependencies

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

coheigea pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7ccf9b4  Updating a few dependencies
7ccf9b4 is described below

commit 7ccf9b48670ce1a80863dfa0712819ce19dd8192
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jan 11 09:25:27 2022 +0000

    Updating a few dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d0a39ce..c57304d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,14 +48,14 @@
 
   <properties>
     <apacheds.version>2.0.0.AM26</apacheds.version>
-    <commons-io.version>2.10.0</commons-io.version>
+    <commons-io.version>2.11.0</commons-io.version>
     <gson.version>2.8.7</gson.version>
-    <h2.version>1.4.200</h2.version>
+    <h2.version>2.0.206</h2.version>
     <ldap.api.version>2.0.1</ldap.api.version>
     <log4j.version>1.2.17</log4j.version>
     <junit.version>4.13.2</junit.version>
     <nimbus.jose.version>9.9.3</nimbus.jose.version>
-    <slf4j.version>1.7.30</slf4j.version>
+    <slf4j.version>1.7.32</slf4j.version>
     <assertj.version>3.19.0</assertj.version>
     <findbugs.version>3.0.5</findbugs.version>
     <buildtools.dir>${basedir}/build-tools</buildtools.dir>
@@ -66,7 +66,7 @@
     <mockito.version>3.10.0</mockito.version>
     <netty.version>4.1.65.Final</netty.version>
     <hadoop.version>3.1.3</hadoop.version>
-    <bouncycastle.version>1.68</bouncycastle.version>
+    <bouncycastle.version>1.69</bouncycastle.version>
     <jersey.container.version>2.17</jersey.container.version>
     <jersey.version>1.19.4</jersey.version>
     <commons-text.version>1.9</commons-text.version>