diff options
author | Taka Cho <takamune.cho@att.com> | 2018-10-24 10:07:12 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2018-10-24 10:08:35 -0400 |
commit | b5da8b63f0ed204e52fa5bdda4d1153253035157 (patch) | |
tree | 88b7fcb9d772e31ef50e9e90ab801b2441ecd9f1 /CdtProxyService/pom.xml | |
parent | 93de793185f44101f39a963b43d65bc10a8178f2 (diff) |
upgrade spring-web version
upgrade to 5.0.10.RELEASE to avoid the security issue.
Change-Id: Icdc7fefe7a91f62690bf4c4f258de0443d422b87
Issue-ID: APPC-1025
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'CdtProxyService/pom.xml')
-rw-r--r-- | CdtProxyService/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index ef47333..b91cbba 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -72,6 +72,17 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + <version>5.0.10.RELEASE</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |