summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-08-20 10:20:28 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-08-20 10:39:24 -0400
commit2f5f116faa66414da147618ba137e6efd394e166 (patch)
tree8a39148d9f1f5b9f41195e0c7c8a7b5896e22519
parent12a48ac8fa5e4ea8e8fe9e5138b1c4623cec7b15 (diff)
Upgrade xstream to 1.4.11.1
While analyzing drools-pdp, it's mvn clean install works fine with this fix locally. Also exists in engine repo, its mvn clean install works fine with this fix locally. distribution repo inherits from engine. also mvn clean install works fine with this fix locally. Issue-ID: POLICY-2001 Change-Id: I25bd1f5d459f3ad279f1ce57fa0b153af21ece90 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index cfc92806..14257797 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -74,7 +74,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
- <version>1.4.10</version>
+ <version>1.4.11.1</version>
</dependency>
<!-- Eclipse Persistence API -->