Upgrade to SQLite JDBC 3.47.2.0

Closes gh-43695
This commit is contained in:
Andy Wilkinson
2025-01-06 15:57:17 +00:00
parent 6ea5511efa
commit 76f754993a

View File

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