This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new ddc1330a1a NIFI-11598 Upgrade gremlin.version from 3.6.2 to 3.6.4
ddc1330a1a is described below
commit ddc1330a1aa9aebcc65a821a68e9f7a1b95286d5
Author: siddr <[email protected]>
AuthorDate: Tue May 30 12:03:28 2023 +0530
NIFI-11598 Upgrade gremlin.version from 3.6.2 to 3.6.4
Signed-off-by: Pierre Villard <[email protected]>
This closes #7311.
---
nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml | 2 +-
nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
index b7ef9268c9..2ae2da6f43 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-graph-test-clients/pom.xml
@@ -25,7 +25,7 @@
<artifactId>nifi-graph-test-clients</artifactId>
<packaging>jar</packaging>
<properties>
- <gremlin.version>3.6.2</gremlin.version>
+ <gremlin.version>3.6.4</gremlin.version>
<janusgraph.version>0.6.3</janusgraph.version>
<guava.version>31.1-jre</guava.version>
</properties>
diff --git
a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
index d7eab90e5c..d2e5d40106 100644
--- a/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
+++ b/nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/pom.xml
@@ -19,7 +19,7 @@
<packaging>jar</packaging>
<properties>
- <gremlin.version>3.6.2</gremlin.version>
+ <gremlin.version>3.6.4</gremlin.version>
</properties>
<dependencies>
<dependency>