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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 400d875f8b00a55bae9bb0d1de6d8c194327972d
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>
    (cherry picked from commit c71d9e531b48c30f4fe6808ed075d1ef2c4e7246)
---
 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 2ba609f9ab..c4ac9ca780 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 1aa3a35620..b0566ddf5a 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>
         <dependency>

Reply via email to