From b059de4512d60d5db62f862d5d3b239d87c2486b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 19:01:48 +0000 Subject: [PATCH] [local_auth]: Bump androidx.fragment:fragment Bumps androidx.fragment:fragment from 1.5.5 to 1.5.6. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-patch ... 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..647734a3a982 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.5.6" testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-inline:5.0.0' testImplementation 'org.robolectric:robolectric:4.5'