From 8a1a810b50d8edf981f0072884bd902c324c281a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 08:00:54 +0000 Subject: [PATCH] Upgrade to SQLite JDBC 3.45.1.0 Closes gh-39728 --- 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 fadbdfe5207..195daecbcd0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1565,7 +1565,7 @@ bom { ] } } - library("SQLite JDBC", "3.44.1.0") { + library("SQLite JDBC", "3.45.1.0") { group("org.xerial") { modules = [ "sqlite-jdbc"