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

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

commit c71d9e531b48c30f4fe6808ed075d1ef2c4e7246
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Thu Feb 1 08:30:41 2024 -0500

    NIFI-12717 Upgraded Gremlin from 3.7.0 to 3.7.1
    
    This closes #8337
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 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 dcad76b39c..46342bb02a 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.7.0</gremlin.version>
+        <gremlin.version>3.7.1</gremlin.version>
         <janusgraph.version>0.6.3</janusgraph.version>
         <guava.version>32.1.2-jre</guava.version>
         <amqp-client.version>5.20.0</amqp-client.version>
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 4ec94094e9..224ef242de 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.7.0</gremlin.version>
+        <gremlin.version>3.7.1</gremlin.version>
     </properties>
 
     <dependencies>

Reply via email to