Skip to content

Commit

Permalink
chore(deps): bump org.junit.jupiter:junit-jupiter-engine (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent eef1c11 commit 3d6e4e4
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 @@ -54,7 +54,7 @@ subprojects {
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
testImplementation("io.mockk:mockk:1.13.4")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
}

tasks.withType<Test> {
Expand Down

0 comments on commit 3d6e4e4

Please sign in to comment.