From 726cbd50b337764e730b5ca52a6a42f518579644 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 Oct 2023 07:43:32 +0100 Subject: [PATCH] Upgrade to SQLite JDBC 3.43.2.0 Closes gh-37877 --- 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 cf242a9ea6..421274650b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1634,7 +1634,7 @@ bom { ] } } - library("SQLite JDBC", "3.43.0.0") { + library("SQLite JDBC", "3.43.2.0") { group("org.xerial") { modules = [ "sqlite-jdbc"