From e0199375f17d89314de0fe812329dc99d8e7abf9 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Tue, 18 Sep 2018 11:57:53 +0300 Subject: [PATCH] fix security vilation CVE-2015-3253 Change-Id: I6fd93f598b9655fe9c81095affdcafde1692aa26 Issue-ID: SDC-1715 Signed-off-by: Tal Gitelman --- asdctool/pom.xml | 6 ++++++ catalog-be/pom.xml | 6 ++++++ catalog-dao/.toDelete | 0 catalog-dao/pom.xml | 6 ++++++ catalog-model/pom.xml | 7 +++++++ test-apis-ci/pom.xml | 7 ++++++- ui-ci/pom.xml | 6 ++++++ 7 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 catalog-dao/.toDelete diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 73fbf08d5c..0ccf87098d 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -502,6 +502,7 @@ mockito-core test + org.assertj assertj-core @@ -509,6 +510,11 @@ + + org.codehaus.groovy + groovy + 2.4.8 + diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index c50a78ec35..b4f59368c3 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -600,6 +600,12 @@ 0.11 test + + + org.codehaus.groovy + groovy + 2.4.8 + diff --git a/catalog-dao/.toDelete b/catalog-dao/.toDelete new file mode 100644 index 0000000000..e69de29bb2 diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 940047db9f..a4bd9a0036 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -311,6 +311,12 @@ Modifications copyright (c) 2018 Nokia test + + + org.codehaus.groovy + groovy + 2.4.8 + 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 @@ 1.6.5 test + + + org.codehaus.groovy + groovy + 2.4.8 + + diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index 5fd06ecf57..2918c62962 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -376,8 +376,13 @@ ${cassandra.driver.version} compile - + + + org.codehaus.groovy + groovy + 2.4.8 + diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index 5b23f4594f..e20fe644be 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -252,6 +252,12 @@ 4.1.0 + + org.codehaus.groovy + groovy + 2.4.8 + + -- 2.16.6