From cc7afc8bb115815a1c164187655fcd48803c6749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 08:02:09 +0000 Subject: [PATCH] chore(deps): bump xstream from 1.4.19 to 1.4.20 Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.19 to 1.4.20. - [Release notes](https://github.com/x-stream/xstream/releases) - [Commits](https://github.com/x-stream/xstream/commits) --- updated-dependencies: - dependency-name: com.thoughtworks.xstream:xstream dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pump/pump-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pump/pump-common/build.gradle b/pump/pump-common/build.gradle index 12b8a9c7a7..0b37f32136 100644 --- a/pump/pump-common/build.gradle +++ b/pump/pump-common/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation project(':core:utils') implementation project(':app-wear-shared:shared') - implementation('com.thoughtworks.xstream:xstream:1.4.19') { + implementation('com.thoughtworks.xstream:xstream:1.4.20') { exclude group: 'xmlpull', module: 'xmlpull' }