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 2019/05/01 10:24:39 UTC

[directory-kerby] branch trunk updated: Updating a bunch of 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 34a9575  Updating a bunch of dependencies
34a9575 is described below

commit 34a9575cedf458fdd52e92870001b26a04bda26d
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed May 1 11:24:23 2019 +0100

    Updating a bunch of dependencies
---
 has-project/has-server/pom.xml          |  4 ++--
 kerby-backend/mysql-backend/pom.xml     | 10 +++++-----
 kerby-backend/zookeeper-backend/pom.xml |  4 ----
 kerby-dist/kdc-dist/pom.xml             |  4 ++--
 pom.xml                                 | 25 +++++++++++++------------
 5 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/has-project/has-server/pom.xml b/has-project/has-server/pom.xml
index eb915cf..05afdeb 100644
--- a/has-project/has-server/pom.xml
+++ b/has-project/has-server/pom.xml
@@ -63,7 +63,7 @@
     <dependency>
       <groupId>com.h2database</groupId>
       <artifactId>h2</artifactId>
-      <version>1.4.196</version>
+      <version>1.4.199</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -110,7 +110,7 @@
     <dependency>
       <groupId>org.glassfish.jersey.core</groupId>
       <artifactId>jersey-common</artifactId>
-      <version>2.27</version>
+      <version>2.28</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/kerby-backend/mysql-backend/pom.xml b/kerby-backend/mysql-backend/pom.xml
index 46d8c32..a3da484 100644
--- a/kerby-backend/mysql-backend/pom.xml
+++ b/kerby-backend/mysql-backend/pom.xml
@@ -29,17 +29,17 @@
     <dependency>
       <groupId>commons-dbutils</groupId>
       <artifactId>commons-dbutils</artifactId>
-      <version>1.6</version>
+      <version>${commons-dbutils.version}</version>
     </dependency>
     <dependency>
       <groupId>com.alibaba</groupId>
       <artifactId>druid</artifactId>
-      <version>1.1.9</version>
+      <version>1.1.16</version>
     </dependency>
     <dependency>
       <groupId>org.drizzle.jdbc</groupId>
       <artifactId>drizzle-jdbc</artifactId>
-      <version>1.4</version>
+      <version>${drizzle-jdbc.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.kerby</groupId>
@@ -64,7 +64,7 @@
     <dependency>
        <groupId>com.h2database</groupId>
        <artifactId>h2</artifactId>
-       <version>1.4.196</version>
+       <version>1.4.199</version>
        <scope>test</scope>
     </dependency>
     <dependency>
@@ -82,4 +82,4 @@
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/kerby-backend/zookeeper-backend/pom.xml b/kerby-backend/zookeeper-backend/pom.xml
index 8c7f0d9..576f6ca 100644
--- a/kerby-backend/zookeeper-backend/pom.xml
+++ b/kerby-backend/zookeeper-backend/pom.xml
@@ -26,10 +26,6 @@
   <description>Zookeeper identity backend</description>
   <packaging>jar</packaging>
 
-  <properties>
-    <zookeeper.version>3.4.13</zookeeper.version>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.kerby</groupId>
diff --git a/kerby-dist/kdc-dist/pom.xml b/kerby-dist/kdc-dist/pom.xml
index 637ae4b..13b480d 100644
--- a/kerby-dist/kdc-dist/pom.xml
+++ b/kerby-dist/kdc-dist/pom.xml
@@ -60,12 +60,12 @@
     <dependency>
       <groupId>org.apache.zookeeper</groupId>
       <artifactId>zookeeper</artifactId>
-      <version>3.4.6</version>
+      <version>${zookeeper.version}</version>
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty</artifactId>
-      <version>3.7.0.Final</version>
+      <version>${netty.version}</version>
     </dependency>
     -->
 
diff --git a/pom.xml b/pom.xml
index 2cf513d..1f312cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,34 +49,35 @@
   <properties>
     <apacheds.version>2.0.0.AM25</apacheds.version>
     <commons-io.version>2.6</commons-io.version>
-    <gson.version>2.6.2</gson.version>
+    <gson.version>2.8.5</gson.version>
     <ldap.api.version>2.0.0.AM1</ldap.api.version>
     <log4j.version>1.2.17</log4j.version>
     <junit.version>4.12</junit.version>
-    <nimbus.jose.version>4.41.2</nimbus.jose.version>
+    <nimbus.jose.version>6.0.2</nimbus.jose.version>
     <slf4j.version>1.7.26</slf4j.version>
-    <assertj.version>2.6.0</assertj.version>
+    <assertj.version>3.12.2</assertj.version>
     <findbugs.version>3.0.4</findbugs.version>
     <buildtools.dir>${basedir}/build-tools</buildtools.dir>
     <skipTests>false</skipTests>
-    <jline.version>3.6.0</jline.version>
+    <jline.version>3.11.0</jline.version>
     <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
     <maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
-    <mockito.version>2.22.0</mockito.version>
-    <netty.version>4.0.52.Final</netty.version>
+    <mockito.version>2.27.0</mockito.version>
+    <netty.version>4.0.56.Final</netty.version>
     <hadoop.version>3.1.1</hadoop.version>
-    <bouncycastle.version>1.60</bouncycastle.version>
+    <bouncycastle.version>1.61</bouncycastle.version>
     <jersey.container.version>2.17</jersey.container.version>
-    <jersey.version>1.19</jersey.version>
-    <commons-text.version>1.1</commons-text.version>
-    <commons-dbutils.version>1.6</commons-dbutils.version>
+    <jersey.version>1.19.4</jersey.version>
+    <commons-text.version>1.6</commons-text.version>
+    <commons-dbutils.version>1.7</commons-dbutils.version>
     <drizzle-jdbc.version>1.4</drizzle-jdbc.version>
-    <jsch.version>0.1.54</jsch.version>
+    <jsch.version>0.1.55</jsch.version>
     <maven-owasp-plugin-version>4.0.2</maven-owasp-plugin-version>
-    <commons-codec.version>1.4</commons-codec.version>
+    <commons-codec.version>1.12</commons-codec.version>
     <commons-logging.version>1.2</commons-logging.version>
     <ini4j.version>0.5.4</ini4j.version>
     <targetJdk.version>1.8</targetJdk.version>
+    <zookeeper.version>3.4.14</zookeeper.version>
   </properties>
 
   <prerequisites>