Upgrade to SQLite JDBC 3.47.0.0

Closes gh-42846
This commit is contained in:
Stéphane Nicoll
2024-10-23 08:44:26 +02:00
parent 5e5f41b7a6
commit 92a98d667c

View File

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