From da0b1cecce5f3a1c72658014e9c65e242fcfb7bd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:20:32 +0000 Subject: [PATCH] Upgrade to SQLite JDBC 3.40.1.0 Closes gh-34111 --- 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 81d1af27841..2763cef9317 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("SQLite JDBC", "3.39.4.1") { + library("SQLite JDBC", "3.40.1.0") { group("org.xerial") { modules = [ "sqlite-jdbc"