summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-08-08 22:16:39 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-08-08 22:16:39 -0400
commitd3a7e368c5d5c3e6e8fb375af86559d85e1c37e3 (patch)
tree5e274c741359bfec04d5fe4ea5e8aa02282b2624
parent40c90fc90eecfab4592945d220d7652e734fa82b (diff)
Fix vulnerability issue: upgrade org.apache.tomcat.embed.tomcat-embed-core to 8.5.42
tomcat-embed-core is part of springboot Issue-ID: LOG-1066 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ic15e512eefd09ce3a90b93822e9c00d5e7418a89
-rw-r--r--pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4551c1a..9b41632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
- <version>1.5.17.RELEASE</version>
+ <version>1.5.22.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -63,6 +63,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-json</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -71,7 +77,7 @@
<dependency>
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-audit-common</artifactId>
- <version>1.4.0</version>
+ <version>1.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>