aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-04-25 08:13:23 -0400
committerTaka Cho <takamune.cho@att.com>2019-04-25 08:14:10 -0400
commitcea6e5d971f42590491ff8253ddc60fb2f0a2597 (patch)
tree27c726fc6985c414878149da14513c0c7ead6ab9
parent6626192a480fcfc9024b8366e5a5ebec61389dbf (diff)
upgrade spring-boot-starter-web
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>
-rw-r--r--CdtProxyService/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml
index 4f05c1a..679da45 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.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>