Browse Source

Upgrade to SQLite JDBC 3.51.1.0

Closes gh-48758
pull/48791/head
Andy Wilkinson 4 weeks ago
parent
commit
6629b63582
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save