Skip to content

Commit

Permalink
Merge pull request #281 from hossain-khan/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.junit.jupiter:junit-jupiter to v5.10.2
  • Loading branch information
hossain-khan authored Feb 6, 2024
2 parents 16239f8 + ad20c6c commit 88c585e
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 88c585e

Please sign in to comment.