Skip to content

Commit

Permalink
Bump kxml2 from 2.4.1 to v2.5.0
Browse files Browse the repository at this point in the history
Bumps [kxml2](https://github.com/stefanhaustein/kxml2) from 2.4.1 to v2.5.0.
- [Release notes](https://github.com/stefanhaustein/kxml2/releases)
- [Commits](kobjects/kxml2@v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: com.github.stefanhaustein:kxml2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent 2cd3e12 commit b17a319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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'
Expand All @@ -85,7 +85,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'
Expand All @@ -109,7 +109,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'
Expand All @@ -120,7 +120,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')
Expand Down

0 comments on commit b17a319

Please sign in to comment.