Upgrade to SQLite JDBC 3.47.1.0

Closes gh-43407
This commit is contained in:
Phillip Webb 2024-12-04 11:43:56 -08:00
parent ecd73478ca
commit e431b119a5
1 changed files with 1 additions and 1 deletions

View File

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