From 5603b81e8bc13da2581bc3d1a6040a520c98b65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 01:13:19 +0000 Subject: [PATCH] Bump androidx.fragment:fragment from 1.8.6 to 1.8.7 in the maven group Bumps the maven group with 1 update: androidx.fragment:fragment. Updates `androidx.fragment:fragment` from 1.8.6 to 1.8.7 --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-version: 1.8.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... 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 12e312490..679464591 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ androidx-annotation = { module = "androidx.annotation:annotation", version = "1. androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" } androidx-core = { module = "androidx.core:core", version = "1.16.0" } -androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.6" } +androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.7" } androidx-navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "nav" } androidx-navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "nav" } androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }