You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/11/06 03:52:42 UTC

directory-kerby git commit: DIRKRB-445 Failed to encode AuthToken.

Repository: directory-kerby
Updated Branches:
  refs/heads/pkinit-support a0db88707 -> f93049323


DIRKRB-445 Failed to encode AuthToken.


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

Branch: refs/heads/pkinit-support
Commit: f9304932311345cc76fa221b6c15ec4b306149aa
Parents: a0db887
Author: plusplusjiajia <ji...@intel.com>
Authored: Fri Nov 6 10:58:45 2015 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Fri Nov 6 10:58:45 2015 +0800

----------------------------------------------------------------------
 3rdparty/not-yet-commons-ssl/pom.xml | 2 +-
 kerby-kerb/kerb-client/pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/f9304932/3rdparty/not-yet-commons-ssl/pom.xml
----------------------------------------------------------------------
diff --git a/3rdparty/not-yet-commons-ssl/pom.xml b/3rdparty/not-yet-commons-ssl/pom.xml
index a734f89..d11c2e2 100644
--- a/3rdparty/not-yet-commons-ssl/pom.xml
+++ b/3rdparty/not-yet-commons-ssl/pom.xml
@@ -51,7 +51,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
-            <version>2.4.2</version>
+            <version>2.18.1</version>
             <configuration>
               <skipTests>false</skipTests>
             </configuration>

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/f9304932/kerby-kerb/kerb-client/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-kerb/kerb-client/pom.xml b/kerby-kerb/kerb-client/pom.xml
index fbad8cc..7834211 100644
--- a/kerby-kerb/kerb-client/pom.xml
+++ b/kerby-kerb/kerb-client/pom.xml
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.bouncycastle</groupId>
       <artifactId>bcprov-jdk15</artifactId>
-      <version>1.38</version>
+      <version>1.45</version>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>