Upgrade to SQLite JDBC 3.46.1.3

Closes gh-42669
This commit is contained in:
Stéphane Nicoll
2024-10-14 15:03:07 +02:00
parent ba55029b41
commit c9d0362aee

View File

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