From a904ce939a68bee3537cf20a3e72a9e2dcedfb78 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 16 Mar 2026 11:40:32 +0000 Subject: [PATCH] Upgrade to SQLite JDBC 3.51.3.0 Closes gh-49614 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 4e5c2cf1ae8..cb78a9f20ff 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2658,7 +2658,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.51.2.0") { + library("SQLite JDBC", "3.51.3.0") { group("org.xerial") { modules = [ "sqlite-jdbc"