Upgrade to SQLite JDBC 3.45.3.0

Closes gh-40406
This commit is contained in:
Andy Wilkinson 2024-04-17 19:21:53 +01:00
parent 57ee867945
commit 997f2bbbf3
1 changed files with 1 additions and 1 deletions

View File

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