From 826d39e7efdbe93ee8f697df1b5dae0216a684c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 14:32:00 +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] --- 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..7b26f89 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.8" 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..327d22d 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.8" 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..a4740d6 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.8" implementation("io.mockk:mockk:$mockkVersion") testImplementation("androidx.test.ext:junit-ktx:1.1.3")