Skip to content

Commit

Permalink
#3: Upgrade AssertJ to 3.26.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsberg authored May 28, 2024
1 parent 0384a22 commit 470999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {

testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")

testImplementation("org.assertj:assertj-core:3.25.1") {
testImplementation("org.assertj:assertj-core:3.26.0") {
because("These assertions are clearer than JUnit+Hamcrest")
}
}
Expand Down

0 comments on commit 470999e

Please sign in to comment.