From b9cc1dec4f10617f1fb4ed91769caaa3738b8129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:02:54 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.46.1.0 to 3.48.0.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.46.1.0 to 3.48.0.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.46.1.0...3.48.0.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6085829..87b37ba 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'com.google.guava:guava:33.3.0-jre' - implementation 'org.xerial:sqlite-jdbc:3.46.1.0' + implementation 'org.xerial:sqlite-jdbc:3.48.0.0' implementation 'org.postgresql:postgresql:42.7.4' }