Browse Source

Upgrade to SQLite JDBC 3.45.1.0

Closes gh-39728
pull/39734/head
Andy Wilkinson 2 years ago
parent
commit
8a1a810b50
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1565,7 +1565,7 @@ bom { @@ -1565,7 +1565,7 @@ bom {
]
}
}
library("SQLite JDBC", "3.44.1.0") {
library("SQLite JDBC", "3.45.1.0") {
group("org.xerial") {
modules = [
"sqlite-jdbc"

Loading…
Cancel
Save