From 92a98d667cb6ea8a3f1ca737c5b49833d77f5cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 23 Oct 2024 08:44:26 +0200 Subject: [PATCH] Upgrade to SQLite JDBC 3.47.0.0 Closes gh-42846 --- 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 9b0aca0a7971..5bc885f0bf6d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2162,7 +2162,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.46.1.3") { + library("SQLite JDBC", "3.47.0.0") { group("org.xerial") { modules = [ "sqlite-jdbc"