Browse Source

Upgrade to SQLite JDBC 3.45.2.0

Closes gh-40008
pull/40012/head
Andy Wilkinson 2 years ago
parent
commit
06234ef010
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save