aboutsummaryrefslogtreecommitdiffstats
path: root/cps-tbdmt-rest
diff options
context:
space:
mode:
authorNiranjana <niranjana.y60@wipro.com>2021-08-20 07:10:46 +0000
committerNiranjana Y <niranjana.y60@wipro.com>2021-08-20 07:17:35 +0000
commit546f26a208ba8632267ad8308b66ed78e5747986 (patch)
tree724b4e54f5d98f41a59dff9c9301ac2f28ea93ca /cps-tbdmt-rest
parent433ba106cf99762039b7bd6a430eaf24b45d2271 (diff)
Remove security vulnerabilities
Issue-ID: CPS-581 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I527519ac7b9f41940e9173f6bf7efd4a418b8afd
Diffstat (limited to 'cps-tbdmt-rest')
-rw-r--r--cps-tbdmt-rest/pom.xml34
1 files changed, 34 insertions, 0 deletions
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 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId>
+ <version>2.5.2</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-io</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlets</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.glassfish</groupId>
+ <artifactId>jakarta.el</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-io</artifactId>
+ <version>9.4.40.v20210413</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlets</artifactId>
+ <version>9.4.40.v20210413</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>9.4.40.v20210413</version>
</dependency>
<dependency>
<groupId>junit</groupId>