diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e3a66880fd..c5bf449d33 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1763,7 +1763,7 @@ bom { ] } } - library("SQLite JDBC", "3.31.1") { + library("SQLite JDBC", "3.32.3") { group("org.xerial") { modules = [ "sqlite-jdbc"