From 12bf9c40ae22686736d5bdf4aa6964063894ff21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 11 Sep 2026 17:50:09 +0200 Subject: [PATCH] Upgrade to SQLite JDBC 3.53.4.0 Closes gh-51704 --- 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 c5cd2384646..de7a8422f66 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -2964,7 +2964,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.53.2.1") { + library("SQLite JDBC", "3.53.4.0") { group("org.xerial") { modules = [ "sqlite-jdbc"