From 8e064215484eb85806e5bb7559f4dc98fd3eac48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:44:12 +0000 Subject: [PATCH] Bump joda-time:joda-time from 2.9.4 to 2.12.6 Bumps [joda-time:joda-time](https://github.com/JodaOrg/joda-time) from 2.9.4 to 2.12.6. - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt) - [Commits](https://github.com/JodaOrg/joda-time/compare/v2.9.4...v2.12.6) --- updated-dependencies: - dependency-name: joda-time:joda-time dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 7551ba3ec..7af08e4b8 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { // Added so Android Studio recognizes libs in util jar projects implementation 'org.json:json:20220924' implementation 'commons-cli:commons-cli:1.3.1' - implementation 'joda-time:joda-time:2.12.1' + implementation 'joda-time:joda-time:2.12.6' implementation 'com.carrotsearch:hppc:0.9.1' api 'com.squareup.retrofit2:retrofit:2.3.0' api 'com.squareup.okhttp3:okhttp:4.11.0' @@ -86,7 +86,7 @@ dependencies { cliImplementation 'org.json:json:20140107' cliImplementation 'com.github.stefanhaustein:kxml2:2.4.1' cliImplementation 'commons-cli:commons-cli:1.3.1' - cliImplementation 'joda-time:joda-time:2.9.4' + cliImplementation 'joda-time:joda-time:2.12.6' cliImplementation 'io.reactivex.rxjava2:rxjava:2.1.1' cliImplementation 'com.squareup.retrofit2:retrofit:2.3.0' cliImplementation 'com.squareup.okhttp3:okhttp:4.11.0' @@ -100,7 +100,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.json:json:20140107' testImplementation 'org.xerial:sqlite-jdbc:3.40.0.0' - testImplementation 'joda-time:joda-time:2.9.4' + testImplementation 'joda-time:joda-time:2.12.6' testImplementation 'com.squareup.retrofit2:retrofit:2.3.0' testImplementation 'com.squareup.okhttp3:okhttp:4.11.0' testImplementation 'com.google.guava:guava:31.1-jre' @@ -109,7 +109,7 @@ dependencies { ccapiImplementation 'org.json:json:20140107' ccapiImplementation 'org.xerial:sqlite-jdbc:3.40.0.0' ccapiImplementation 'com.github.stefanhaustein:kxml2:2.4.1' - ccapiImplementation 'joda-time:joda-time:2.9.4' + ccapiImplementation 'joda-time:joda-time:2.12.6' ccapiImplementation 'com.carrotsearch:hppc:0.9.1' ccapiImplementation 'io.reactivex.rxjava2:rxjava:2.1.1' ccapiImplementation "com.squareup.retrofit2:retrofit:2.3.0" @@ -123,7 +123,7 @@ dependencies { translateImplementation 'xpp3:xpp3:1.1.4c' translateImplementation 'commons-cli:commons-cli:1.3.1' translateImplementation files('lib/json-simple-1.1.1.jar') - translateImplementation 'joda-time:joda-time:2.9.4' + translateImplementation 'joda-time:joda-time:2.12.6' translateImplementation 'org.json:json:20140107' translateImplementation 'io.reactivex.rxjava2:rxjava:2.1.1' translateImplementation "com.squareup.retrofit2:retrofit:2.3.0"