From 3d6f8bab5131a3b9517c99e798d351c9820c90d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:50:27 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.45.3.0 to 3.46.0.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.3.0 to 3.46.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.45.3.0...3.46.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 e8626b1..679c31c 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { testImplementation platform('org.junit:junit-bom:5.10.2') testImplementation 'org.junit.jupiter:junit-jupiter' implementation 'com.github.twitch4j:twitch4j:1.20.0' - implementation 'org.xerial:sqlite-jdbc:3.45.3.0' + implementation 'org.xerial:sqlite-jdbc:3.46.0.0' implementation 'ch.qos.logback:logback-classic:1.5.6' implementation 'com.hexadevlabs:gpt4all-java-binding:1.1.5' implementation 'org.json:json:20240303'