Skip to content

Commit

Permalink
Merge pull request #260 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.1
  • Loading branch information
hossain-khan authored Jan 2, 2024
2 parents 8fbd820 + 20da216 commit adc0c1d
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.7")
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.9.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
}

tasks.test {
Expand Down

0 comments on commit adc0c1d

Please sign in to comment.