From 60adee359a474a7a3edbb034998b335d714b0bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Feb 2025 15:28:09 +0100 Subject: [PATCH] Upgrade to SQLite JDBC 3.49.0.0 Closes gh-44232 --- 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 3828ea0f477..a2291b62c35 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2471,7 +2471,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.48.0.0") { + library("SQLite JDBC", "3.49.0.0") { group("org.xerial") { modules = [ "sqlite-jdbc"