From 3624464fceb58ef420de92de32cb5dd98c26a250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:13:15 +0000 Subject: [PATCH] Bump androidx.room:room-runtime from 2.6.0 to 2.8.2 Bumps androidx.room:room-runtime from 2.6.0 to 2.8.2. --- updated-dependencies: - dependency-name: androidx.room:room-runtime dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6d76acf..b2bf0c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,8 +48,8 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.core:core-ktx:1.12.0' - implementation 'androidx.room:room-ktx:2.6.0' - implementation 'androidx.room:room-runtime:2.6.0' + implementation 'androidx.room:room-ktx:2.8.2' + implementation 'androidx.room:room-runtime:2.8.2' implementation 'androidx.work:work-runtime-ktx:2.8.1' implementation 'androidx.work:work-runtime:2.8.1' implementation 'com.google.android.material:material:1.10.0' @@ -57,11 +57,11 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0' - testImplementation 'androidx.room:room-testing:2.6.0' + testImplementation 'androidx.room:room-testing:2.8.2' testImplementation 'androidx.work:work-testing:2.8.1' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.ext:junit:1.1.5' - annotationProcessor 'androidx.room:room-compiler:2.6.0' - kapt('androidx.room:room-compiler:2.6.0') + annotationProcessor 'androidx.room:room-compiler:2.8.2' + kapt('androidx.room:room-compiler:2.8.2') } \ No newline at end of file