From f18ef752fdd034acb47e72c076c014a618bc15b4 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Thu, 29 Jun 2023 13:35:34 +0200
Subject: [PATCH] Update XStream to version 1.4.20

---
 build.gradle                                     | 2 +-
 de.bmotionstudio.gef.editor/.classpath           | 2 +-
 de.bmotionstudio.gef.editor/META-INF/MANIFEST.MF | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle b/build.gradle
index 17947e8f..4980dde9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -49,7 +49,7 @@ project(":de.bmotionstudio.gef.editor") {
 	}
 
 	dependencies {
-		implementation group: "com.thoughtworks.xstream", name: "xstream", version: "1.4.19"
+		implementation group: "com.thoughtworks.xstream", name: "xstream", version: "1.4.20"
 		// Current versions of XStream depend on MXParser, but not any specific version of it.
 		// To avoid the version number changing unexpectedly and breaking the MANIFEST.MF classpath entries,
 		// hardcode a specific MXParser version here.
diff --git a/de.bmotionstudio.gef.editor/.classpath b/de.bmotionstudio.gef.editor/.classpath
index bb3c0f50..b1726716 100644
--- a/de.bmotionstudio.gef.editor/.classpath
+++ b/de.bmotionstudio.gef.editor/.classpath
@@ -9,5 +9,5 @@
 	<classpathentry kind="output" path="bin"/>
 	<classpathentry exported="true" kind="lib" path="lib/dependencies/mxparser-1.2.2.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/dependencies/xmlpull-1.1.3.1.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/dependencies/xstream-1.4.19.jar"/>
+	<classpathentry exported="true" kind="lib" path="lib/dependencies/xstream-1.4.20.jar"/>
 </classpath>
diff --git a/de.bmotionstudio.gef.editor/META-INF/MANIFEST.MF b/de.bmotionstudio.gef.editor/META-INF/MANIFEST.MF
index 2a744d8b..34f3a964 100644
--- a/de.bmotionstudio.gef.editor/META-INF/MANIFEST.MF
+++ b/de.bmotionstudio.gef.editor/META-INF/MANIFEST.MF
@@ -151,7 +151,7 @@ Export-Package: de.bmotionstudio.gef.editor;
 Bundle-ClassPath: .,
  lib/dependencies/mxparser-1.2.2.jar,
  lib/dependencies/xmlpull-1.1.3.1.jar,
- lib/dependencies/xstream-1.4.19.jar,
+ lib/dependencies/xstream-1.4.20.jar,
  lib/ext/groovy-2.0.5.jar,
  lib/ext/asm-4.0.jar,
  lib/ext/antlr-2.7.7.jar
-- 
GitLab