From 4f39c806846169acb1e591dc925f8313d6a73268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 04:13:58 +0000 Subject: [PATCH] Bump androidx.room:room-runtime from 2.6.0 to 2.6.1 Bumps androidx.room:room-runtime from 2.6.0 to 2.6.1. --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-type: direct:production update-type: version-update:semver-patch ... 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 8a02ee3..a581e38 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ androidx-datastore = "androidx.datastore:datastore:1.0.0" androidx-fragment = "androidx.fragment:fragment:1.6.2" androidx-lifecycle-savedstate = "androidx.lifecycle:lifecycle-viewmodel-savedstate:2.6.2" androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.2" -androidx-room-runtime = "androidx.room:room-runtime:2.6.0" +androidx-room-runtime = "androidx.room:room-runtime:2.6.1" androidx-test-core = "androidx.test:core:1.5.0" androidx-test-runner = "androidx.test:runner:1.5.2" gson = "com.google.code.gson:gson:2.10.1"