Skip to content

Commit 198f916

Browse files
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.0 to 2.8.1 Updates `androidx.room:room-testing` from 2.8.0 to 2.8.1 Updates `androidx.room:room-runtime` from 2.8.0 to 2.8.1 Updates `androidx.room:room-ktx` from 2.8.0 to 2.8.1 --- updated-dependencies: - dependency-name: androidx.room:room-compiler dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-testing dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-runtime dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-ktx dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 060a72c commit 198f916

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
@@ -411,7 +411,7 @@ val uiTestsImplementation by configurations.named("uiTestsImplementation")
411411
dependencies {
412412
ksp("com.github.bumptech.glide:ksp:5.0.5")
413413
ksp("androidx.annotation:annotation:1.9.1")
414-
ksp("androidx.room:room-compiler:2.8.0")
414+
ksp("androidx.room:room-compiler:2.8.1")
415415
//ACRA needs the following dependency to use a custom report sender
416416

417417
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.2.0")
@@ -434,7 +434,7 @@ dependencies {
434434
androidTestImplementation("androidx.test:rules:1.7.0")
435435
androidTestImplementation("androidx.test.ext:junit-ktx:1.3.0")
436436
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")
437-
androidTestImplementation("androidx.room:room-testing:2.8.0")
437+
androidTestImplementation("androidx.room:room-testing:2.8.1")
438438
androidTestImplementation("androidx.arch.core:core-testing:2.2.0")
439439
androidTestImplementation("androidx.work:work-testing:2.10.4")
440440
androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.1.0")
@@ -449,7 +449,7 @@ dependencies {
449449
//we need it to test Parcelable implementation
450450
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.20")
451451
testImplementation("junit:junit:4.13.2")
452-
testImplementation("androidx.room:room-testing:2.8.0")
452+
testImplementation("androidx.room:room-testing:2.8.1")
453453
testImplementation("io.github.classgraph:classgraph:4.8.181")
454454

455455
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
@@ -469,8 +469,8 @@ dependencies {
469469
implementation("androidx.lifecycle:lifecycle-process:2.9.4")
470470
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4")
471471
implementation("androidx.lifecycle:lifecycle-service:2.9.4")
472-
implementation("androidx.room:room-runtime:2.8.0")
473-
implementation("androidx.room:room-ktx:2.8.0")
472+
implementation("androidx.room:room-runtime:2.8.1")
473+
implementation("androidx.room:room-ktx:2.8.1")
474474
//we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs
475475
//noinspection GradleDependency
476476
implementation("androidx.paging:paging-runtime-ktx:2.1.2")

0 commit comments

Comments
 (0)