From 1693f81407ddcf2ae5a9233a38c9d575f8f587c9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Mar 2023 07:39:53 +0000 Subject: [PATCH] Upgrade to SQLite JDBC 3.41.2.0 Closes gh-34725 --- 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 6279c13d05..f8def54d24 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1439,7 +1439,7 @@ bom { ] } } - library("SQLite JDBC", "3.41.0.1") { + library("SQLite JDBC", "3.41.2.0") { group("org.xerial") { modules = [ "sqlite-jdbc"