From 75b68007dbfabc1934cbb977f9e28a222c7bb3d9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Feb 2023 14:42:21 +0000 Subject: [PATCH] Upgrade to SQLite JDBC 3.41.0.0 Closes gh-34356 --- 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 cb3c4552cdc..68b1c605074 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1428,7 +1428,7 @@ bom { ] } } - library("SQLite JDBC", "3.40.1.0") { + library("SQLite JDBC", "3.41.0.0") { group("org.xerial") { modules = [ "sqlite-jdbc"