From 5e161e5c451194ec46a68997755bee2b8e5670f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 14:02:18 +0200 Subject: [PATCH] Bump lifecycle from 2.7.0 to 2.8.0 (#122) Bumps `lifecycle` from 2.7.0 to 2.8.0. Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.7.0 to 2.8.0 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.7.0 to 2.8.0 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.7.0 to 2.8.0 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.7.0 to 2.8.0 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-livedata-ktx dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-minor ... 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 e0aea4f..d48150b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ junit = "4.13.2" ktlint = "12.1.1" androidx-test-ext-junit = "1.1.5" espresso-core = "3.5.1" -lifecycle = "2.7.0" +lifecycle = "2.8.0" activity = "1.9.0" compose-bom = "2024.05.00" material = "1.12.0"