From b47dd3f6f797888208749882d5c880935362680a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:25:06 +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 55a0c75..fb87ea2 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:20240303'