From 3c004f758b6e40dc5cc83424ffcc7ab526766175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 04:03:56 +0000 Subject: [PATCH] chore(deps): bump org.xerial:sqlite-jdbc in /backend Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.53.1.0 to 3.53.2.0. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.53.1.0...3.53.2.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.53.2.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index ee6be7ac..a1f1fab3 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -143,7 +143,7 @@ subprojects { implementation 'com.zaxxer:HikariCP:7.0.2' //JDBC Drivers - implementation 'org.xerial:sqlite-jdbc:3.53.1.0' + implementation 'org.xerial:sqlite-jdbc:3.53.2.0' implementation 'com.h2database:h2:2.4.240' implementation 'org.postgresql:postgresql:42.7.11' implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.8'