Upgrade to SQLite JDBC 3.48.0.0

Closes gh-43857
This commit is contained in:
Stéphane Nicoll
2025-01-16 14:51:21 +01:00
parent 1ae40605d2
commit 19496cd466

View File

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