From d81116bfedd5a07820e4ec5f37bbd7156eb45e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:03:46 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.47.1.0 to 3.47.2.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.47.1.0 to 3.47.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.47.1.0...3.47.2.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6330113..c432a22 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.11.4') testImplementation 'org.junit.jupiter:junit-jupiter' implementation 'com.github.twitch4j:twitch4j:1.23.0' - implementation 'org.xerial:sqlite-jdbc:3.47.1.0' + implementation 'org.xerial:sqlite-jdbc:3.47.2.0' implementation 'ch.qos.logback:logback-classic:1.5.15' implementation 'com.hexadevlabs:gpt4all-java-binding:1.1.5' implementation 'org.json:json:20250107'