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 @@ -147,13 +147,13 @@ dependencies {
147147 testImplementation files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
148148
149149 testImplementation ' org.rnorth.visible-assertions:visible-assertions:2.1.2'
150- testImplementation ' org.assertj:assertj-core:3.19.0 '
150+ testImplementation ' org.assertj:assertj-core:3.20.2 '
151151 testImplementation project(' :test-support' )
152152
153153 jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
154154 jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
155155 jarFileTestImplementation ' junit:junit:4.12'
156- jarFileTestImplementation ' org.assertj:assertj-core:3.18.1 '
156+ jarFileTestImplementation ' org.assertj:assertj-core:3.20.2 '
157157 jarFileTestImplementation ' org.ow2.asm:asm-debug-all:5.2'
158158}
159159
You can’t perform that action at this time.
0 commit comments