Browse Source

Upgrade to SQLite JDBC 3.41.2.1

Closes gh-34887
pull/34945/head
Stephane Nicoll 3 years ago
parent
commit
fe5b2dd664
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save