From e86a35b3a80eeee10fcf45450361c0e1872287ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 20:42:40 +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.7.1 to 2.7.2 Updates `androidx.room:room-testing` from 2.7.1 to 2.7.2 Updates `androidx.room:room-runtime` from 2.7.1 to 2.7.2 Updates `androidx.room:room-ktx` from 2.7.1 to 2.7.2 --- updated-dependencies: - dependency-name: androidx.room:room-compiler dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-testing dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-runtime dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-ktx dependency-version: 2.7.2 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 b66ca6e4c..418f28138 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -402,7 +402,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation") dependencies { ksp("com.github.bumptech.glide:ksp:4.16.0") ksp("androidx.annotation:annotation:1.9.1") - ksp("androidx.room:room-compiler:2.7.1") + ksp("androidx.room:room-compiler:2.7.2") //ACRA needs the following dependency to use a custom report sender ksp("dev.zacsweers.autoservice:auto-service-ksp:1.2.0") @@ -425,7 +425,7 @@ dependencies { androidTestImplementation("androidx.test:rules:1.6.1") androidTestImplementation("androidx.test.ext:junit-ktx:1.2.1") androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0") - androidTestImplementation("androidx.room:room-testing:2.7.1") + androidTestImplementation("androidx.room:room-testing:2.7.2") androidTestImplementation("androidx.arch.core:core-testing:2.2.0") androidTestImplementation("androidx.work:work-testing:2.10.1") androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") @@ -440,7 +440,7 @@ dependencies { //we need it to test Parcelable implementation testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.21") testImplementation("junit:junit:4.13.2") - testImplementation("androidx.room:room-testing:2.7.1") + testImplementation("androidx.room:room-testing:2.7.2") testImplementation("io.github.classgraph:classgraph:4.8.179") implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar")))) @@ -460,8 +460,8 @@ dependencies { implementation("androidx.lifecycle:lifecycle-process:2.8.7") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") implementation("androidx.lifecycle:lifecycle-service:2.8.7") - implementation("androidx.room:room-runtime:2.7.1") - implementation("androidx.room:room-ktx:2.7.1") + implementation("androidx.room:room-runtime:2.7.2") + implementation("androidx.room:room-ktx:2.7.2") //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")