Skip to content

Commit

Permalink
Upgrade xstream (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyams authored Jan 14, 2022
1 parent 63b669a commit d3a73be
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ dependencies {
compile ([group: 'commons-io', name: 'commons-io', version: '2.6' ])
compile ([group: 'org.apache.commons', name: 'commons-lang3', version: '3.7'])
compile ([group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.3'])
compile ([group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.15'])
compile ([group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.18'])
compile ([group: 'xpp3', name: 'xpp3_min', version: '1.1.4c'])
compile ([group: 'com.google.code.gson', name: 'gson', version: '2.8.9'])
// update transitive dependency version
compile ([group: 'com.google.guava', name: 'guava', version: '27.1-android'])
Expand Down
3 changes: 2 additions & 1 deletion core/gradle/dependency-locks/runtimeClasspath.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-android
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.thoughtworks.xstream:xstream:1.4.15
com.thoughtworks.xstream:xstream:1.4.18
commons-codec:commons-codec:1.9
commons-io:commons-io:2.6
commons-logging:commons-logging:1.2
eu.infomas:annotation-detector:3.0.5
io.github.x-stream:mxparser:1.2.2
org.apache.commons:commons-lang3:3.7
org.apache.httpcomponents:httpclient:4.5.3
org.apache.httpcomponents:httpcore:4.4.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-android
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.thoughtworks.xstream:xstream:1.4.15
com.thoughtworks.xstream:xstream:1.4.18
commons-codec:commons-codec:1.9
commons-io:commons-io:2.6
commons-logging:commons-logging:1.2
eu.infomas:annotation-detector:3.0.5
io.github.x-stream:mxparser:1.2.2
org.apache.commons:commons-lang3:3.7
org.apache.httpcomponents:httpclient:4.5.3
org.apache.httpcomponents:httpcore:4.4.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-android
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.thoughtworks.xstream:xstream:1.4.15
com.thoughtworks.xstream:xstream:1.4.18
commons-codec:commons-codec:1.9
commons-io:commons-io:2.6
commons-logging:commons-logging:1.2
eu.infomas:annotation-detector:3.0.5
io.github.x-stream:mxparser:1.2.2
org.apache.commons:commons-lang3:3.7
org.apache.httpcomponents:httpclient:4.5.3
org.apache.httpcomponents:httpcore:4.4.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-android
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.thoughtworks.xstream:xstream:1.4.15
com.thoughtworks.xstream:xstream:1.4.18
commons-codec:commons-codec:1.9
commons-io:commons-io:2.6
commons-logging:commons-logging:1.2
eu.infomas:annotation-detector:3.0.5
io.github.x-stream:mxparser:1.2.2
org.apache.commons:commons-lang3:3.7
org.apache.httpcomponents:httpclient:4.5.3
org.apache.httpcomponents:httpcore:4.4.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-android
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.thoughtworks.xstream:xstream:1.4.15
com.thoughtworks.xstream:xstream:1.4.18
commons-codec:commons-codec:1.9
commons-io:commons-io:2.6
commons-logging:commons-logging:1.2
eu.infomas:annotation-detector:3.0.5
io.github.x-stream:mxparser:1.2.2
org.apache.commons:commons-lang3:3.7
org.apache.httpcomponents:httpclient:4.5.3
org.apache.httpcomponents:httpcore:4.4.6
Expand Down

0 comments on commit d3a73be

Please sign in to comment.