From 1bffccb010ac8b4f92420fdb1fe641d1de0aba52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:27:43 +0000 Subject: [PATCH] Bump androidx.fragment:fragment from 1.8.3 to 1.8.5 Bumps androidx.fragment:fragment from 1.8.3 to 1.8.5. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d3d26d059..63c5d7671 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ androidx-core-testing = { module = 'androidx.arch.core:core-testing', version = androidx-espresso-contrib = { module = 'androidx.test.espresso:espresso-contrib', version.ref = 'espresso' } androidx-espresso-core = { module = 'androidx.test.espresso:espresso-core', version.ref = 'espresso' } androidx-espresso-intents = { module = 'androidx.test.espresso:espresso-intents', version.ref = 'espresso' } -androidx-fragment = { module = 'androidx.fragment:fragment', version = '1.8.3' } +androidx-fragment = { module = 'androidx.fragment:fragment', version = '1.8.5' } androidx-junit = { module = 'androidx.test.ext:junit', version = '1.2.1' } androidx-lifecycle-data = { module = 'androidx.lifecycle:lifecycle-livedata', version.ref = 'livedata' } androidx-lifecycle-java = { module = 'androidx.lifecycle:lifecycle-common-java8', version.ref = 'livedata' }