Upgrade to SQLite JDBC 3.47.2.0

Closes gh-43723
This commit is contained in:
Stéphane Nicoll 2025-01-08 09:14:24 +01:00
parent dea6b9ed2c
commit 3a340b1785
1 changed files with 1 additions and 1 deletions

View File

@ -2358,7 +2358,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"