Upgrade to XStream 1.4.13

This commit is contained in:
Juergen Hoeller 2020-09-08 17:17:20 +02:00
parent a958633b7a
commit fe6962051e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ configure(allprojects) { project ->
dependency "com.google.code.gson:gson:2.8.6"
dependency "com.google.protobuf:protobuf-java-util:3.13.0"
dependency "com.googlecode.protobuf-java-format:protobuf-java-format:1.4"
dependency("com.thoughtworks.xstream:xstream:1.4.12") {
dependency("com.thoughtworks.xstream:xstream:1.4.13") {
exclude group: "xpp3", name: "xpp3_min"
exclude group: "xmlpull", name: "xmlpull"
}