Upgrade to SQLite JDBC 3.50.3.0

Closes gh-46503
This commit is contained in:
Stéphane Nicoll 2025-07-22 15:10:24 +02:00
parent f2ccfa800c
commit b546b0347f
1 changed files with 1 additions and 1 deletions

View File

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