From f70e8decf13e2966b02649699db07e11d190463d Mon Sep 17 00:00:00 2001 From: deepikasatheesh Date: Wed, 29 Jul 2020 22:53:54 -0700 Subject: [PATCH] Fix SO Security vulnerabilities Issue-ID: SO-3047 Signed-off-by: deepikasatheesh Change-Id: I63ab8670e90b78d6049eafff7e139a84bfbf6784 --- adapters/etsi-sol003-adapter/pom.xml | 2 +- bpmn/MSOCommonBPMN/pom.xml | 2 +- bpmn/mso-infrastructure-bpmn/pom.xml | 4 ++++ common/pom.xml | 4 ++++ mso-api-handlers/mso-api-handler-infra/pom.xml | 4 ++++ pom.xml | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/adapters/etsi-sol003-adapter/pom.xml b/adapters/etsi-sol003-adapter/pom.xml index fe34ff47c3..9ea25a5eb7 100644 --- a/adapters/etsi-sol003-adapter/pom.xml +++ b/adapters/etsi-sol003-adapter/pom.xml @@ -16,7 +16,7 @@ UTF-8 2.3.1 1.8.2 - 2.3.0 + 2.7.2 1.3.5 1.0.1 1.5.21 diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index c395b01221..0c61cc3012 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -182,7 +182,7 @@ commons-beanutils commons-beanutils - 1.9.3 + 1.9.4 org.springframework.boot diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index 0df49c103a..9c9a7f9257 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -342,6 +342,10 @@ javax.servlet servlet-api + + log4j + log4j + diff --git a/common/pom.xml b/common/pom.xml index 08dfc4d905..4223e0a0ae 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -143,6 +143,10 @@ javax.servlet servlet-api + + log4j + log4j + diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index afb734d46e..eb7b73caab 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -244,6 +244,10 @@ javax.servlet servlet-api + + log4j + log4j + diff --git a/pom.xml b/pom.xml index 0243def0ab..4912c6109f 100644 --- a/pom.xml +++ b/pom.xml @@ -916,7 +916,7 @@ org.yaml snakeyaml - 1.23 + 1.26 javax.interceptor -- 2.16.6