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

Commit bd2d36a

Browse files
Bump mockk-agent-jvm from 1.13.3 to 1.13.4 (#97)
Bumps [mockk-agent-jvm](https://github.com/mockk/mockk) from 1.13.3 to 1.13.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.3...v1.13.4) --- updated-dependencies: - dependency-name: io.mockk:mockk-agent-jvm 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 a259ecb commit bd2d36a

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
@@ -217,7 +217,7 @@ dependencies {
217217

218218
// MockK
219219
testImplementation("io.mockk:mockk:1.13.2")
220-
testImplementation("io.mockk:mockk-agent-jvm:1.13.3")
220+
testImplementation("io.mockk:mockk-agent-jvm:1.13.4")
221221

222222
androidTestImplementation("androidx.test.ext:junit:1.1.5")
223223
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

0 commit comments

Comments
 (0)