From 5de9abe1ae6dcd7e960602859bca2731760fae32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 13:26:00 +0000 Subject: [PATCH] Bump mockk from 1.12.3 to 1.13.3 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.3 to 1.13.3. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.3...1.13.3) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... 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 2f913591..3e316e5e 100644 --- a/form/build.gradle.kts +++ b/form/build.gradle.kts @@ -115,7 +115,7 @@ dependencies { implementation("com.github.AigeStudio:WheelPicker:5913fa15fc") // Test dependencies - testImplementation("io.mockk:mockk:1.12.3") + testImplementation("io.mockk:mockk:1.13.3") testImplementation("io.kotest:kotest-runner-junit5:5.5.4") testImplementation("io.kotest:kotest-property:5.5.4") androidTestImplementation("androidx.test:core:1.5.0")