From 433f7d216ea62370d1a7c5821e11764c25d33445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 01:45:48 +0000 Subject: [PATCH] Bump the maven group with 2 updates Bumps the maven group with 2 updates: androidx.core:core and androidx.fragment:fragment. Updates `androidx.core:core` from 1.16.0 to 1.17.0 Updates `androidx.fragment:fragment` from 1.8.8 to 1.8.9 --- updated-dependencies: - dependency-name: androidx.core:core dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven - dependency-name: androidx.fragment:fragment dependency-version: 1.8.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index efef50b3e..7e04bbc37 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,8 +35,8 @@ androidx-activity = { module = "androidx.activity:activity", version = "1.10.1" androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" } androidx-browser = { module = "androidx.browser:browser", version = "1.9.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.8" } +androidx-core = { module = "androidx.core:core", version = "1.17.0" } +androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.9" } 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" }