upgrade spring-boot-starter-web 77/86277/1
authorTaka Cho <takamune.cho@att.com>
Thu, 25 Apr 2019 12:13:23 +0000 (08:13 -0400)
committerTaka Cho <takamune.cho@att.com>
Thu, 25 Apr 2019 12:14:10 +0000 (08:14 -0400)
spring-boot-starter-web to
2.1.4 RELEASE version

Change-Id: I6e0452665f63a28e06310934abd7ececfb09f411
Issue-ID: APPC-1541
Signed-off-by: Taka Cho <takamune.cho@att.com>
CdtProxyService/pom.xml

index 4f05c1a..679da45 100644 (file)
@@ -57,7 +57,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.1.3.RELEASE</version>
+        <version>2.1.4.RELEASE</version>
     </parent>
     <dependencyManagement>
         <dependencies>
@@ -72,7 +72,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-web</artifactId>
-            <version>2.1.3.RELEASE</version>
+            <version>2.1.4.RELEASE</version>
         </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>