From 6a3ac486831544697d5b19c39a84cc140bbbae09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:58:51 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.6.2 to 2.7.0 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.6.2 to 2.7.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 9f128f8d..34f3792b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ androidx-annotations = { module = "androidx.annotation:annotation", version = "1 androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } androidx-compose = { module = "androidx.activity:activity-compose", version = "1.8.2" } androidx-constraintLayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } -androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.6.2" } +androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.7.0" } androidx-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" } androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", "version" = "1.3.2" } assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }