We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a958633 commit fe69620Copy full SHA for fe69620
build.gradle
@@ -73,7 +73,7 @@ configure(allprojects) { project ->
73
dependency "com.google.code.gson:gson:2.8.6"
74
dependency "com.google.protobuf:protobuf-java-util:3.13.0"
75
dependency "com.googlecode.protobuf-java-format:protobuf-java-format:1.4"
76
- dependency("com.thoughtworks.xstream:xstream:1.4.12") {
+ dependency("com.thoughtworks.xstream:xstream:1.4.13") {
77
exclude group: "xpp3", name: "xpp3_min"
78
exclude group: "xmlpull", name: "xmlpull"
79
}
0 commit comments