From 6629b635827ddfcc91a4e12a41efd202c3d811ae Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jan 2026 17:24:29 +0000 Subject: [PATCH] Upgrade to SQLite JDBC 3.51.1.0 Closes gh-48758 --- 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 98cc3969f95..c7d39556854 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -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"