Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.47.2.0 (#1490)
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 Jan 3, 2025
1 parent f980d18 commit 85ae96f
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 @@ -58,7 +58,7 @@ sqldelight-driver-android = { module = "app.cash.sqldelight:android-driver", ver
sqldelight-driver-native = { module = "app.cash.sqldelight:native-driver", version.ref = "sqldelight" }
sqldelight-driver-sqlite = { module = "app.cash.sqldelight:sqlite-driver", version.ref = "sqldelight" }
sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version.ref = "sqldelight" }
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.47.1.0" }
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.47.2.0" }
turbine = { module = "app.cash.turbine:turbine", version = "1.2.0" }

[plugins]
Expand Down

0 comments on commit 85ae96f

Please sign in to comment.