Skip to content

Commit 5311b46

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.assertj-assertj-core-3.20.2' into combined-pr-branch
2 parents 96fb8d4 + 6df7695 commit 5311b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)