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>
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>