From 904868608052f4040a437db40e0f20ef6119d27a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:45:45 +0200 Subject: [PATCH] Upgrade to SQLite JDBC 3.41.2.2 Closes gh-35846 --- 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 1ac1124ad9..280df4d94e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1500,7 +1500,7 @@ bom { ] } } - library("SQLite JDBC", "3.41.2.1") { + library("SQLite JDBC", "3.41.2.2") { group("org.xerial") { modules = [ "sqlite-jdbc"