From adbccdddccf56dd705a3d4ad925e28c3a3fae017 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:23 +0200 Subject: [PATCH] Upgrade to SQLite JDBC 3.36.0.1 Closes gh-27286 --- 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 8a93eba2e7..f23796f10a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1740,7 +1740,7 @@ bom { ] } } - library("SQLite JDBC", "3.34.0") { + library("SQLite JDBC", "3.36.0.1") { group("org.xerial") { modules = [ "sqlite-jdbc"