Skip to content

Commit

Permalink
Merge pull request #348 from hossain-khan/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.jetbrains.kotlin:kotlin-test-junit5 to v2.1.0
  • Loading branch information
hossain-khan authored Dec 14, 2024
2 parents 2a5b8ad + dbce93c commit f59420e
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 @@ -70,7 +70,7 @@ dependencies {
// MockK - https://mockk.io/ : don't use 1.13.8 due to
// https://github.com/mockk/mockk/issues/1168#issuecomment-1823071494
testImplementation("io.mockk:mockk:1.13.13")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.21")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
}
Expand Down

0 comments on commit f59420e

Please sign in to comment.