From fe5b2dd6643d93dfae2efa1d472d58d3dd6f1008 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 6 Apr 2023 13:26:03 +0200 Subject: [PATCH] Upgrade to SQLite JDBC 3.41.2.1 Closes gh-34887 --- 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 78037965365..51cfddd3da3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1440,7 +1440,7 @@ bom { ] } } - library("SQLite JDBC", "3.41.2.0") { + library("SQLite JDBC", "3.41.2.1") { group("org.xerial") { modules = [ "sqlite-jdbc"