diff --git a/pump-common/build.gradle b/pump-common/build.gradle index 5bb1a09fa4..10a6c55b08 100644 --- a/pump-common/build.gradle +++ b/pump-common/build.gradle @@ -12,7 +12,7 @@ dependencies { implementation project(':core') //implementation project(':database') - implementation('com.thoughtworks.xstream:xstream:1.4.17') { + implementation('com.thoughtworks.xstream:xstream:1.4.18') { exclude group: 'xmlpull', module: 'xmlpull' } }