From 072eaa8d555277051865b862725c71a6d647a1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 10:13:09 +0000 Subject: [PATCH] chore(deps): bump the androidx group with 3 updates Bumps the androidx group with 3 updates: androidx.room:room-common, androidx.room:room-runtime and androidx.room:room-compiler. Updates `androidx.room:room-common` from 2.8.4 to 2.8.5 Updates `androidx.room:room-runtime` from 2.8.4 to 2.8.5 Updates `androidx.room:room-compiler` from 2.8.4 to 2.8.5 --- updated-dependencies: - dependency-name: androidx.room:room-common dependency-version: 2.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx - dependency-name: androidx.room:room-runtime dependency-version: 2.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx - dependency-name: androidx.room:room-compiler dependency-version: 2.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx ... Signed-off-by: dependabot[bot] --- sms2webhook/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sms2webhook/build.gradle b/sms2webhook/build.gradle index d65cfb5..98182ea 100644 --- a/sms2webhook/build.gradle +++ b/sms2webhook/build.gradle @@ -52,9 +52,9 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.2' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.work:work-runtime:2.11.2' - implementation 'androidx.room:room-common:2.8.4' - implementation 'androidx.room:room-runtime:2.8.4' - annotationProcessor 'androidx.room:room-compiler:2.8.4' + implementation 'androidx.room:room-common:2.8.5' + implementation 'androidx.room:room-runtime:2.8.5' + annotationProcessor 'androidx.room:room-compiler:2.8.5' implementation 'androidx.activity:activity:1.13.0' implementation 'androidx.fragment:fragment:1.9.0'