Browse Source

Upgrade to SQLite JDBC 3.41.0.0

Closes gh-34356
pull/34365/head
Andy Wilkinson 3 years ago
parent
commit
75b68007db
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save