From c8a2614d80b7b8450a6932ce4b146b8848951d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:20:38 +0000 Subject: [PATCH] chore(deps): bump lifecycleRuntimeKtx from 2.9.4 to 2.10.0 Bumps `lifecycleRuntimeKtx` from 2.9.4 to 2.10.0. Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.4 to 2.10.0 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.4 to 2.10.0 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 7c41a54..972d0db 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ coreKtx = "1.16.0" junit = "4.13.2" junitVersion = "1.3.0" espressoCore = "3.7.0" -lifecycleRuntimeKtx = "2.9.4" +lifecycleRuntimeKtx = "2.10.0" appcompat = "1.7.1" material = "1.13.0" hilt = "2.57.2"