From 056f126975630cb26d0d933f6c6facd6a9502e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 03:04:11 +0000 Subject: [PATCH] Bump lifecycle-runtime-ktx from 2.8.5 to 2.8.6 Bumps `lifecycle-runtime-ktx` from 2.8.5 to 2.8.6. Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.5 to 2.8.6 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.5 to 2.8.6 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.lifecycle:lifecycle-runtime-compose 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 c93c16cb..ad82477a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ core-ktx = "1.13.1" junit = "4.13.2" androidx-test-ext-junit = "1.2.1" espresso-core = "3.6.1" -lifecycle-runtime-ktx = "2.8.5" +lifecycle-runtime-ktx = "2.8.6" activity-compose = "1.9.2" compose-bom = "2024.09.01" ksp = "2.0.20-1.0.25"