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

mthomsen 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 061f3a1380 NIFI-11429 - Upgrade Gremlin to 3.6.2
061f3a1380 is described below

commit 061f3a13805375666550d1ef5e0e62c2e237aa1b
Author: Pierre Villard <[email protected]>
AuthorDate: Mon Apr 10 22:54:21 2023 +0300

    NIFI-11429 - Upgrade Gremlin to 3.6.2
    
    This closes #7160
    
    Signed-off-by: Mike Thomsen <[email protected]>
---
 .../nifi-graph-bundle/nifi-graph-test-clients/pom.xml             | 8 +++++++-
 .../nifi-graph-bundle/nifi-other-graph-services/pom.xml           | 8 +++++++-
 2 files changed, 14 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 5d8a3392fd..65d1059d84 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.4.13</gremlin.version>
+        <gremlin.version>3.6.2</gremlin.version>
     </properties>
     <dependencyManagement>
         <dependencies>
@@ -34,6 +34,12 @@
                 <groupId>org.apache.tinkerpop</groupId>
                 <artifactId>gremlin-core</artifactId>
                 <version>${gremlin.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>commons-logging</groupId>
+                        <artifactId>commons-logging</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.tinkerpop</groupId>
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 883bf18035..82670b0e22 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.4.13</gremlin.version>
+        <gremlin.version>3.6.2</gremlin.version>
     </properties>
     <dependencies>
         <dependency>
@@ -103,6 +103,12 @@
             <groupId>org.apache.tinkerpop</groupId>
             <artifactId>gremlin-core</artifactId>
             <version>${gremlin.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.tinkerpop</groupId>

Reply via email to