From 23d15086e4a486d73d3e2bb771676196023b9edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 07:07:13 +0000 Subject: [PATCH] Bump mockk from 1.12.3 to 1.12.8 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.3 to 1.12.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.3...v1.12.8) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- form/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/build.gradle.kts b/form/build.gradle.kts index 002dc7e6..08222430 100644 --- a/form/build.gradle.kts +++ b/form/build.gradle.kts @@ -114,7 +114,7 @@ dependencies { implementation("com.github.AigeStudio:WheelPicker:5913fa15fc") // Test dependencies - testImplementation("io.mockk:mockk:1.12.3") + testImplementation("io.mockk:mockk:1.12.8") testImplementation("io.kotest:kotest-runner-junit5:5.2.3") testImplementation("io.kotest:kotest-property:5.2.3") androidTestImplementation("androidx.test:core:1.4.0")