Upgrade to SQLite JDBC 3.46.0.0

Closes gh-41426
This commit is contained in:
Andy Wilkinson
2024-07-09 13:06:35 +01:00
parent ede80f75b5
commit 788ca87ccd

View File

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