Update to springboot 1.5.18 47/74747/1
authorjimmy <jf2512@att.com>
Mon, 17 Dec 2018 18:49:40 +0000 (13:49 -0500)
committerjimmy <jf2512@att.com>
Mon, 17 Dec 2018 18:50:31 +0000 (13:50 -0500)
Change-Id: Id6eb0bb763c13f853a37cb79f9328e34a3e1f07c
Issue-ID: AAI-2011
Signed-off-by: jimmy <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 3df6d3d..cdd492e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
        <groupId>org.onap.aai.model-loader</groupId>
        <artifactId>model-loader</artifactId>
        <name>aai-model-loader</name>
-       <version>1.3.1-SNAPSHOT</version>
+       <version>1.3.2-SNAPSHOT</version>
 
        <dependencyManagement>
                <dependencies>
@@ -50,7 +50,7 @@
                <start-class>org.onap.aai.modelloader.service.ModelLoaderApplication</start-class>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <docker.location>${basedir}/target</docker.location>
-               <spring-boot.version>1.5.17.RELEASE</spring-boot.version>
+               <spring-boot.version>1.5.18.RELEASE</spring-boot.version>
                <apache.commons-text.version>1.1</apache.commons-text.version>
                <commons-compress.version>1.18</commons-compress.version>
                <hamcrest-all.version>1.3</hamcrest-all.version>
index 0680934..12f4e14 100644 (file)
@@ -25,7 +25,7 @@
 
 major=1
 minor=3
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}