From 3e0235f70df03ee9966b2bb9a4f685cb4b4cfeb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:56:28 +0000 Subject: [PATCH] chore: bump io.mockk:mockk from 1.13.3 to 1.13.5 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.3 to 1.13.5. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.3...1.13.5) --- 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 dfbcb3e..8c2e6cc 100644 --- a/build.gradle +++ b/build.gradle @@ -50,5 +50,5 @@ allprojects { dependencies { implementation 'com.apptentive:apptentive-kit-android:6.0.3' - testImplementation 'io.mockk:mockk:1.13.3' + testImplementation 'io.mockk:mockk:1.13.5' }