From 5ec7745b9634ee607d7d147505dfaf255b6e0832 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 22 Jun 2020 20:10:03 +0100 Subject: [PATCH] Upgrade to SQLite JDBC 3.32.3 Closes gh-22058 --- 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 e3a66880fd..c5bf449d33 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1763,7 +1763,7 @@ bom { ] } } - library("SQLite JDBC", "3.31.1") { + library("SQLite JDBC", "3.32.3") { group("org.xerial") { modules = [ "sqlite-jdbc"