From 6c5ca8ae11dd7d773b8889a0fe95c84b4d17a9e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 09:46:59 +0100 Subject: [PATCH] Bump lifecycle from 2.6.1 to 2.7.0 (#86) Bumps `lifecycle` from 2.6.1 to 2.7.0. Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.6.1 to 2.7.0 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.6.1 to 2.7.0 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.6.1 to 2.7.0 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.6.1 to 2.7.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 c66f73c..82a11ae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ junit = "4.13.2" ktlint = "12.1.0" androidx-test-ext-junit = "1.1.5" espresso-core = "3.5.1" -lifecycle = "2.6.1" +lifecycle = "2.7.0" activity = "1.8.2" compose-bom = "2023.10.01" material = "1.11.0"