Upgrade aai-traversal to Janusgraph 0.5.3 89/138389/1 1.14.4
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 4 Jul 2024 12:40:07 +0000 (14:40 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 4 Jul 2024 12:40:07 +0000 (14:40 +0200)
- update Janusgraph (0.5.0 -> 0.5.3)
- update aai-common to 1.14.4 (contains pagination fix)

Issue-ID: AAI-3921
Change-Id: If9ddf946a684bc29721da2bd6117e4cf417f6b26
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
aai-traversal/pom.xml
pom.xml

index b11021d..b80e1bd 100644 (file)
@@ -94,7 +94,7 @@
 
                <!-- versions -->
                <spring.boot.version>2.4.13</spring.boot.version>
-               <janusgraph.version>0.5.0</janusgraph.version>
+               <janusgraph.version>0.5.3</janusgraph.version>
                <gremlin.version>3.4.13</gremlin.version>
 
                <spring-cloud.version>2020.0.2</spring-cloud.version>
diff --git a/pom.xml b/pom.xml
index 4b399eb..3116bb1 100644 (file)
--- 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.traversal</groupId>
     <artifactId>traversal</artifactId>
@@ -41,7 +41,7 @@
             Nexus Proxy Properties and Snapshot Locations
             Ideally this can be overwritten at runtime per internal environment specific values at runtime
         -->
-        <aai.common.version>1.14.3</aai.common.version>
+        <aai.common.version>1.14.4</aai.common.version>
         <nexusproxy>https://nexus.onap.org</nexusproxy>
         <site.path>/content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version}</site.path>
         <release.path>/content/repositories/releases/</release.path>