Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-test-junit5 to v1.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 8b9f1e7 commit 6cd02e1
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:1.9.24")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.25")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
}
Expand Down

0 comments on commit 6cd02e1

Please sign in to comment.