chore(deps): update androidx.sqlite:sqlite-bundled-jvm to v2.7.0 (#6058)

This commit is contained in:
renovate[bot]
2026-07-01 16:38:23 -05:00
committed by GitHub
parent 7b954162bd
commit 19168c5ca1
2 changed files with 2 additions and 2 deletions

View File

@@ -332,7 +332,7 @@ dependencies {
testImplementation(libs.androidx.test.ext.junit)
testImplementation(libs.androidx.glance.appwidget)
// JVM variant provides the host-platform native library for BundledSQLiteDriver under Robolectric
testRuntimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.6.2")
testRuntimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.7.0")
// Producer of the baseline profile consumed by the release build. The androidx.baselineprofile
// plugin merges the generated rules into src/<variant>/generated/baselineProfiles at build time.

View File

@@ -54,7 +54,7 @@ kotlin {
dependencies {
implementation(libs.androidx.sqlite.bundled)
// JVM variant provides the host-platform native for BundledSQLiteDriver
runtimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.6.2")
runtimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.7.0")
implementation(libs.androidx.room.testing)
implementation(libs.androidx.test.ext.junit)
implementation(libs.junit)