Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.43.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 44baf16 commit 06299df
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.0" }
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.43.2.1" }
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 06299df

Please sign in to comment.