From 3a340b178597992264f2d5c52d08e0af904fd873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 8 Jan 2025 09:14:24 +0100 Subject: [PATCH] Upgrade to SQLite JDBC 3.47.2.0 Closes gh-43723 --- 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 87c7938315..ae21da194c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2358,7 +2358,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.47.1.0") { + library("SQLite JDBC", "3.47.2.0") { group("org.xerial") { modules = [ "sqlite-jdbc"