浏览代码

Update to AssertJ 2.6.0

Rob Winch 6 年之前
父节点
当前提交
6d25f479b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -120,7 +120,7 @@ configure(coreModuleProjects) {
 			imports {
 				mavenBom("io.spring.platform:platform-bom:${springIoVersion}") {
 					bomProperties([
-						'assertj.version': '2.2.0',
+						'assertj.version': '2.6.0',
 						'mockito.version': '1.10.19'
 					])
 				}