Skip to content

Commit

Permalink
Merge pull request #1469 from cashapp/renovate/org.xerial-sqlite-jdbc…
Browse files Browse the repository at this point in the history
…-3.x

Update dependency org.xerial:sqlite-jdbc to v3.47.1.0
  • Loading branch information
JakeWharton authored Nov 27, 2024
2 parents a118ebb + d6ba237 commit a72e265
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.46.1.3" }
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.47.1.0" }
turbine = { module = "app.cash.turbine:turbine", version = "1.2.0" }

[plugins]
Expand Down

0 comments on commit a72e265

Please sign in to comment.