From 79bb70993299780d666d2e24a9656a584300de27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 11:05:43 +0000 Subject: [PATCH] chore(deps): Bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.10.0 to 2.11.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.11.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 d5ee85c..e9ab9d6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin = "2.3.21" # used by kotlin-compose plugin coreKtx = "1.15.0" activity = "1.9.3" composeBom = "2026.05.01" -lifecycle = "2.10.0" +lifecycle = "2.11.0" startup = "1.2.0" recyclerview = "1.4.0" junit = "4.13.2"