This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new b6802ffed8 NIFI-11598 Upgrade gremlin.version from 3.6.2 to 3.6.4
b6802ffed8 is described below

commit b6802ffed8db08d750a1d43e056bb63ba01fd720
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 bab1e92a44..8f65c936dd 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 f2add1df83..c7ffe31ff4 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>

Reply via email to