Skip to content

Commit 37731b8

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.1 to 2.8.2 Updates `androidx.room:room-testing` from 2.8.1 to 2.8.2 Updates `androidx.room:room-runtime` from 2.8.1 to 2.8.2 Updates `androidx.room:room-ktx` from 2.8.1 to 2.8.2 --- updated-dependencies: - dependency-name: androidx.room:room-compiler dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-testing dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-runtime dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-ktx dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47b5a36 commit 37731b8

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

419419
ksp("dev.zacsweers.autoservice:auto-service-ksp:1.2.0")
@@ -436,7 +436,7 @@ dependencies {
436436
androidTestImplementation("androidx.test:rules:1.7.0")
437437
androidTestImplementation("androidx.test.ext:junit-ktx:1.3.0")
438438
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")
439-
androidTestImplementation("androidx.room:room-testing:2.8.1")
439+
androidTestImplementation("androidx.room:room-testing:2.8.2")
440440
androidTestImplementation("androidx.arch.core:core-testing:2.2.0")
441441
androidTestImplementation("androidx.work:work-testing:2.10.5")
442442
androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.2.0")
@@ -451,7 +451,7 @@ dependencies {
451451
//we need it to test Parcelable implementation
452452
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.20")
453453
testImplementation("junit:junit:4.13.2")
454-
testImplementation("androidx.room:room-testing:2.8.1")
454+
testImplementation("androidx.room:room-testing:2.8.2")
455455
testImplementation("io.github.classgraph:classgraph:4.8.181")
456456

457457
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
@@ -471,8 +471,8 @@ dependencies {
471471
implementation("androidx.lifecycle:lifecycle-process:2.9.4")
472472
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4")
473473
implementation("androidx.lifecycle:lifecycle-service:2.9.4")
474-
implementation("androidx.room:room-runtime:2.8.1")
475-
implementation("androidx.room:room-ktx:2.8.1")
474+
implementation("androidx.room:room-runtime:2.8.2")
475+
implementation("androidx.room:room-ktx:2.8.2")
476476
//we disabled warnings about paging-runtime-ktx because a newer version doesn't fit our needs
477477
//noinspection GradleDependency
478478
implementation("androidx.paging:paging-runtime-ktx:2.1.2")

0 commit comments

Comments
 (0)