Upgrade to SQLite JDBC 3.46.1.0

Closes gh-41966
This commit is contained in:
Stéphane Nicoll 2024-08-20 19:25:32 +02:00
parent eb84a6fac9
commit 474a3bad64
1 changed files with 1 additions and 1 deletions

View File

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