From 581acaddd3762190527839827cdb22972eeb1c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 08:07:17 +0000 Subject: [PATCH] Bump xstream from 1.4.18 to 1.4.19 Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.18 to 1.4.19. - [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-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } }