From dcda684396779c8dc718b9465d52737975af6eab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 06:43:33 +0000 Subject: [PATCH] Bump com.thoughtworks.xstream:xstream from 1.4.20 to 1.4.21 Bumps [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream) from 1.4.20 to 1.4.21. - [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 ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ecf3bb9203..8d5a60ecf9 100644 --- a/build.gradle +++ b/build.gradle @@ -391,7 +391,7 @@ dependencies { implementation 'de.muntjak.tinylookandfeel:tinylaf-nocp:1.4.0' // serialize to and from xml - implementation 'com.thoughtworks.xstream:xstream:1.4.20' + implementation 'com.thoughtworks.xstream:xstream:1.4.21' // themes implementation 'com.formdev:flatlaf:3.5.4'