From 68ad8ff0a6a25e49584f05aed0b85dc39affd7fa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 15 Jul 2024 15:02:07 +0100 Subject: [PATCH] Upgrade to SQLite JDBC 3.43.2.2 Closes gh-41495 --- 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 82963678054..dcb474f5be4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1698,7 +1698,7 @@ bom { ] } } - library("SQLite JDBC", "3.43.2.0") { + library("SQLite JDBC", "3.43.2.2") { group("org.xerial") { modules = [ "sqlite-jdbc"