From d323cb3fe1689fa28159340791f6ce51a02975e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:27:30 +0000 Subject: [PATCH] Bump androidx.test.ext:truth from 1.4.0 to 1.6.0 Bumps androidx.test.ext:truth from 1.4.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.test.ext:truth 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 492007d7..89f4e755 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -177,7 +177,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' testImplementation 'androidx.test:rules:1.4.0' - androidTestImplementation 'androidx.test.ext:truth:1.4.0' + androidTestImplementation 'androidx.test.ext:truth:1.6.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" diff --git a/telnyx_rtc/build.gradle b/telnyx_rtc/build.gradle index 9083b549..46747ee4 100644 --- a/telnyx_rtc/build.gradle +++ b/telnyx_rtc/build.gradle @@ -254,7 +254,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' testImplementation 'androidx.test:rules:1.6.1' - androidTestImplementation 'androidx.test.ext:truth:1.4.0' + androidTestImplementation 'androidx.test.ext:truth:1.6.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"