Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent d8263d1 commit 7c6b4c0
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 @@ -24,7 +24,7 @@ dependencies {
testImplementation("org.projectlombok:lombok:1.18.36")
testAnnotationProcessor("org.projectlombok:lombok:1.18.36")

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4")

testImplementation("org.slf4j:slf4j-jdk14:2.0.16")
}
Expand Down

0 comments on commit 7c6b4c0

Please sign in to comment.