Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/core/org.asser…
Browse files Browse the repository at this point in the history
…tj-assertj-core-3.22.0' into combined-pr-branch
  • Loading branch information
Alex Stockinger committed Jan 13, 2022
2 parents b51d08e + f3fed54 commit 718b659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ dependencies {
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')

testImplementation 'org.rnorth.visible-assertions:visible-assertions:2.1.2'
testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation 'org.assertj:assertj-core:3.22.0'
testImplementation project(':test-support')

jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"
jarFileTestImplementation 'junit:junit:4.13.2'
jarFileTestImplementation 'org.assertj:assertj-core:3.20.2'
jarFileTestImplementation 'org.assertj:assertj-core:3.22.0'
jarFileTestImplementation 'org.ow2.asm:asm-debug-all:5.2'
}

Expand Down

0 comments on commit 718b659

Please sign in to comment.