<!-- 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>
 
     <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>
             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>