diff --git a/pump-common/build.gradle b/pump-common/build.gradle index 72ed076ab3..724c2e8e33 100644 --- a/pump-common/build.gradle +++ b/pump-common/build.gradle @@ -14,7 +14,7 @@ dependencies { implementation project(':shared') //implementation project(':database') - implementation('com.thoughtworks.xstream:xstream:1.4.18') { + implementation('com.thoughtworks.xstream:xstream:1.4.19') { exclude group: 'xmlpull', module: 'xmlpull' } }