From 579c3a0b9dd81a5619ccfcecf7f4481c52875c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:41:24 -0300 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-compose from 2.8.2 to 2.8.3 (#62) Bumps androidx.lifecycle:lifecycle-runtime-compose from 2.8.2 to 2.8.3. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-compose 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 1affc0f..5ca0502 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ junit = "4.13.2" androidx-test-ext-junit = "1.2.1" androidx-hilt-navigation-compose = "1.2.0" androidx-core-testing = "2.2.0" -androidx-lifecycle = "2.8.2" +androidx-lifecycle = "2.8.3" espresso-core = "3.6.1" espresso-device = "1.0.0-rc01" lifecycle-runtime-ktx = "2.8.3"