From 30635317f15ce521231b65887ded4b5590957b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 07:56:40 +0000 Subject: [PATCH] chore: bump io.mockk:mockk from 1.13.4 to 1.13.5 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.4 to 1.13.5. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 22ff7a9..884a539 100644 --- a/build.gradle +++ b/build.gradle @@ -49,5 +49,5 @@ dependencies { implementation 'androidx.annotation:annotation:1.5.0' api 'com.usebutton.merchant:button-merchant:1.5.0' testImplementation 'com.squareup.assertj:assertj-android:1.2.0' - testImplementation ("io.mockk:mockk:1.13.4") + testImplementation ("io.mockk:mockk:1.13.5") }