Browse Source

Upgrade to SQLite JDBC 3.47.2.0

Closes gh-43695
pull/43737/head
Andy Wilkinson 12 months ago
parent
commit
76f754993a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save