From 22e19683dae94bbe7bbccc2735d8d00009aea03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:40:02 +0000 Subject: [PATCH] Bump io.mockk:mockk-android from 1.12.5 to 1.13.7 Bumps [io.mockk:mockk-android](https://github.com/mockk/mockk) from 1.12.5 to 1.13.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.5...1.13.7) --- updated-dependencies: - dependency-name: io.mockk:mockk-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- telnyx_rtc/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6e1b2a95..f2cf6d91 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -185,7 +185,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:truth:1.4.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.work:work-testing:2.7.1' - androidTestImplementation "io.mockk:mockk-android:1.12.5" + androidTestImplementation "io.mockk:mockk-android:1.13.7" debugImplementation 'androidx.fragment:fragment-testing:1.5.2' debugImplementation 'androidx.test:core-ktx:1.4.0' diff --git a/telnyx_rtc/build.gradle b/telnyx_rtc/build.gradle index 3a1bfe43..b45fcd8f 100644 --- a/telnyx_rtc/build.gradle +++ b/telnyx_rtc/build.gradle @@ -266,7 +266,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:truth:1.4.0' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.work:work-testing:2.7.1' - androidTestImplementation "io.mockk:mockk-android:1.12.5" + androidTestImplementation "io.mockk:mockk-android:1.13.7" debugImplementation 'androidx.fragment:fragment-testing:1.5.2' debugImplementation 'androidx.test:core-ktx:1.4.0'