Update to springboot 1.5.18 53/74753/1
authorjimmy <jf2512@att.com>
Mon, 17 Dec 2018 18:54:36 +0000 (13:54 -0500)
committerjimmy <jf2512@att.com>
Mon, 17 Dec 2018 18:54:41 +0000 (13:54 -0500)
Issue-ID: AAI-2012
Change-Id: I536924dacad0f630f7511d9f277ac6aeda21eeff
Signed-off-by: jimmy <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index ab6121d..d223d26 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
 
        <groupId>org.onap.aai</groupId>
        <artifactId>babel</artifactId>
-       <version>1.3.2-SNAPSHOT</version>
+       <version>1.3.3-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>aai-babel</name>
@@ -42,7 +42,7 @@
 
        <properties>
                <!-- Spring boot version -->
-               <spring.boot.version>1.5.17.RELEASE</spring.boot.version>
+               <spring.boot.version>1.5.18.RELEASE</spring.boot.version>
 
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
index 0969948..78b140e 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=3
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}