From 5001e0ea212a0477ea14ccdad6bbec0ac7caedf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 10:58:35 +0000 Subject: [PATCH] [local_auth]: Bump androidx.fragment:fragment Bumps androidx.fragment:fragment from 1.5.5 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/local_auth/local_auth_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/local_auth/local_auth_android/android/build.gradle b/packages/local_auth/local_auth_android/android/build.gradle index 8e116709d6cc..dae66608cfa1 100644 --- a/packages/local_auth/local_auth_android/android/build.gradle +++ b/packages/local_auth/local_auth_android/android/build.gradle @@ -50,7 +50,7 @@ android { dependencies { api "androidx.core:core:1.9.0" api "androidx.biometric:biometric:1.1.0" - api "androidx.fragment:fragment:1.5.5" + api "androidx.fragment:fragment:1.6.0" testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-inline:5.0.0' testImplementation 'org.robolectric:robolectric:4.5'