From 9cea675a8d7cbc46481a36cfe1f2e11586867bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 04:06:17 +0000 Subject: [PATCH] Bump mockk from 1.12.1 to 1.12.2 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.1 to 1.12.2. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.1...1.12.2) --- 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 92ab857..641678d 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" testImplementation 'org.mockito:mockito-core:4.2.0' testImplementation "org.hamcrest:hamcrest-core:2.2" - testImplementation "io.mockk:mockk:1.12.1" + testImplementation "io.mockk:mockk:1.12.2" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:${coroutinesVersion}" }