From 53a1cc07322042040a286df4ce688e66c8dd2ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 12 Aug 2024 08:27:56 +0200 Subject: [PATCH] Upgrade to SQLite JDBC 3.46.0.1 Closes gh-41817 --- 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 7fcbadff4b2..86fb275edec 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2158,7 +2158,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.46.0.0") { + library("SQLite JDBC", "3.46.0.1") { group("org.xerial") { modules = [ "sqlite-jdbc"