Browse Source

Upgrade to SQLite JDBC 3.46.0.0

Closes gh-41426
pull/41443/head
Andy Wilkinson 2 years ago
parent
commit
788ca87ccd
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -2129,7 +2129,7 @@ bom { @@ -2129,7 +2129,7 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}")
}
}
library("SQLite JDBC", "3.45.3.0") {
library("SQLite JDBC", "3.46.0.0") {
group("org.xerial") {
modules = [
"sqlite-jdbc"

Loading…
Cancel
Save