From 552b79372c70b57d787d700b142878d54db47966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 20:33:52 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.9.1 to 2.9.3 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.9.1 to 2.9.3. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.3 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 adf851b..89c9c87 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "2.1.20" ktor = "3.1.3" core-ktx = "1.15.0" -lifecycle-runtime-ktx = "2.9.1" +lifecycle-runtime-ktx = "2.9.3" activity-compose = "1.10.1" compose-bom = "2025.06.01" regolith = "1.6.0"