Browse Source

Upgrade to SQLite JDBC 3.46.0.1

Closes gh-41817
pull/41831/head
Stéphane Nicoll 2 years ago
parent
commit
53a1cc0732
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save