From 474a3bad647de404d228f913f2d15012f3ed6eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 19:25:32 +0200 Subject: [PATCH] Upgrade to SQLite JDBC 3.46.1.0 Closes gh-41966 --- 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 f3a877c17ff..e6b1b9e8b72 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2144,7 +2144,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.46.0.1") { + library("SQLite JDBC", "3.46.1.0") { group("org.xerial") { modules = [ "sqlite-jdbc"