Skip to content

Commit

Permalink
Merge pull request #383 from hossain-khan/renovate/io.mockk-mockk-1.x
Browse files Browse the repository at this point in the history
Update dependency io.mockk:mockk to v1.13.16
  • Loading branch information
hossain-khan authored Jan 10, 2025
2 parents a7a0440 + 230b035 commit 524b0bd
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 {
testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
// 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.14")
testImplementation("io.mockk:mockk:1.13.16")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
Expand Down

0 comments on commit 524b0bd

Please sign in to comment.