Skip to content

Commit

Permalink
Merge pull request #68 from pschichtel/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.3
  • Loading branch information
pschichtel authored Nov 28, 2024
2 parents 35cd9b9 + 8ee2fa4 commit d8dcbfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {

testImplementation("ch.qos.logback:logback-classic:1.3.14")

"org.junit.jupiter:junit-jupiter-engine:5.10.2".also {
"org.junit.jupiter:junit-jupiter-engine:5.11.3".also {
testFixturesImplementation(it)
testImplementation(it)
}
Expand Down

0 comments on commit d8dcbfa

Please sign in to comment.