Skip to content

Commit 718b659

Browse files
author
Alex Stockinger
committed
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.assertj-assertj-core-3.22.0' into combined-pr-branch
2 parents b51d08e + f3fed54 commit 718b659

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
@@ -100,13 +100,13 @@ dependencies {
100100
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
101101

102102
testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
103-
testImplementation 'org.assertj:assertj-core:3.21.0'
103+
testImplementation 'org.assertj:assertj-core:3.22.0'
104104
testImplementation project(':test-support')
105105

106106
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
107107
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
108108
jarFileTestImplementation 'junit:junit:4.13.2'
109-
jarFileTestImplementation 'org.assertj:assertj-core:3.20.2'
109+
jarFileTestImplementation 'org.assertj:assertj-core:3.22.0'
110110
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
111111
}
112112

0 commit comments

Comments
 (0)