From 209d5376e8a47b473e23170d07c4c26959d8f2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 14:21:22 +0000 Subject: [PATCH] Bump mockk from 1.12.3 to 1.12.7 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.3 to 1.12.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.3...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] --- app/build.gradle.kts | 2 +- testing/build.gradle.kts | 2 +- ui/viewModel/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4645f7e..bf688d9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -150,7 +150,7 @@ dependencies { androidTestImplementation("androidx.test.ext:junit:1.1.3") androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0") - val mockkVersion = "1.12.3" + val mockkVersion = "1.12.7" implementation("io.mockk:mockk:$mockkVersion") testImplementation("androidx.test.ext:junit-ktx:1.1.3") diff --git a/testing/build.gradle.kts b/testing/build.gradle.kts index 44be3dd..5ed1664 100644 --- a/testing/build.gradle.kts +++ b/testing/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2") // Test - val mockkVersion = "1.12.3" + val mockkVersion = "1.12.7" implementation("io.mockk:mockk:$mockkVersion") implementation("androidx.test.ext:junit-ktx:1.1.3") diff --git a/ui/viewModel/build.gradle.kts b/ui/viewModel/build.gradle.kts index 3b47de7..0e3bc91 100644 --- a/ui/viewModel/build.gradle.kts +++ b/ui/viewModel/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2") // Test - val mockkVersion = "1.12.3" + val mockkVersion = "1.12.7" implementation("io.mockk:mockk:$mockkVersion") testImplementation("androidx.test.ext:junit-ktx:1.1.3")