From c9d0362aee8fc781827ff0825e8f6b22880a1e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 15:03:07 +0200 Subject: [PATCH] Upgrade to SQLite JDBC 3.46.1.3 Closes gh-42669 --- 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 040f9957d3..c8098fb0d4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2169,7 +2169,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.46.1.0") { + library("SQLite JDBC", "3.46.1.3") { group("org.xerial") { modules = [ "sqlite-jdbc"