From 2cd5c3abc9d12d3a93049e5f6664aac6e66b2bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:27:40 +0000 Subject: [PATCH] Bump org.mockito:mockito-android from 4.8.0 to 5.14.2 Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 4.8.0 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-major ... 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 492007d7..38f70480 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -191,7 +191,7 @@ dependencies { testImplementation "org.mockito:mockito-core:4.6.1" - androidTestImplementation "org.mockito:mockito-android:4.8.0" + androidTestImplementation "org.mockito:mockito-android:5.14.2" androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' diff --git a/telnyx_rtc/build.gradle b/telnyx_rtc/build.gradle index 9083b549..9e35b840 100644 --- a/telnyx_rtc/build.gradle +++ b/telnyx_rtc/build.gradle @@ -262,7 +262,7 @@ dependencies { debugImplementation 'androidx.test:core-ktx:1.6.1' testImplementation "org.mockito:mockito-inline:5.2.0" - androidTestImplementation "org.mockito:mockito-android:4.8.0" + androidTestImplementation "org.mockito:mockito-android:5.14.2" androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'