From 7371525ae9f325fa169857f003e9b9f50d355f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:44:49 +0000 Subject: [PATCH] :arrow_up: Bump lifecycle-runtime-ktx from 2.8.6 to 2.8.7 Bumps `lifecycle-runtime-ktx` from 2.8.6 to 2.8.7. Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.6 to 2.8.7 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.6 to 2.8.7 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.6 to 2.8.7 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx 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 212420f..2b7e379 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ junit = "4.13.2" junit-jupiter = "5.11.2" kotlin = "2.0.21" ksp = "2.0.21-1.0.28" -lifecycle-runtime-ktx = "2.8.6" +lifecycle-runtime-ktx = "2.8.7" navigation-compose = "2.8.4" opencsv = "5.9" paparazzi = "1.3.4"