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 2016/05/27 15:05:49 UTC

directory-kerby git commit: A few plugin + dependency updates

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk ae26c10e5 -> 369f27d6a


A few plugin + dependency updates


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/369f27d6
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/369f27d6
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/369f27d6

Branch: refs/heads/trunk
Commit: 369f27d6ad297d3fbac4e06a77aba8cb60233a44
Parents: ae26c10
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri May 27 16:05:12 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Fri May 27 16:05:12 2016 +0100

----------------------------------------------------------------------
 benchmark/pom.xml                      |  6 +++---
 kerby-kerb/kerb-client-api-all/pom.xml |  2 +-
 kerby-kerb/kerb-server-api-all/pom.xml |  2 +-
 pom.xml                                | 12 ++++++------
 4 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/369f27d6/benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 9b8eddc..1d5c0d5 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -31,7 +31,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <jmh.version>1.11.1</jmh.version>
+    <jmh.version>1.12</jmh.version>
     <javac.target>1.7</javac.target>
     <uberjar.name>benchmarks</uberjar.name>
   </properties>
@@ -95,7 +95,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-compiler-plugin</artifactId>
-            <version>3.3</version>
+            <version>3.5.1</version>
             <configuration>
               <compilerVersion>${javac.target}</compilerVersion>
               <source>${javac.target}</source>
@@ -106,7 +106,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-shade-plugin</artifactId>
-            <version>2.4.2</version>
+            <version>2.4.3</version>
             <executions>
               <execution>
                 <phase>package</phase>

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/369f27d6/kerby-kerb/kerb-client-api-all/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-kerb/kerb-client-api-all/pom.xml b/kerby-kerb/kerb-client-api-all/pom.xml
index abf4f80..9359538 100644
--- a/kerby-kerb/kerb-client-api-all/pom.xml
+++ b/kerby-kerb/kerb-client-api-all/pom.xml
@@ -42,7 +42,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-shade-plugin</artifactId>
-            <version>2.4.2</version>
+            <version>2.4.3</version>
             <executions>
               <execution>
                 <phase>package</phase>

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/369f27d6/kerby-kerb/kerb-server-api-all/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-kerb/kerb-server-api-all/pom.xml b/kerby-kerb/kerb-server-api-all/pom.xml
index f9030a3..80e0770 100644
--- a/kerby-kerb/kerb-server-api-all/pom.xml
+++ b/kerby-kerb/kerb-server-api-all/pom.xml
@@ -42,7 +42,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-shade-plugin</artifactId>
-            <version>2.4.2</version>
+            <version>2.4.3</version>
             <executions>
               <execution>
                 <phase>package</phase>

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/369f27d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2f67957..7e6967f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,13 +49,13 @@
   <properties>
     <apacheds.version>2.0.0-M21</apacheds.version>
     <bouncycastle.version>1.54</bouncycastle.version>
-    <gson.version>2.5</gson.version>
+    <gson.version>2.6.2</gson.version>
     <ldap.api.version>1.0.0-M33</ldap.api.version>
     <log4j.version>1.2.17</log4j.version>
     <junit.version>4.12</junit.version>
     <nimbus.jose.version>3.10</nimbus.jose.version>
-    <slf4j.version>1.7.14</slf4j.version>
-    <assertj.version>2.3.0</assertj.version>
+    <slf4j.version>1.7.21</slf4j.version>
+    <assertj.version>2.4.1</assertj.version>
     <findbugs.version>3.0.3</findbugs.version>
     <buildtools.dir>${basedir}/build-tools</buildtools.dir>
     <skipTests>false</skipTests>
@@ -112,7 +112,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
+          <version>3.5.1</version>
           <configuration>
             <source>1.7</source>
             <target>1.7</target>
@@ -175,7 +175,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.18.1</version>
+          <version>2.19.1</version>
           <configuration>
             <skipTests>${skipTests}</skipTests>
             <reuseForks>false</reuseForks>
@@ -197,7 +197,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.5</version>
+          <version>3.6</version>
           <configuration>
             <rulesets>
               <ruleset>${buildtools.dir}/kerby-pmd-ruleset.xml</ruleset>