[AAI-2537] [search-data-service] Update to springboot 2
[aai/search-data-service.git] / search-data-service-app / pom.xml
index a7099b1..b238d06 100644 (file)
     <parent>
         <artifactId>search-data-service</artifactId>
         <groupId>org.onap.aai</groupId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.aai.search-data-service</groupId>
     <artifactId>search-data-service-app</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.1-SNAPSHOT</version>
     <name>AAI Search Data Service Application</name>
 
     <properties>
@@ -52,7 +52,7 @@
         <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
         <sonar.projectVersion>${project.version}</sonar.projectVersion>
         <jacoco.line.coverage.limit>0.58</jacoco.line.coverage.limit>
-        <spring.boot.version>1.5.21.RELEASE</spring.boot.version>
+        <spring.boot.version>2.1.12.RELEASE</spring.boot.version>
     </properties>
 
     <dependencyManagement>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.7.8</version>
+            <!--<version>2.7.8</version>-->
         </dependency>
 
         <dependency>