Skip to content

Commit

Permalink
root: Update dependency org.xerial:sqlite-jdbc to v3.45.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 7c922f8 commit 4d8798b
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 @@ -25,7 +25,7 @@ allprojects {
}
configurations.all {
resolutionStrategy {
force("org.xerial:sqlite-jdbc:3.44.1.0")
force("org.xerial:sqlite-jdbc:3.45.1.0")
}
}
}
Expand Down

0 comments on commit 4d8798b

Please sign in to comment.