From 4130638702f215db250d7df725fefb2fd837d365 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jan 2020 13:23:40 +0000 Subject: [PATCH] Upgrade to SQLite JDBC 3.30.1 Closes gh-19925 --- 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 c480ae195e..0fbd0acdcf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1706,7 +1706,7 @@ bom { ] } } - library("SQLite JDBC", "3.28.0") { + library("SQLite JDBC", "3.30.1") { group("org.xerial") { modules = [ "sqlite-jdbc"