Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.43.2.0 (#1145)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent a9917d5 commit 7c8a253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sqldelight-driver-android = { module = "com.squareup.sqldelight:android-driver",
sqldelight-driver-native = { module = "com.squareup.sqldelight:native-driver", version.ref = "sqldelight" }
sqldelight-driver-sqlite = { module = "com.squareup.sqldelight:sqlite-driver", version.ref = "sqldelight" }
sqldelight-runtime = { module = "com.squareup.sqldelight:runtime", version.ref = "sqldelight" }
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.43.0.0" }
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.43.2.0" }
turbine = { module = "app.cash.turbine:turbine", version = "1.0.0" }
downloadTask-gradle-plugin = { module = "de.undercouch:gradle-download-task", version = "5.5.0" }

Expand Down

0 comments on commit 7c8a253

Please sign in to comment.