BAEL-2121 XStream RCE

This commit is contained in:
Johnathan Gilday
2019-06-30 21:45:57 -04:00
parent 1318804764
commit 1ba4b23099
9 changed files with 333 additions and 2 deletions
+3 -2
View File
@@ -11,6 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
@@ -28,8 +29,8 @@
</dependencies>
<properties>
<xstream.version>1.4.9</xstream.version>
<xstream.version>1.4.10</xstream.version>
<jettison.version>1.3.8</jettison.version>
</properties>
</project>
</project>