Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2024
1 parent 6348617 commit 3deac78
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 @@ -37,7 +37,7 @@ kotlin {

jvmTest {
dependencies {
implementation("org.junit.jupiter:junit-jupiter-engine:5.11.0")
implementation("org.junit.jupiter:junit-jupiter-engine:5.11.1")
implementation("io.kotest:kotest-runner-junit5")
implementation("com.google.guava:guava:33.3.1-jre")
}
Expand Down

0 comments on commit 3deac78

Please sign in to comment.