From d4206e7cef887df30dcd1e022bd791c572c5f403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:19:40 +0000 Subject: [PATCH] [dependabot]: Bump androidx.fragment:fragment Bumps androidx.fragment:fragment from 1.6.2 to 1.8.6. --- 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 38acc695fae..76b30764df0 100644 --- a/packages/local_auth/local_auth_android/android/build.gradle +++ b/packages/local_auth/local_auth_android/android/build.gradle @@ -58,7 +58,7 @@ android { dependencies { api "androidx.core:core:1.13.1" api "androidx.biometric:biometric:1.1.0" - api "androidx.fragment:fragment:1.6.2" + api "androidx.fragment:fragment:1.8.6" testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-inline:5.0.0' testImplementation 'org.robolectric:robolectric:4.10.3'