From 00d50a6c8581102fd67f8d4f21933f4583ac2df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:21:02 +0000 Subject: [PATCH] Bump androidx.fragment:fragment from 1.6.2 to 1.8.3 Bumps androidx.fragment:fragment from 1.6.2 to 1.8.3. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core-android-api/build.gradle | 2 +- feature/identity-api/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core-android-api/build.gradle b/core-android-api/build.gradle index 687d74d1..e53cee72 100644 --- a/core-android-api/build.gradle +++ b/core-android-api/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.7.1' implementation 'androidx.core:core:1.13.1' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.7.0' - implementation 'androidx.fragment:fragment:1.6.2' + implementation 'androidx.fragment:fragment:1.8.3' implementation okHttp implementation 'com.squareup.okio:okio:3.9.0' diff --git a/feature/identity-api/build.gradle b/feature/identity-api/build.gradle index 99cd7adf..f66fe5ca 100644 --- a/feature/identity-api/build.gradle +++ b/feature/identity-api/build.gradle @@ -10,5 +10,5 @@ android { } dependencies { - implementation 'androidx.fragment:fragment:1.6.2' + implementation 'androidx.fragment:fragment:1.8.3' }