From 18c4401f07d67274420b66ac54fdeba4c42ab60a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 14:39:59 +0200 Subject: [PATCH] Upgrade to SQLite JDBC 3.43.0.0 Closes gh-37332 --- 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 0959d6ec9ef..f1e3ced83e6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1636,7 +1636,7 @@ bom { ] } } - library("SQLite JDBC", "3.42.0.0") { + library("SQLite JDBC", "3.43.0.0") { group("org.xerial") { modules = [ "sqlite-jdbc"