From 64a7f4b09c63a30972e3ecf6148f1a85f1b1bd3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:35:57 +0000 Subject: [PATCH] Update dependency androidx.room:room-runtime to v2.8.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 454dad74..0f4d6dd1 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ dependencies { implementation "org.apache.commons:commons-lang3:3.12.0" implementation "commons-codec:commons-codec:1.15" - implementation "androidx.room:room-runtime:2.5.0" + implementation "androidx.room:room-runtime:2.8.3" kapt "androidx.room:room-compiler:2.5.0" // testing