From cb556907a359bf2538b27c62a0a34971628499e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 07:40:33 +0000 Subject: [PATCH] Bump com.github.stefanhaustein:kxml2 from 2.4.1 to v2.5.0 Bumps [com.github.stefanhaustein:kxml2](https://github.com/stefanhaustein/kxml2) from 2.4.1 to v2.5.0. - [Release notes](https://github.com/stefanhaustein/kxml2/releases) - [Commits](https://github.com/stefanhaustein/kxml2/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: com.github.stefanhaustein:kxml2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index ae4135a39..5ea543363 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ sourceSets { } dependencies { - api 'com.github.stefanhaustein:kxml2:2.4.1' + api 'com.github.stefanhaustein:kxml2:v2.5.0' implementation 'javax.ws.rs:javax.ws.rs-api:2.0.1' // Added so Android Studio recognizes libs in util jar projects implementation 'org.json:json:20220924' @@ -84,7 +84,7 @@ dependencies { implementation 'com.datadoghq:dd-trace-api:1.10.0' cliImplementation 'org.json:json:20140107' - cliImplementation 'com.github.stefanhaustein:kxml2:2.4.1' + cliImplementation 'com.github.stefanhaustein:kxml2:v2.5.0' cliImplementation 'commons-cli:commons-cli:1.3.1' cliImplementation 'joda-time:joda-time:2.9.4' cliImplementation 'io.reactivex.rxjava2:rxjava:2.1.1' @@ -108,7 +108,7 @@ dependencies { ccapiImplementation sourceSets.main.output ccapiImplementation 'org.json:json:20140107' ccapiImplementation 'org.xerial:sqlite-jdbc:3.40.0.0' - ccapiImplementation 'com.github.stefanhaustein:kxml2:2.4.1' + ccapiImplementation 'com.github.stefanhaustein:kxml2:v2.5.0' ccapiImplementation 'joda-time:joda-time:2.9.4' ccapiImplementation 'com.carrotsearch:hppc:0.9.1' ccapiImplementation 'io.reactivex.rxjava2:rxjava:2.1.1' @@ -119,7 +119,7 @@ dependencies { ccapiImplementation 'io.opentracing:opentracing-util:0.33.0' ccapiImplementation 'com.datadoghq:dd-trace-api:1.10.0' - translateImplementation 'com.github.stefanhaustein:kxml2:2.4.1' + translateImplementation 'com.github.stefanhaustein:kxml2:v2.5.0' translateImplementation 'xpp3:xpp3:1.1.4c' translateImplementation 'commons-cli:commons-cli:1.3.1' translateImplementation files('lib/json-simple-1.1.1.jar')