Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter to v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent 6d3b18a commit 5a58158
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 @@ -67,7 +67,7 @@ dependencies {
testImplementation("io.mockk:mockk:1.13.9")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.22")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
}

tasks.test {
Expand Down

0 comments on commit 5a58158

Please sign in to comment.