Browse Source

Upgrade to SQLite JDBC 3.43.2.2

Closes gh-41495
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
68ad8ff0a6
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save