Upgrade aai-graphadmin to Janusgraph 0.5.3 90/138390/1 1.14.4
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 4 Jul 2024 13:20:32 +0000 (15:20 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 4 Jul 2024 13:20:32 +0000 (15:20 +0200)
- upgrade Janusgraph (0.5.0 -> 0.5.3)
- use aai-common 1.14.4 release version (with pagination fix)

Issue-ID: AAI-3922
Change-Id: I27b823b150da91a5bf3db5b19defbd1d5ed848d8
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index db9db89..688e0dd 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-parent</artifactId>
-        <version>1.14.3</version>
+        <version>1.14.4</version>
     </parent>
     <groupId>org.onap.aai.graphadmin</groupId>
     <artifactId>aai-graphadmin</artifactId>
@@ -55,7 +55,7 @@
         <docker.push.registry>localhost:5000</docker.push.registry>
         <aai.docker.version>1.0.0</aai.docker.version>
         <aai.schema.service.version>1.12.4</aai.schema.service.version>
-        <aai.common.version>1.14.3</aai.common.version>
+        <aai.common.version>1.14.4</aai.common.version>
         <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
         </aai.build.directory>
         <aai.docker.namespace>onap</aai.docker.namespace>
         <schema.uri.base.path>/aai</schema.uri.base.path>
         <!-- End of Default ONAP Schema Properties -->
 
-        <janusgraph.version>0.5.0</janusgraph.version>
+        <janusgraph.version>0.5.3</janusgraph.version>
         <gremlin.version>3.4.13</gremlin.version>
         <micrometer.version>1.8.1</micrometer.version>
         <activemq.version>5.16.7</activemq.version>