From 9ae6e61e9ebe6d6fa5167437a2911c54e3348a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:07:09 +0200 Subject: [PATCH] Bump lifecycle from 2.8.4 to 2.8.5 (#4619) Bumps `lifecycle` from 2.8.4 to 2.8.5. Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.8.4 to 2.8.5 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.4 to 2.8.5 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.4 to 2.8.5 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-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 - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 32eb740e277..d15545ae43c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ kotlinx-coroutines = "1.8.1" kotlin = "2.0.20" ksp = "2.0.20-1.0.24" ktlint = "12.1.1" -lifecycle = "2.8.4" +lifecycle = "2.8.5" material = "1.12.0" media = "1.7.0" media3 = "1.4.1"