From 582976ee50b8050ca6d876cddd2c41b5f30cad29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:35:01 +0000 Subject: [PATCH] Bump mockk from 1.12.0 to 1.12.7 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.12.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...1.12.7) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 85fe976..14dba68 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ subprojects { "testRuntime"("org.junit.jupiter:junit-jupiter-engine:${Versions.jupiter}") "testImplementation"("org.jetbrains.kotlin:kotlin-test") - "testImplementation"("io.mockk:mockk:1.12.0") + "testImplementation"("io.mockk:mockk:1.12.7") }