From aec54deb42748c6f429b5522fddbbf79e9700f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 01:03:02 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.40.0.0 to 3.43.0.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.40.0.0 to 3.43.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.40.0.0...3.43.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f81ad5c87..8e0b4617f 100644 --- a/build.gradle +++ b/build.gradle @@ -100,7 +100,7 @@ dependencies { testImplementation sourceSets.translate.output testImplementation 'junit:junit:4.13.2' testImplementation 'org.json:json:20140107' - testImplementation 'org.xerial:sqlite-jdbc:3.40.0.0' + testImplementation 'org.xerial:sqlite-jdbc:3.43.0.0' testImplementation 'joda-time:joda-time:2.9.4' testImplementation 'com.squareup.retrofit2:retrofit:2.3.0' testImplementation 'com.squareup.okhttp3:okhttp:4.11.0' @@ -108,7 +108,7 @@ dependencies { ccapiImplementation sourceSets.main.output ccapiImplementation 'org.json:json:20140107' - ccapiImplementation 'org.xerial:sqlite-jdbc:3.40.0.0' + ccapiImplementation 'org.xerial:sqlite-jdbc:3.43.0.0' ccapiImplementation 'com.github.stefanhaustein:kxml2:2.4.1' ccapiImplementation 'joda-time:joda-time:2.9.4' ccapiImplementation 'com.carrotsearch:hppc:0.9.1'