Skip to content

Commit

Permalink
Merge pull request #325 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.0.10
  • Loading branch information
hossain-khan authored Aug 17, 2024
2 parents 30f7f1d + 20f7bc1 commit a6b127d
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.12")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.0")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.10")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
}
Expand Down

0 comments on commit a6b127d

Please sign in to comment.