File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,12 +211,12 @@ dependencies {
211
211
// Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
212
212
testCompile files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
213
213
214
- testCompile ' org.assertj:assertj-core:3.16 .1'
214
+ testCompile ' org.assertj:assertj-core:3.17 .1'
215
215
testCompile project(' :test-support' )
216
216
217
217
jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
218
218
jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
219
219
jarFileTestCompile ' junit:junit:4.12'
220
- jarFileTestCompile ' org.assertj:assertj-core:3.16.0 '
220
+ jarFileTestCompile ' org.assertj:assertj-core:3.17.1 '
221
221
jarFileTestCompile ' org.ow2.asm:asm-debug-all:5.2'
222
222
}
You can’t perform that action at this time.
0 commit comments