From b7ea3eff8a18c9a05d92833d71b3c3b699327b8a Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 12 May 2021 13:56:51 +0100 Subject: Update vulnerable package dependencies commons-io -> 2.7 org.freemarker -> 2.3.30 Signed-off-by: Vasyl Razinkov Change-Id: Ie18bd3abffdb64017ab49331864325beea8aa2c4 Issue-ID: SDC-3572 --- asdctool/pom.xml | 10 ++ catalog-be/pom.xml | 10 ++ catalog-dao/pom.xml | 10 ++ catalog-fe/pom.xml | 10 ++ catalog-model/pom.xml | 10 ++ common-app-api/pom.xml | 15 +++ integration-tests/pom.xml | 4 + onboarding/pom.xml | 2 - .../openecomp-sdc-model-impl/pom.xml | 2 +- .../openecomp-sdc-tosca-generator-core/pom.xml | 2 +- .../openecomp-sdc-translator-core/pom.xml | 2 +- .../pom.xml | 129 +++++++++++---------- pom.xml | 3 +- utils/webseal-simulator/pom.xml | 2 +- 14 files changed, 141 insertions(+), 70 deletions(-) diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 7161f89ca0..700d9dc9b3 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -162,6 +162,12 @@ commons-jci-core ${commons-jci-core.version} compile + + + commons-io + commons-io + + @@ -289,6 +295,10 @@ org.apache.thrift libthrift + + commons-io + commons-io + diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 002e3fc3b1..c156b96178 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -159,6 +159,12 @@ commons-jci-core ${commons-jci-core.version} compile + + + commons-io + commons-io + + @@ -384,6 +390,10 @@ org.apache.thrift libthrift + + commons-io + commons-io + diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index e4878613a1..8d82dd2ce7 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -230,6 +230,12 @@ Modifications copyright (c) 2018 Nokia commons-jci-core ${commons-jci-core.version} test + + + commons-io + commons-io + + @@ -265,6 +271,10 @@ Modifications copyright (c) 2018 Nokia groovy org.codehaus.groovy + + commons-io + commons-io + diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index a4be186b45..238308145c 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -70,6 +70,12 @@ commons-jci-core ${commons-jci-core.version} compile + + + commons-io + commons-io + + @@ -265,6 +271,10 @@ log4j log4j + + commons-io + commons-io + diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 7666076de6..ff28ea6395 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -166,6 +166,10 @@ org.apache.thrift libthrift + + commons-io + commons-io + @@ -299,6 +303,12 @@ commons-jci-core ${commons-jci-core.version} test + + + commons-io + commons-io + + diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 3542d6e1fc..36df3cff9f 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -26,8 +26,17 @@ org.springframework spring-context + + commons-io + commons-io + + + commons-io + commons-io + ${commons.io.version} + org.springframework spring-context @@ -69,6 +78,12 @@ commons-jci-core ${commons-jci-core.version} provided + + + commons-io + commons-io + + diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 87761e6f0c..4fd4304f4b 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -149,6 +149,10 @@ limitations under the License. org.apache.thrift libthrift + + commons-io + commons-io + diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 0ab08d070f..aec0e928e0 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -64,13 +64,11 @@ 1.3.3 1.10 2.1 - 2.5 2.6 3.4 3.3.6 3.8.0 1.5.8 - 2.3.26-incubating 5.3.6.Final 4.5.3 4.4.1 diff --git a/openecomp-be/lib/openecomp-sdc-model-lib/openecomp-sdc-model-impl/pom.xml b/openecomp-be/lib/openecomp-sdc-model-lib/openecomp-sdc-model-impl/pom.xml index 997e81a2b3..c086f9a7c3 100644 --- a/openecomp-be/lib/openecomp-sdc-model-lib/openecomp-sdc-model-impl/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-model-lib/openecomp-sdc-model-impl/pom.xml @@ -63,7 +63,7 @@ commons-io commons-io - 2.5 + ${commons.io.version} org.openecomp.sdc diff --git a/openecomp-be/lib/openecomp-sdc-tosca-generator-lib/openecomp-sdc-tosca-generator-core/pom.xml b/openecomp-be/lib/openecomp-sdc-tosca-generator-lib/openecomp-sdc-tosca-generator-core/pom.xml index 52c2568f9d..9f8f9b1456 100644 --- a/openecomp-be/lib/openecomp-sdc-tosca-generator-lib/openecomp-sdc-tosca-generator-core/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-tosca-generator-lib/openecomp-sdc-tosca-generator-core/pom.xml @@ -53,7 +53,7 @@ commons-io commons-io - 2.5 + ${commons.io.version} diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/pom.xml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/pom.xml index 6f5562496b..66c6d53bbe 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/pom.xml @@ -68,7 +68,7 @@ commons-io commons-io - 2.5 + ${commons.io.version} org.openecomp.sdc diff --git a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-api/pom.xml b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-api/pom.xml index 81a5233b28..666f464cae 100644 --- a/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-api/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-api/pom.xml @@ -1,72 +1,75 @@ - 4.0.0 + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - org.openecomp.sdc - openecomp-sdc-vendor-software-product-lib - 1.9.0-SNAPSHOT - + + org.openecomp.sdc + openecomp-sdc-vendor-software-product-lib + 1.9.0-SNAPSHOT + - openecomp-sdc-vendor-software-product-api + openecomp-sdc-vendor-software-product-api + + 2.3.30 + - - - org.openecomp.sdc.core - openecomp-core-lib - pom - ${project.version} - - - org.openecomp.sdc.core - openecomp-facade-core - ${project.version} - - - org.openecomp.sdc.core - openecomp-nosqldb-core - ${project.version} - - - org.openecomp.sdc - openecomp-sdc-versioning-core - ${project.version} - - - org.openecomp.sdc - openecomp-sdc-translator-core - ${project.version} - - - org.openecomp.sdc - openecomp-sdc-enrichment-api - ${project.version} - - - org.freemarker - freemarker - ${freemarker.version} - - - org.openecomp.sdc.core - openecomp-config-lib - ${project.version} - - - org.projectlombok - lombok - provided - - - org.openecomp.sdc.be - common-be - ${project.version} - compile - - + + + org.openecomp.sdc.core + openecomp-core-lib + pom + ${project.version} + + + org.openecomp.sdc.core + openecomp-facade-core + ${project.version} + + + org.openecomp.sdc.core + openecomp-nosqldb-core + ${project.version} + + + org.openecomp.sdc + openecomp-sdc-versioning-core + ${project.version} + + + org.openecomp.sdc + openecomp-sdc-translator-core + ${project.version} + + + org.openecomp.sdc + openecomp-sdc-enrichment-api + ${project.version} + + + org.freemarker + freemarker + ${freemarker.version} + + + org.openecomp.sdc.core + openecomp-config-lib + ${project.version} + + + org.projectlombok + lombok + provided + + + org.openecomp.sdc.be + common-be + ${project.version} + compile + + diff --git a/pom.xml b/pom.xml index 00ec81f0fc..5427d1de4f 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,8 @@ Modifications copyright (c) 2018-2019 Nokia 2.1.8 1.18.18 1.9.4 - 2.3 + 2.7 + 2.7 4.1.0 1.6.1 1.9 diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index ca95ef8cdc..77038961f4 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -45,7 +45,7 @@ commons-io commons-io - 2.4 + 2.7 -- cgit 1.2.3-korg