Skip to content

Commit 11371ef

Browse files
Bump the androidx_room group with 4 updates (#3027)
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.0 to 2.7.1 Updates `androidx.room:room-testing` from 2.7.0 to 2.7.1 Updates `androidx.room:room-runtime` from 2.7.0 to 2.7.1 Updates `androidx.room:room-ktx` from 2.7.0 to 2.7.1 --- updated-dependencies: - dependency-name: androidx.room:room-compiler dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-testing dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-runtime dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-ktx dependency-version: 2.7.1 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 a648a5b commit 11371ef

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

FlowCrypt/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation")
392392
dependencies {
393393
ksp("com.github.bumptech.glide:ksp:4.16.0")
394394
ksp("androidx.annotation:annotation:1.9.1")
395-
ksp("androidx.room:room-compiler:2.7.0")
395+
ksp("androidx.room:room-compiler:2.7.1")
396396
//ACRA needs the following dependency to use a custom report sender
397397

398398
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.2.0")
@@ -415,7 +415,7 @@ dependencies {
415415
androidTestImplementation("androidx.test:rules:1.6.1")
416416
androidTestImplementation("androidx.test.ext:junit-ktx:1.2.1")
417417
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")
418-
androidTestImplementation("androidx.room:room-testing:2.7.0")
418+
androidTestImplementation("androidx.room:room-testing:2.7.1")
419419
androidTestImplementation("androidx.arch.core:core-testing:2.2.0")
420420
androidTestImplementation("androidx.work:work-testing:2.10.0")
421421
androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0")
@@ -430,7 +430,7 @@ dependencies {
430430
//we need it to test Parcelable implementation
431431
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.20")
432432
testImplementation("junit:junit:4.13.2")
433-
testImplementation("androidx.room:room-testing:2.7.0")
433+
testImplementation("androidx.room:room-testing:2.7.1")
434434
testImplementation("io.github.classgraph:classgraph:4.8.179")
435435

436436
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
@@ -450,8 +450,8 @@ dependencies {
450450
implementation("androidx.lifecycle:lifecycle-process:2.8.7")
451451
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
452452
implementation("androidx.lifecycle:lifecycle-service:2.8.7")
453-
implementation("androidx.room:room-runtime:2.7.0")
454-
implementation("androidx.room:room-ktx:2.7.0")
453+
implementation("androidx.room:room-runtime:2.7.1")
454+
implementation("androidx.room:room-ktx:2.7.1")
455455
//we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs
456456
//noinspection GradleDependency
457457
implementation("androidx.paging:paging-runtime-ktx:2.1.2")

0 commit comments

Comments
 (0)