From 788ca87ccdf333d88cf9364e6cea467752ac68d9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jul 2024 13:06:35 +0100 Subject: [PATCH] Upgrade to SQLite JDBC 3.46.0.0 Closes gh-41426 --- 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 0a202ebb602..c074de62528 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2129,7 +2129,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.45.3.0") { + library("SQLite JDBC", "3.46.0.0") { group("org.xerial") { modules = [ "sqlite-jdbc"