From 88f4c72ef4b8ce41b0e34505065a69e101eeed3f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:34:26 +0000 Subject: [PATCH] Upgrade to SQLite JDBC 3.44.1.0 Closes gh-39033 --- 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 81a39b48d5..a192116fd3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1633,7 +1633,7 @@ bom { ] } } - library("SQLite JDBC", "3.43.2.0") { + library("SQLite JDBC", "3.44.1.0") { group("org.xerial") { modules = [ "sqlite-jdbc"