Skip to content

Commit e56b3cb

Browse files
Bump the androidx_room group with 4 updates (#3061)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Den <DenBond7@gmail.com>
1 parent 7d140e2 commit e56b3cb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

FlowCrypt/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation")
402402
dependencies {
403403
ksp("com.github.bumptech.glide:ksp:4.16.0")
404404
ksp("androidx.annotation:annotation:1.9.1")
405-
ksp("androidx.room:room-compiler:2.7.1")
405+
ksp("androidx.room:room-compiler:2.7.2")
406406
//ACRA needs the following dependency to use a custom report sender
407407

408408
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.2.0")
@@ -425,7 +425,7 @@ dependencies {
425425
androidTestImplementation("androidx.test:rules:1.6.1")
426426
androidTestImplementation("androidx.test.ext:junit-ktx:1.2.1")
427427
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")
428-
androidTestImplementation("androidx.room:room-testing:2.7.1")
428+
androidTestImplementation("androidx.room:room-testing:2.7.2")
429429
androidTestImplementation("androidx.arch.core:core-testing:2.2.0")
430430
androidTestImplementation("androidx.work:work-testing:2.10.2")
431431
androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
@@ -440,7 +440,7 @@ dependencies {
440440
//we need it to test Parcelable implementation
441441
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.0")
442442
testImplementation("junit:junit:4.13.2")
443-
testImplementation("androidx.room:room-testing:2.7.1")
443+
testImplementation("androidx.room:room-testing:2.7.2")
444444
testImplementation("io.github.classgraph:classgraph:4.8.179")
445445

446446
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
@@ -460,8 +460,8 @@ dependencies {
460460
implementation("androidx.lifecycle:lifecycle-process:2.8.7")
461461
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
462462
implementation("androidx.lifecycle:lifecycle-service:2.8.7")
463-
implementation("androidx.room:room-runtime:2.7.1")
464-
implementation("androidx.room:room-ktx:2.7.1")
463+
implementation("androidx.room:room-runtime:2.7.2")
464+
implementation("androidx.room:room-ktx:2.7.2")
465465
//we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs
466466
//noinspection GradleDependency
467467
implementation("androidx.paging:paging-runtime-ktx:2.1.2")

0 commit comments

Comments
 (0)