Browse Source

Upgrade to SQLite JDBC 3.50.3.0

Closes gh-46503
pull/45341/head
Stéphane Nicoll 6 months ago
parent
commit
b546b0347f
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save