From 19496cd4669d17a29655c7f10b20bf5e0b67a0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 16 Jan 2025 14:51:21 +0100 Subject: [PATCH] Upgrade to SQLite JDBC 3.48.0.0 Closes gh-43857 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 8e8667dc58..41c29b731d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2357,7 +2357,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.47.2.0") { + library("SQLite JDBC", "3.48.0.0") { group("org.xerial") { modules = [ "sqlite-jdbc"