Browse Source

Upgrade to SQLite JDBC 3.47.0.0

Closes gh-42846
pull/42836/head
Stéphane Nicoll 1 year ago
parent
commit
92a98d667c
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save