Upgrade to SQLite JDBC 3.49.0.0

Closes gh-44232
This commit is contained in:
Stéphane Nicoll
2025-02-11 15:28:09 +01:00
parent bc36485e6a
commit 60adee359a

View File

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