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 { @@ -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"

Loading…
Cancel
Save