From f79b10feaf438cee5df96e10b8a4ae5323bfcbd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 01:22:40 +0000 Subject: [PATCH] Bump com.thoughtworks.xstream:xstream from 1.4.19 to 1.4.20 Bumps [com.thoughtworks.xstream: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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 83cc35f91d..48f804e226 100644 --- a/build.gradle +++ b/build.gradle @@ -361,7 +361,7 @@ dependencies { implementation 'de.muntjak.tinylookandfeel:tinylaf-nocp:1.4.0' // serialize to and from xml - implementation 'com.thoughtworks.xstream:xstream:1.4.19' + implementation 'com.thoughtworks.xstream:xstream:1.4.20' // themes implementation 'com.formdev:flatlaf:3.1.1'