From 7cdb0229976c9886e5dec522d91f43ce6bcba335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 09:00:42 +0000 Subject: [PATCH] chore: bump mockk from 1.12.4 to 1.13.4 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.4 to 1.13.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.4...v1.13.4) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lifecyklelog/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifecyklelog/build.gradle b/lifecyklelog/build.gradle index aae52ce..9bd7a63 100644 --- a/lifecyklelog/build.gradle +++ b/lifecyklelog/build.gradle @@ -14,7 +14,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.4.1' - testImplementation 'io.mockk:mockk:1.12.4' + testImplementation 'io.mockk:mockk:1.13.4' testImplementation 'junit:junit:4.13.2' }