From b8997409344f48ab67932fa944ef052da2129020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:56:10 +0100 Subject: [PATCH] chore(deps): Bump androidx-lifecycle from 2.6.2 to 2.7.0 (#355) Bumps `androidx-lifecycle` from 2.6.2 to 2.7.0. Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.6.2 to 2.7.0 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.6.2 to 2.7.0 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.6.2 to 2.7.0 Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.6.2 to 2.7.0 --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-compose 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 eacf8d66..2ea5d130 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ android-gradle-plugin = "8.2.1" androidx-activity = "1.8.2" androidx-compose-bom = "2023.10.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping androidx-compose-compiler = "1.5.7" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility -androidx-lifecycle = "2.6.2" +androidx-lifecycle = "2.7.0" google-accompanist = "0.32.0" kotest = "5.8.0" kotlin = "1.9.21"