Upversion for CMR and dependency upgrades 14/74514/1
authorjimmy <jf2512@att.com>
Tue, 11 Dec 2018 16:45:31 +0000 (11:45 -0500)
committerjimmy <jf2512@att.com>
Tue, 11 Dec 2018 16:45:55 +0000 (11:45 -0500)
Change-Id: Ic11ec887cff2a8614bc3d8572c21511fd74faa81
Issue-ID: AAI-1898
Signed-off-by: jimmy <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 331888d..9902099 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.graphadmin</groupId>
     <artifactId>aai-graphadmin</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
 
     <properties>
 
@@ -46,7 +46,7 @@
         <skip.integration.tests>true</skip.integration.tests>
         <!-- End of Test Related Properties -->
 
-        <spring.boot.version>1.5.15.RELEASE</spring.boot.version>
+        <spring.boot.version>1.5.18.RELEASE</spring.boot.version>
 
         <!-- Start of Sonar Related Properties -->
         <sonar.language>java</sonar.language>
         <gson.version>2.7</gson.version>
         <json.version>20090211</json.version>
 
-        <aai.core.version>1.3.3</aai.core.version>
-        <aai.schema.version>1.3.3</aai.schema.version>
+        <aai.core.version>1.3.4</aai.core.version>
+        <aai.schema.version>1.3.4</aai.schema.version>
 
         <netty.handler.version>4.1.9.Final</netty.handler.version>
         <netty.version>4.0.56.Final</netty.version>
 
-        <spring.test.version>4.3.6.RELEASE</spring.test.version>
+        <spring.test.version>4.3.21.RELEASE</spring.test.version>
 
         <cxf.version>3.2.2</cxf.version>
 
         <eclipse.persistence.version>2.6.2</eclipse.persistence.version>
         <dmaap.client.version>0.2.12</dmaap.client.version>
 
-        <springframework.version>4.3.4.RELEASE</springframework.version>
-        <spring.jms.version>4.3.2.RELEASE</spring.jms.version>
-        <spring.security.version>1.0.3.RELEASE</spring.security.version>
+        <springframework.version>4.3.21.RELEASE</springframework.version>
+        <spring.jms.version>4.3.21.RELEASE</spring.jms.version>
+        <spring.security.version>1.0.8.RELEASE</spring.security.version>
 
         <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
         <junit.version>4.12</junit.version>
                   due to the fact that the plugin 1.5.15.RELEASE was built using maven 3.5 while
                   the current build version being used by our jenkins is 3.3.9
                 -->
-                <version>1.5.12.RELEASE</version>
+                <version>1.5.18.RELEASE</version>
                 <configuration>
                     <mainClass>${start-class}</mainClass>
                     <layout>ZIP</layout>