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/10/27 08:45:19 UTC

directory-kerby git commit: DIRKRB-437 Update the assertj version to 3.2.0.

Repository: directory-kerby
Updated Branches:
  refs/heads/master 103de43fa -> 9ce2a555e


DIRKRB-437 Update the assertj version to 3.2.0.


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

Branch: refs/heads/master
Commit: 9ce2a555ead13d336ee2d719bc0bedd8557089c7
Parents: 103de43
Author: plusplus_jiajia <ji...@intel.com>
Authored: Tue Oct 27 15:44:21 2015 +0800
Committer: plusplus_jiajia <ji...@intel.com>
Committed: Tue Oct 27 15:44:21 2015 +0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/9ce2a555/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 96ea773..4118be2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
     <junit.version>4.12</junit.version>
     <nimbus.jose.version>3.10</nimbus.jose.version>
     <slf4j.version>1.7.12</slf4j.version>
-    <assertj.version>2.2.0</assertj.version>
+    <assertj.version>3.2.0</assertj.version>
     <findbugs.version>3.0.1</findbugs.version>
     <checkstyle.dir>${basedir}/docs</checkstyle.dir>
     <skipTests>false</skipTests>