From ca7eec69e1689c33fdf1140067451f59b773f385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:02:45 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.7 to 1.13.8 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.7 to 1.13.8. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.7...1.13.8) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- exception/build.gradle | 2 +- markdown/build.gradle | 2 +- sso-glide/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exception/build.gradle b/exception/build.gradle index d78981c..7e50a5b 100644 --- a/exception/build.gradle +++ b/exception/build.gradle @@ -60,6 +60,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13.2' - testImplementation "io.mockk:mockk:1.13.7" + testImplementation "io.mockk:mockk:1.13.8" testImplementation 'org.robolectric:robolectric:4.10.3' } diff --git a/markdown/build.gradle b/markdown/build.gradle index 01bb61e..4065590 100644 --- a/markdown/build.gradle +++ b/markdown/build.gradle @@ -77,6 +77,6 @@ dependencies { testImplementation 'androidx.test:core:1.5.0' testImplementation 'androidx.arch.core:core-testing:2.2.0' testImplementation 'junit:junit:4.13.2' - testImplementation "io.mockk:mockk:1.13.7" + testImplementation "io.mockk:mockk:1.13.8" testImplementation 'org.robolectric:robolectric:4.10.3' } \ No newline at end of file diff --git a/sso-glide/build.gradle b/sso-glide/build.gradle index 43e5716..dd9b300 100644 --- a/sso-glide/build.gradle +++ b/sso-glide/build.gradle @@ -61,7 +61,7 @@ dependencies { kapt 'com.github.bumptech.glide:compiler:4.16.0' testImplementation 'androidx.test:core:1.5.0' - testImplementation "io.mockk:mockk:1.13.7" + testImplementation "io.mockk:mockk:1.13.8" testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.10.3' }