From 42ad14c683ba2829edf460ba43849e4acd57ffe2 Mon Sep 17 00:00:00 2001 From: Sri Balaji Marripud Date: Mon, 7 Sep 2020 17:33:30 -0400 Subject: [PATCH] updated few jars for security fix Issue-ID: PORTAL-945 Change-Id: Ib0f2cd7f9a767411e810f133c54bd9ff8fca1964 Signed-off-by: Sri Balaji Marripud --- ecomp-portal-BE-common/pom.xml | 318 +++++++++++++++---------------- ecomp-portal-BE-os/pom.xml | 11 +- ecomp-portal-widget-ms/widget-ms/pom.xml | 9 +- 3 files changed, 169 insertions(+), 169 deletions(-) diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 9275aa4e..18f1a7c8 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -1,4 +1,5 @@ - 4.0.0 @@ -50,19 +51,19 @@ - + - org.apache.maven.plugins - maven-jar-plugin - 3.0.0 - - - - test-jar - - - - + org.apache.maven.plugins + maven-jar-plugin + 3.0.0 + + + + test-jar + + + + org.apache.maven.plugins @@ -87,7 +88,7 @@ - + src/test/java @@ -118,22 +119,22 @@ - - org.onap.aaf.authz - aaf-cadi-aaf - 2.1.7 - - - gso - GLCookieDecryption - - - - - org.onap.aaf.authz - aaf-cadi-core - 2.1.7 - + + org.onap.aaf.authz + aaf-cadi-aaf + 2.1.7 + + + gso + GLCookieDecryption + + + + + org.onap.aaf.authz + aaf-cadi-core + 2.1.7 + com.att.eelf eelf-core @@ -185,7 +186,7 @@ jaxb-api 2.4.0-b180830.0359 - + org.hibernate @@ -247,19 +248,19 @@ 2.3.1 - org.apache.taglibs - taglibs-standard-spec - 1.2.5 + org.apache.taglibs + taglibs-standard-spec + 1.2.5 - org.apache.taglibs - taglibs-standard-impl - 1.2.5 + org.apache.taglibs + taglibs-standard-impl + 1.2.5 - org.apache.taglibs - taglibs-standard-jstlel - 1.2.5 + org.apache.taglibs + taglibs-standard-jstlel + 1.2.5 @@ -294,15 +295,15 @@ ${jackson.version} - postgresql + org.postgresql postgresql - 9.1-901-1.jdbc4 + 42.2.11 org.elasticsearch elasticsearch - 7.4.1 + 7.6.1 org.apache.lucene @@ -332,6 +333,7 @@ 9.0.27 provided + concurrent concurrent @@ -367,7 +369,7 @@ org.apache.poi poi-ooxml - 3.17 + 4.1.2 commons-logging @@ -382,7 +384,7 @@ org.apache.poi poi-scratchpad - 4.1.1 + 4.1.2 commons-logging @@ -430,7 +432,7 @@ commons-codec commons-codec - 1.14 + 1.15 com.att.nsa @@ -456,7 +458,7 @@ org.apache.httpcomponents httpclient - + @@ -497,12 +499,12 @@ org.onap.portal.sdk epsdk-app-common ${epsdk.version} - + - commons-beanutils - commons-beanutils-core - - + commons-beanutils + commons-beanutils-core + + org.onap.portal.sdk @@ -555,31 +557,15 @@ commons-beanutils 1.9.4 - + commons-fileupload commons-fileupload 1.4 - - io.springfox - springfox-swagger2 - 3.0.0 - - - io.springfox - springfox-swagger-ui - 3.0.0 - + com.googlecode.json-simple @@ -627,43 +613,53 @@ runtime - org.owasp.esapi - esapi - 2.2.0.0 - - - commons-beanutils - commons-beanutils-core - - - commons-httpclient - commons-httpclient - - - org.beanshell - bsh-core - - - - - org.springframework.security - spring-security-core - ${springframework.security.version} - - - org.springframework.security - spring-security-web - ${springframework.security.version} - - - org.springframework.security - spring-security-config - ${springframework.security.version} - - - com.thoughtworks.xstream - xstream - 1.4.11.1 + org.owasp.esapi + esapi + 2.2.0.0 + + + commons-beanutils + commons-beanutils-core + + + commons-httpclient + commons-httpclient + + + org.beanshell + bsh-core + + + + + org.springframework.security + spring-security-core + ${springframework.security.version} + + + org.springframework.security + spring-security-web + ${springframework.security.version} + + + org.springframework.security + spring-security-config + ${springframework.security.version} + + + io.springfox + springfox-swagger2 + 3.0.0 + + + io.springfox + springfox-swagger-ui + 3.0.0 + + + com.thoughtworks.xstream + xstream + 1.4.11.1 ch.qos.logback @@ -676,61 +672,63 @@ 1.2.3 - commons-collections - commons-collections - 3.2.2 - - - xalan - xalan - 2.7.2 - - - - org.onap.music - MUSIC - 2.5.10 - - - com.sun.jersey - jersey-client - - - com.sun.jersey - jersey-server - - - com.sun.jersey - jersey-json - - com.sun.jersey - jersey-servlet - - - - + commons-collections + commons-collections + 3.2.2 + + + xalan + xalan + 2.7.2 + + + + org.onap.music + MUSIC + 2.5.10 + + + com.sun.jersey + jersey-client + + + com.sun.jersey + jersey-server + + + com.sun.jersey + jersey-json + + + com.sun.jersey + jersey-servlet + + + + org.onap.portal.sdk epsdk-music ${epsdk.version} - - - - com.sun.jersey - jersey-client - - - com.sun.jersey - jersey-server - - - com.sun.jersey - jersey-json - - com.sun.jersey - jersey-servlet - - + + + + com.sun.jersey + jersey-client + + + com.sun.jersey + jersey-server + + + com.sun.jersey + jersey-json + + + com.sun.jersey + jersey-servlet + + org.projectlombok diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml index a726d6d8..5372e0ae 100644 --- a/ecomp-portal-BE-os/pom.xml +++ b/ecomp-portal-BE-os/pom.xml @@ -214,7 +214,7 @@ com.fasterxml.jackson.core jackson-core 2.11.0 - + org.springframework @@ -266,8 +266,9 @@ org.hibernate hibernate-validator - 5.1.3.Final + 5.4.3.Final + javax.servlet @@ -322,7 +323,7 @@ org.elasticsearch elasticsearch - 2.2.0 + 7.6.1 org.apache.lucene @@ -382,7 +383,7 @@ org.apache.poi poi-ooxml - 3.15 + 4.1.2 commons-logging @@ -397,7 +398,7 @@ org.apache.poi poi-scratchpad - 3.5-FINAL + 4.1.2 commons-logging diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index 2cdf13f3..a601dbef 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -4,6 +4,7 @@ 4.0.0 + org.springframework.boot spring-boot-starter-parent @@ -151,7 +152,7 @@ org.apache.tomcat.embed tomcat-embed-core - 9.0.33 + 9.0.36 ch.qos.logback @@ -166,17 +167,17 @@ com.fasterxml.jackson.core jackson-annotations - 2.9.8 + 2.11.0 com.fasterxml.jackson.core jackson-core - 2.9.8 + 2.11.0 com.fasterxml.jackson.core jackson-databind - 2.9.8 + 2.11.0 org.springframework.security -- 2.16.6