From 2d26de023a31847685be041c7e55cefab4a2654a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:24:23 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk from 1.13.7 to 1.13.9 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.7 to 1.13.9. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.7...1.13.9) --- 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 +- sso-url-helper/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/exception/build.gradle b/exception/build.gradle index 50aaf3f..91daf36 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.9" testImplementation 'org.robolectric:robolectric:4.11.1' } diff --git a/markdown/build.gradle b/markdown/build.gradle index b824ab9..d0a22d4 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.9" testImplementation 'org.robolectric:robolectric:4.11.1' } \ No newline at end of file diff --git a/sso-glide/build.gradle b/sso-glide/build.gradle index 94fdc27..8f2cec2 100644 --- a/sso-glide/build.gradle +++ b/sso-glide/build.gradle @@ -63,7 +63,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.9" testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.11.1' } diff --git a/sso-url-helper/build.gradle b/sso-url-helper/build.gradle index cbdd93b..786820e 100644 --- a/sso-url-helper/build.gradle +++ b/sso-url-helper/build.gradle @@ -57,6 +57,6 @@ dependencies { api "com.github.nextcloud:Android-SingleSignOn:$sso_version" testImplementation 'androidx.test:core:1.5.0' - testImplementation "io.mockk:mockk:1.13.7" + testImplementation "io.mockk:mockk:1.13.9" testImplementation 'junit:junit:4.13.2' }