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'