UOCL-281: xstream library security fix

This commit is contained in:
2024-04-27 14:54:00 +01:00
parent 8816496cd7
commit 9ee5b76dc9
+9
View File
@@ -331,8 +331,17 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
<exclusion>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.11</version>
</dependency>
<dependency>
<groupId>com.unicenta</groupId>
<artifactId>unicenta-plugins</artifactId>