From 546f26a208ba8632267ad8308b66ed78e5747986 Mon Sep 17 00:00:00 2001 From: Niranjana Date: Fri, 20 Aug 2021 07:10:46 +0000 Subject: [PATCH] Remove security vulnerabilities Issue-ID: CPS-581 Signed-off-by: Niranjana Change-Id: I527519ac7b9f41940e9173f6bf7efd4a418b8afd --- cps-tbdmt-application/pom.xml | 6 ++++++ cps-tbdmt-rest/pom.xml | 34 ++++++++++++++++++++++++++++++++++ cps-tbdmt-service/pom.xml | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+) diff --git a/cps-tbdmt-application/pom.xml b/cps-tbdmt-application/pom.xml index 5ead62f..bf91f31 100644 --- a/cps-tbdmt-application/pom.xml +++ b/cps-tbdmt-application/pom.xml @@ -56,6 +56,12 @@ org.springframework.cloud spring-cloud-starter-sleuth + + + org.bouncycastle + bcprov-jdk15on + + ${project.groupId} diff --git a/cps-tbdmt-rest/pom.xml b/cps-tbdmt-rest/pom.xml index c155196..57fa0f3 100644 --- a/cps-tbdmt-rest/pom.xml +++ b/cps-tbdmt-rest/pom.xml @@ -46,6 +46,40 @@ org.springframework.boot spring-boot-starter-jetty + 2.5.2 + + + org.eclipse.jetty + jetty-io + + + org.eclipse.jetty + jetty-servlets + + + org.eclipse.jetty + jetty-http + + + org.glassfish + jakarta.el + + + + + org.eclipse.jetty + jetty-io + 9.4.40.v20210413 + + + org.eclipse.jetty + jetty-servlets + 9.4.40.v20210413 + + + org.eclipse.jetty + jetty-http + 9.4.40.v20210413 junit diff --git a/cps-tbdmt-service/pom.xml b/cps-tbdmt-service/pom.xml index f136023..27ded92 100644 --- a/cps-tbdmt-service/pom.xml +++ b/cps-tbdmt-service/pom.xml @@ -37,6 +37,7 @@ jar + 5.3.7 yyyyMMdd'T'HHmmss @@ -44,10 +45,32 @@ org.springframework spring-beans + ${spring.version} org.springframework spring-web + ${spring.version} + + + org.springframework + spring-webmvc + ${spring.version} + + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-expression + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} org.springframework.data @@ -56,10 +79,12 @@ org.postgresql postgresql + 42.2.18 org.springframework.boot spring-boot-starter-data-jpa + 2.5.0 org.projectlombok @@ -76,6 +101,13 @@ org.springframework.boot spring-boot-starter-validation + 2.5.2 + + + org.glassfish + jakarta.el + + com.google.code.gson -- 2.16.6