Browse Source

Upgrade to SQLite JDBC 3.45.3.0

Closes gh-40406
pull/40422/head
Andy Wilkinson 2 years ago
parent
commit
997f2bbbf3
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -2049,7 +2049,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.45.2.0") { library("SQLite JDBC", "3.45.3.0") {
group("org.xerial") { group("org.xerial") {
modules = [ modules = [
"sqlite-jdbc" "sqlite-jdbc"

Loading…
Cancel
Save