From 76f754993ae156a493dabca4df87db535f87facb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Jan 2025 15:57:17 +0000 Subject: [PATCH] Upgrade to SQLite JDBC 3.47.2.0 Closes gh-43695 --- 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 88b8a38ddc..0acb4973ab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2357,7 +2357,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ws/releases/tag/v{version}") } } - library("SQLite JDBC", "3.47.1.0") { + library("SQLite JDBC", "3.47.2.0") { group("org.xerial") { modules = [ "sqlite-jdbc"