Skip to content

Commit

Permalink
bump assertj-core from 3.22.0 to 3.23.1 (via #772)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 8, 2022
1 parent 33e4f59 commit 6d74e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void shouldHandleCollections() {
.flatExtracting(TestResult::getSteps)
.extracting(StepResult::getName)
.containsExactly(
"assertThat '[a, b]'",
"assertThatList '[a, b]'",
"containsExactly '[a, b]'"
);
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ configure(libs) {
dependency("org.apache.httpcomponents:httpclient:4.5.13")
dependency("org.aspectj:aspectjrt:${assertJVersion}")
dependency("org.aspectj:aspectjweaver:${assertJVersion}")
dependency("org.assertj:assertj-core:3.22.0")
dependency("org.assertj:assertj-core:3.23.1")
dependency("org.freemarker:freemarker:2.3.31")
dependency("org.grpcmock:grpcmock-junit5:0.8.0")
dependency("org.hamcrest:hamcrest:2.2")
Expand Down

0 comments on commit 6d74e8f

Please sign in to comment.