Skip to content

Commit 3cdf746

Browse files
Bump the androidx_room group with 4 updates (#3161)
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.3 to 2.8.4 Updates `androidx.room:room-testing` from 2.8.3 to 2.8.4 Updates `androidx.room:room-runtime` from 2.8.3 to 2.8.4 Updates `androidx.room:room-ktx` from 2.8.3 to 2.8.4 --- updated-dependencies: - dependency-name: androidx.room:room-compiler dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-testing dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-runtime dependency-version: 2.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_room - dependency-name: androidx.room:room-ktx dependency-version: 2.8.4 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 046d48e commit 3cdf746

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
@@ -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.3")
416+
ksp("androidx.room:room-compiler:2.8.4")
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.3")
439+
androidTestImplementation("androidx.room:room-testing:2.8.4")
440440
androidTestImplementation("androidx.arch.core:core-testing:2.2.0")
441441
androidTestImplementation("androidx.work:work-testing:2.11.0")
442442
androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.3.1")
@@ -451,7 +451,7 @@ dependencies {
451451
//we need it to test Parcelable implementation
452452
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.2.21")
453453
testImplementation("junit:junit:4.13.2")
454-
testImplementation("androidx.room:room-testing:2.8.3")
454+
testImplementation("androidx.room:room-testing:2.8.4")
455455
testImplementation("io.github.classgraph:classgraph:4.8.184")
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.3")
475-
implementation("androidx.room:room-ktx:2.8.3")
474+
implementation("androidx.room:room-runtime:2.8.4")
475+
implementation("androidx.room:room-ktx:2.8.4")
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)