This is an automated email from the ASF dual-hosted git repository. pinal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push: new 2989e4c26 ATLAS-4728: Upgrade tinkerpop to 3.5.4 2989e4c26 is described below commit 2989e4c265c54eb5aa5cc3837e7742af578139eb Author: vinayak.marraiya <vinayak.marra...@cloudera.com> AuthorDate: Tue Jan 31 17:45:27 2023 +0530 ATLAS-4728: Upgrade tinkerpop to 3.5.4 Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 44e827ac1..534e646eb 100644 --- a/pom.xml +++ b/pom.xml @@ -803,7 +803,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.2</tinkerpop.version> + <tinkerpop.version>3.5.4</tinkerpop.version> <woodstox-core.version>5.0.3</woodstox-core.version> <zookeeper.version>3.5.7</zookeeper.version> </properties>