Skip to content

Commit fe69620

Browse files
committed
Upgrade to XStream 1.4.13
1 parent a958633 commit fe69620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ configure(allprojects) { project ->
7373
dependency "com.google.code.gson:gson:2.8.6"
7474
dependency "com.google.protobuf:protobuf-java-util:3.13.0"
7575
dependency "com.googlecode.protobuf-java-format:protobuf-java-format:1.4"
76-
dependency("com.thoughtworks.xstream:xstream:1.4.12") {
76+
dependency("com.thoughtworks.xstream:xstream:1.4.13") {
7777
exclude group: "xpp3", name: "xpp3_min"
7878
exclude group: "xmlpull", name: "xmlpull"
7979
}

0 commit comments

Comments
 (0)