From cdf5628c1593bc63aec953c3bfc5fc37ffc6230d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:11:39 +0530 Subject: [PATCH] [Android]: Bump androidx.compose.ui:ui-test-junit4 from 1.4.0 to 1.4.2 (#466) Bumps androidx.compose.ui:ui-test-junit4 from 1.4.0 to 1.4.2. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-test-junit4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0a80bacd..fc45559e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -110,7 +110,7 @@ dependencies { androidTestImplementation 'androidx.test:core-ktx:1.5.0' androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5' // Test rules and transitive dependencies: - androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.4.0") + androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.4.2") // Needed for createAndroidComposeRule, but not createComposeRule: debugImplementation("androidx.compose.ui:ui-test-manifest:1.4.2") @@ -122,7 +122,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-runtime-compose:2.6.1" implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1" implementation "androidx.compose.material:material-icons-extended:1.4.2" - androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.4.0" + androidTestImplementation "androidx.compose.ui:ui-test-junit4:1.4.2" debugImplementation "androidx.compose.ui:ui-tooling:1.4.2" implementation("androidx.compose.runtime:runtime-livedata:1.4.1") implementation "androidx.navigation:navigation-compose:2.5.3"