From 96dbee39fe3e28d32de08617f43c652a544933a7 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Wed, 10 Oct 2018 16:39:59 +0300 Subject: fix security vilation CVE-2015-3253 Change-Id: Ibce54fed7786183c40d85293257d831a8b8fbbbb Issue-ID: SDC-1715 Signed-off-by: Tal Gitelman --- asdctool/pom.xml | 6 ++++++ catalog-be/pom.xml | 6 ++++++ test-apis-ci/pom.xml | 4 ++++ ui-ci/pom.xml | 4 ++++ 4 files changed, 20 insertions(+) diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 424bd595a7..acaf482ad0 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -279,6 +279,12 @@ gremlin-groovy 3.0.1-incubating compile + + + groovy + org.codehaus.groovy + + diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index f7e458973e..a90f5f2abb 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -405,6 +405,12 @@ gremlin-groovy 3.0.1-incubating compile + + + groovy + org.codehaus.groovy + + diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index 5a3c0519cf..0df71ab241 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -239,6 +239,10 @@ commons-collections commons-collections + + groovy + org.codehaus.groovy + diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 7d2b6af5f1..c5b5b09c1b 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -155,6 +155,10 @@ commons-collections commons-collections + + groovy + org.codehaus.groovy + -- cgit 1.2.3-korg