Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.23.1, supersedes and
Browse files Browse the repository at this point in the history
…closes #3058
  • Loading branch information
simonbasle committed Jun 7, 2022
1 parent b07f391 commit 32a5a99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ reactiveStreams = "1.0.3"

[libraries]
archUnit = "com.tngtech.archunit:archunit:0.23.1"
assertj = "org.assertj:assertj-core:3.22.0"
assertj = "org.assertj:assertj-core:3.23.1"
awaitility = "org.awaitility:awaitility:4.2.0"
blockhound = "io.projectreactor.tools:blockhound:1.0.6.RELEASE"
byteBuddy-agent = { module = "net.bytebuddy:byte-buddy-agent", version.ref = "bytebuddy" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ public String toString() {
})
.withMessage("\n" +
"Expecting actual:\n" +
" \"foo\"\n" +
"and actual:\n" +
" ThisIsNotAQueue\n" +
"and:\n" +
" \"foo\"\n" +
"to refer to the same object");
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-api"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"

testImplementation "org.assertj:assertj-core:3.22.0"
testImplementation "org.assertj:assertj-core:3.23.1"
}

test {
Expand Down

0 comments on commit 32a5a99

Please sign in to comment.