Upgrade to SQLite JDBC 3.45.2.0

Closes gh-40008
This commit is contained in:
Andy Wilkinson
2024-03-18 13:45:36 +00:00
parent 43f8284d35
commit 06234ef010

View File

@@ -2023,7 +2023,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}")
}
}
library("SQLite JDBC", "3.45.1.0") {
library("SQLite JDBC", "3.45.2.0") {
group("org.xerial") {
modules = [
"sqlite-jdbc"