This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new a27af6313 ATLAS-4744: updated version of JanusGraph to 0.6.3 and
TinkerPop to 3.5.5
a27af6313 is described below
commit a27af6313faf7598046d2fccf3d8d985a3c017d7
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Mon Apr 10 13:55:41 2023 -0700
ATLAS-4744: updated version of JanusGraph to 0.6.3 and TinkerPop to 3.5.5
(cherry picked from commit 19dc92d604114095acab6e508ab967a93d0b533f)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5a77797c8..d4df84fc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -740,7 +740,7 @@
<httpcomponents-httpcore.version>4.4.13</httpcomponents-httpcore.version>
<jackson.databind.version>2.11.3</jackson.databind.version>
<jackson.version>2.11.3</jackson.version>
- <janusgraph.version>0.6.1</janusgraph.version>
+ <janusgraph.version>0.6.3</janusgraph.version>
<janusgraph.cassandra.version>0.5.3</janusgraph.cassandra.version>
<javax-inject.version>1</javax-inject.version>
<javax.servlet.version>3.1.0</javax.servlet.version>
@@ -796,7 +796,7 @@
<surefire.forkCount>2C</surefire.forkCount>
<surefire.version>3.0.0-M5</surefire.version>
<testng.version>7.0.0</testng.version>
- <tinkerpop.version>3.5.4</tinkerpop.version>
+ <tinkerpop.version>3.5.5</tinkerpop.version>
<woodstox-core.version>5.0.3</woodstox-core.version>
<zookeeper.version>3.5.7</zookeeper.version>
</properties>