Skip to content

Commit 19168c5

Browse files
chore(deps): update androidx.sqlite:sqlite-bundled-jvm to v2.7.0 (#6058)
1 parent 7b95416 commit 19168c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

androidApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ dependencies {
332332
testImplementation(libs.androidx.test.ext.junit)
333333
testImplementation(libs.androidx.glance.appwidget)
334334
// JVM variant provides the host-platform native library for BundledSQLiteDriver under Robolectric
335-
testRuntimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.6.2")
335+
testRuntimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.7.0")
336336

337337
// Producer of the baseline profile consumed by the release build. The androidx.baselineprofile
338338
// plugin merges the generated rules into src/<variant>/generated/baselineProfiles at build time.

core/database/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ kotlin {
5454
dependencies {
5555
implementation(libs.androidx.sqlite.bundled)
5656
// JVM variant provides the host-platform native for BundledSQLiteDriver
57-
runtimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.6.2")
57+
runtimeOnly("androidx.sqlite:sqlite-bundled-jvm:2.7.0")
5858
implementation(libs.androidx.room.testing)
5959
implementation(libs.androidx.test.ext.junit)
6060
implementation(libs.junit)

0 commit comments

Comments
 (0)