Browse Source

Upgrade to SQLite JDBC 3.39.3.0

Closes gh-32387
pull/32405/head
Stephane Nicoll 3 years ago
parent
commit
c10a8cb195
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save