Upgrade to SQLite JDBC 3.49.1.0

Closes gh-44351
This commit is contained in:
Stéphane Nicoll 2025-02-19 09:45:19 +01:00
parent 473515cad2
commit 653c9e9480
1 changed files with 1 additions and 1 deletions

View File

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