From cc8b63353f96ba20ab29aa6d19bcd0ba2ca5910a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 20:01:07 +0000 Subject: [PATCH] Bump the androidx_room group with 4 updates Bumps the androidx_room group with 4 updates: androidx.room:room-compiler, androidx.room:room-testing, androidx.room:room-runtime and androidx.room:room-ktx. Updates `androidx.room:room-compiler` from 2.8.3 to 2.8.4 Updates `androidx.room:room-testing` from 2.8.3 to 2.8.4 Updates `androidx.room:room-runtime` from 2.8.3 to 2.8.4 Updates `androidx.room:room-ktx` from 2.8.3 to 2.8.4 --- updated-dependencies: - dependency-name: androidx.room:room-compiler dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-testing dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-runtime dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-ktx dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index dc2eaabe3..87e9128b1 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -413,7 +413,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation") dependencies { ksp("com.github.bumptech.glide:ksp:5.0.5") ksp("androidx.annotation:annotation:1.9.1") - ksp("androidx.room:room-compiler:2.8.3") + ksp("androidx.room:room-compiler:2.8.4") //ACRA needs the following dependency to use a custom report sender ksp("dev.zacsweers.autoservice:auto-service-ksp:1.2.0") @@ -436,7 +436,7 @@ dependencies { androidTestImplementation("androidx.test:rules:1.7.0") androidTestImplementation("androidx.test.ext:junit-ktx:1.3.0") androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0") - androidTestImplementation("androidx.room:room-testing:2.8.3") + androidTestImplementation("androidx.room:room-testing:2.8.4") androidTestImplementation("androidx.arch.core:core-testing:2.2.0") androidTestImplementation("androidx.work:work-testing:2.11.0") androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.3.1") @@ -451,7 +451,7 @@ dependencies { //we need it to test Parcelable implementation testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.21") testImplementation("junit:junit:4.13.2") - testImplementation("androidx.room:room-testing:2.8.3") + testImplementation("androidx.room:room-testing:2.8.4") testImplementation("io.github.classgraph:classgraph:4.8.184") implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar")))) @@ -471,8 +471,8 @@ dependencies { implementation("androidx.lifecycle:lifecycle-process:2.9.4") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4") implementation("androidx.lifecycle:lifecycle-service:2.9.4") - implementation("androidx.room:room-runtime:2.8.3") - implementation("androidx.room:room-ktx:2.8.3") + implementation("androidx.room:room-runtime:2.8.4") + implementation("androidx.room:room-ktx:2.8.4") //we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs //noinspection GradleDependency implementation("androidx.paging:paging-runtime-ktx:2.1.2")