From f0e76f62cff908381bb506b5b808772a6a7cadcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 13:36:13 +0000 Subject: [PATCH] Update dependency androidx.fragment:fragment-testing to v1.5.6 --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index ca269c7..c9efc02 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -63,7 +63,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test:core:1.4.0' - androidTestImplementation('androidx.fragment:fragment-testing:1.5.3') { + androidTestImplementation('androidx.fragment:fragment-testing:1.5.6') { exclude group: 'androidx.test', module: 'monitor' } implementation 'androidx.appcompat:appcompat:1.5.1'