Skip to content
Snippets Groups Projects
Commit f18ef752 authored by dgelessus's avatar dgelessus
Browse files

Update XStream to version 1.4.20

parent ae7d7084
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ project(":de.bmotionstudio.gef.editor") { ...@@ -49,7 +49,7 @@ project(":de.bmotionstudio.gef.editor") {
} }
dependencies { 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. // 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, // To avoid the version number changing unexpectedly and breaking the MANIFEST.MF classpath entries,
// hardcode a specific MXParser version here. // hardcode a specific MXParser version here.
......
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
<classpathentry kind="output" path="bin"/> <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/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/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> </classpath>
...@@ -151,7 +151,7 @@ Export-Package: de.bmotionstudio.gef.editor; ...@@ -151,7 +151,7 @@ Export-Package: de.bmotionstudio.gef.editor;
Bundle-ClassPath: ., Bundle-ClassPath: .,
lib/dependencies/mxparser-1.2.2.jar, lib/dependencies/mxparser-1.2.2.jar,
lib/dependencies/xmlpull-1.1.3.1.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/groovy-2.0.5.jar,
lib/ext/asm-4.0.jar, lib/ext/asm-4.0.jar,
lib/ext/antlr-2.7.7.jar lib/ext/antlr-2.7.7.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment