From dec085fa3c3d4275199c8862486ed9da772154d9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 09:30:35 +0100 Subject: [PATCH] Upgrade to SQLite JDBC 3.32.3.3 Closes gh-24446 --- 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 6cbbc6507f4f..a2bd273b2402 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1648,7 +1648,7 @@ bom { ] } } - library("SQLite JDBC", "3.32.3.2") { + library("SQLite JDBC", "3.32.3.3") { group("org.xerial") { modules = [ "sqlite-jdbc"