From c10a8cb1954dda735de8fcb63479dbcd43070efb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Sep 2022 09:39:08 +0200 Subject: [PATCH] Upgrade to SQLite JDBC 3.39.3.0 Closes gh-32387 --- 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 68aee82a67b..35569737b75 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1501,7 +1501,7 @@ bom { ] } } - library("SQLite JDBC", "3.36.0.3") { + library("SQLite JDBC", "3.39.3.0") { group("org.xerial") { modules = [ "sqlite-jdbc"