Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.44.0.0 (#1165)
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 Nov 13, 2023
1 parent 7e7c6cc commit 7f81d12
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.2.2" }
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.44.0.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 7f81d12

Please sign in to comment.