summaryrefslogtreecommitdiffstats
path: root/catalog-model
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2018-09-18 11:57:53 +0300
committerMichael Lando <ml636r@att.com>2018-09-18 15:30:12 +0000
commite0199375f17d89314de0fe812329dc99d8e7abf9 (patch)
tree571112928783632a2a90a1fadc45f96efe6d76ff /catalog-model
parent0eb1beb6210c884672d8ddf3ea7842f807281527 (diff)
fix security vilation CVE-2015-3253
Change-Id: I6fd93f598b9655fe9c81095affdcafde1692aa26 Issue-ID: SDC-1715 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-model')
-rw-r--r--catalog-model/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index 1d07d91b48..58c4f4fa70 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -250,6 +250,13 @@
<version>1.6.5</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.codehaus.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>2.4.8</version>
+ </dependency>
+
</dependencies>
<build>
<plugins>