From f5bf178e31791a360b10a8800ab7ef81ba736dad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:51:03 +0000 Subject: [PATCH] Update dependency org.xerial:sqlite-jdbc to v3.53.2.1 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 78b2273..ba16e6d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { // Database implementation("org.springframework.boot:spring-boot-starter-data-jpa") - implementation("org.xerial:sqlite-jdbc:3.49.1.0") + implementation("org.xerial:sqlite-jdbc:3.53.2.1") implementation("org.hibernate.orm:hibernate-community-dialects:6.6.11.Final") // Fastjson