From 97d5dc1ccae233cab249ddb1253b6f147b7cda6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 04:05:01 +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.43.2.1 to 3.43.2.2. - [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.43.2.1...3.43.2.2) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc 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 4e90ec32..08865c58 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -143,7 +143,7 @@ subprojects { implementation 'com.zaxxer:HikariCP:5.0.1' //JDBC Drivers - implementation 'org.xerial:sqlite-jdbc:3.43.2.1' + implementation 'org.xerial:sqlite-jdbc:3.43.2.2' implementation 'com.h2database:h2:2.2.224' implementation 'org.postgresql:postgresql:42.6.0' implementation 'org.mariadb.jdbc:mariadb-java-client:3.2.0'