From 63db6cab4b08c4b3af4e6fc289414646db6d590d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:38:50 +0200 Subject: [PATCH] chore(deps): Bump androidx-lifecycle from 2.8.1 to 2.8.2 (#418) Bumps `androidx-lifecycle` from 2.8.1 to 2.8.2. Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.1 to 2.8.2 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.1 to 2.8.2 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.1 to 2.8.2 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.8.1 to 2.8.2 --- updated-dependencies: - 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 - dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.lifecycle:lifecycle-viewmodel-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 76e1841e..cd2d25ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ android-gradle-plugin = "8.4.1" androidx-activity = "1.9.0" androidx-compose-bom = "2024.05.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping -androidx-lifecycle = "2.8.1" +androidx-lifecycle = "2.8.2" kotest = "5.9.1" kotlin = "2.0.0" kotlinx-coroutines = "1.8.1"