From bda9e55f8796d1d47f4e80a051e42bdc6372ed8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:20:00 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.46.1.0 to 3.46.1.3 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.46.1.0 to 3.46.1.3. - [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.46.1.3) --- 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 a59fe54..5705b8f 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.11.0') testImplementation 'org.junit.jupiter:junit-jupiter' implementation 'com.github.twitch4j:twitch4j:1.22.0' - implementation 'org.xerial:sqlite-jdbc:3.46.1.0' + implementation 'org.xerial:sqlite-jdbc:3.46.1.3' implementation 'ch.qos.logback:logback-classic:1.5.8' implementation 'com.hexadevlabs:gpt4all-java-binding:1.1.5' implementation 'org.json:json:20240303'