upgrade spring-boot-start version 30/96030/2
authorTaka Cho <takamune.cho@att.com>
Thu, 19 Sep 2019 19:20:45 +0000 (15:20 -0400)
committerTakamune Cho <takamune.cho@att.com>
Thu, 19 Sep 2019 19:32:17 +0000 (19:32 +0000)
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>
CdtProxyService/pom.xml

index f2210ec..3ae6c24 100644 (file)
@@ -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>