aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-09-19 15:20:45 -0400
committerTakamune Cho <takamune.cho@att.com>2019-09-19 19:32:17 +0000
commitb88899a172f8e58ed4da07dafb1b1953aeafca19 (patch)
treeb8d16f1b33fac3a8c355de93403a7d8b92498298
parentc754ff7ca835cb226a4eb1374683d767be53861f (diff)
upgrade spring-boot-start version
In order to avoid security vulberability for org.apache.tomcat.embed:9.0.17 this uprgade moved to org.apache.tomcat.embed:9.0.21 Issue-ID: APPC-1741 Change-Id: I7293b4ad7e45c545e9bbc3a9e1451a169300855f Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r--CdtProxyService/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml
index f2210ec..3ae6c24 100644
--- a/CdtProxyService/pom.xml
+++ b/CdtProxyService/pom.xml
@@ -57,7 +57,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.4.RELEASE</version>
+ <version>2.1.6.RELEASE</version>
</parent>
<dependencyManagement>
<dependencies>
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
- <version>2.1.4.RELEASE</version>
+ <version>2.1.6.RELEASE</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>