From 5cd18a05fc1ebf204a52c44ec8e9464809f11079 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 19 Jun 2023 09:57:32 +0100 Subject: [PATCH] Upgrade to SQLite JDBC 3.42.0.0 Closes gh-35978 --- 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 c2af53dad5..f32eba420c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1500,7 +1500,7 @@ bom { ] } } - library("SQLite JDBC", "3.41.2.2") { + library("SQLite JDBC", "3.42.0.0") { group("org.xerial") { modules = [ "sqlite-jdbc"