Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 91c4369

Browse files
Bump mockk from 1.13.2 to 1.13.4 (#96)
Bumps [mockk](https://github.com/mockk/mockk) from 1.13.2 to 1.13.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.2...v1.13.4) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd2d36a commit 91c4369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ dependencies {
216216
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
217217

218218
// MockK
219-
testImplementation("io.mockk:mockk:1.13.2")
219+
testImplementation("io.mockk:mockk:1.13.4")
220220
testImplementation("io.mockk:mockk-agent-jvm:1.13.4")
221221

222222
androidTestImplementation("androidx.test.ext:junit:1.1.5")

0 commit comments

Comments
 (0)