Skip to content

Commit

Permalink
root: Update dependency org.xerial:sqlite-jdbc to v3.46.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2024
1 parent 0dae611 commit 3ab8e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
allprojects {
configurations.all {
resolutionStrategy {
force("org.xerial:sqlite-jdbc:3.46.0.1")
force("org.xerial:sqlite-jdbc:3.46.1.2")
}
}
}
Expand Down

0 comments on commit 3ab8e57

Please sign in to comment.