aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <tc012c@att.com>2018-08-30 14:31:51 -0400
committerTaka Cho <tc012c@att.com>2018-08-30 14:33:36 -0400
commit1a2706658cfe50b12b563be4f7ae1b9516308c21 (patch)
tree29d36edb2bb7e13a464ac1e78c5886813a8eda00
parent569053f68177c57e84073b1d9e8cf3892c9d82d9 (diff)
upgrade spring-boot to 2.0.4
Artifact: tomcat-embed-core Version: 8.5.31 to Version: 8.5.32 Change-Id: Id68d7a6049ebe5032e5dee7d22a07f7a9133d7b9 Issue-ID: APPC-1018 Signed-off-by: Taka Cho <tc012c@att.com>
-rw-r--r--CdtProxyService/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml
index 0db2333..e6ee3f4 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.0.3.RELEASE</version>
+ <version>2.0.4.RELEASE</version>
</parent>
<dependencyManagement>
<dependencies>