Skip to content

Commit

Permalink
#3: Upgrade AssertJ to 3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tginsberg committed May 28, 2024
1 parent a3dd6fd commit 9d474c3
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 9d474c3

Please sign in to comment.