From 12cfd3b3194ad6483883def8f69e9590e67e1dcb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 05:36:58 +0000 Subject: [PATCH] Bump xstream from 1.3.1 to 1.4.17 Bumps [xstream](https://github.com/x-stream/xstream) from 1.3.1 to 1.4.17. - [Release notes](https://github.com/x-stream/xstream/releases) - [Commits](https://github.com/x-stream/xstream/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d0afeb3..f78f9d8 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { dependencies { compile 'net.rptools.rplib:rplib:1.4.1.4' compile 'net.rptools.dicelib:dicelib:1.4.0.1' - compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.3.1' + compile group: 'com.thoughtworks.xstream', name: 'xstream', version: '1.4.17' testCompile 'rhino:js:1.6R2' testCompile group: 'junit', name: 'junit', version: '4.11'