From 4d832bd2907ac3005f6a5058175220d628624154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:32:35 +0000 Subject: [PATCH] build(deps): bump room from 2.7.0-alpha10 to 2.7.0-alpha11 Bumps `room` from 2.7.0-alpha10 to 2.7.0-alpha11. Updates `androidx.room:room-runtime` from 2.7.0-alpha10 to 2.7.0-alpha11 Updates `androidx.room:room-compiler` from 2.7.0-alpha10 to 2.7.0-alpha11 Updates `androidx.room:room-ktx` from 2.7.0-alpha10 to 2.7.0-alpha11 Updates `androidx.room` from 2.7.0-alpha10 to 2.7.0-alpha11 --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.room:room-compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.room:room-ktx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.room 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 7fa244b..f393dd4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ ktx-serialization = "1.7.3" retrofit2 = "2.11.0" retrofit2-ktx-serialization = "1.0.0" okhttp3-logging = "4.12.0" -room = "2.7.0-alpha10" +room = "2.7.0-alpha11" bcprov-jdk15to18 = "1.79" junit = "1.2.1" espresso-core = "3.6.1"