Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gremlin.version from 3.5.2 to 3.6.2 #7370

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2023

Bumps gremlin.version from 3.5.2 to 3.6.2.
Updates gremlin-core from 3.5.2 to 3.6.2

Changelog

Sourced from gremlin-core's changelog.

=== TinkerPop 3.6.2 (Release Date: January 16, 2023)

This release also includes changes from .

  • Fixed bug in the Gremlin grammar for parsing of empty queries.
  • Provided mechanism for provider plugins to get notified on script/query processing via GraphManager.
  • Fixed bug in select() when using multiple labels.
  • Moved Gherkin feature tests to gremlin-test resources so that they are more easily referenced by providers.
  • Made quality of life changes to semantics for mergeV/E based on initial feedback.

==== Bugs

  • TINKERPOP-2765 Race condition during script creation when using UnifiedChannelizer
  • TINKERPOP-2769 gremlin-server does not reply with a timeout response to all timed out requests
  • TINKERPOP-2771 Critical severity security vulnerabilty in commons-configuration 2.7
  • TINKERPOP-2796 High severity security vulnerability found in snakeyaml
  • TINKERPOP-2801 Incorrect deprecation notice on gremlin-python
  • TINKERPOP-2803 Incorrect count() with sample() in TinkerGraph
  • TINKERPOP-2805 No results returned for multiple labels to select()
  • TINKERPOP-2809 High severity security vulnerability found in jackson databind
  • TINKERPOP-2815 Critical security vulnerability for apache commons-text
  • TINKERPOP-2816 Gherkin test issues for implementers
  • TINKERPOP-2817 "Could not find a type identifier for the class : class java.lang.Byte" occurs when dumping graph to graphson format
  • TINKERPOP-2826 Critical security vulnerability in ivy
  • TINKERPOP-2836 Github actions do not run java driver integration tests
  • TINKERPOP-2840 Test Failures on NonDex
  • TINKERPOP-2843 Security vulnerabilities found in netty version 4.1.77
  • TINKERPOP-2849 Incorrect implementation for GraphTraversalSource.With in gremlin-go

==== Improvements

  • TINKERPOP-2471 Add logging to Gremlin.Net driver
  • TINKERPOP-2480 User agent for Gremlin drivers
  • TINKERPOP-2622 Enforce ordering semantics in feature tests
  • TINKERPOP-2696 Refactor Gherkin test framework to better handle bindings
  • TINKERPOP-2737 Dockerized Build and Test Environments
  • TINKERPOP-2772 Add Spark utility to load vertices as RDD
  • TINKERPOP-2779 Floating ConnectedComponent Feature Failures for GitHub Actions on windows
  • TINKERPOP-2785 Inability to Mock Returned Result Types in Gremlin-Go Driver
  • TINKERPOP-2792 Better exception when JavaTranslator finds a method but not the overload
  • TINKERPOP-2794 Allow cancellation of Gremlin.Net async methods
  • TINKERPOP-2804 gherkin feature files should be on the classpath
  • TINKERPOP-2806 Provide method for provider plugins to get notified on script/query processing
  • TINKERPOP-2808 Improve Compatibility on ARM machines
  • TINKERPOP-2813 Improve driver usability for cases where NoHostAvailableException is currently thrown
  • TINKERPOP-2814 Add a SSL handshake timeout configuration to the driver
  • TINKERPOP-2818 exclude mockito-core in gremlin-core [compile scope] (import by jcabi-manifests)
  • TINKERPOP-2833 TestSupport loads files too slow
  • TINKERPOP-2834 CloneVertexProgram optimization on SparkGraphComputer
  • TINKERPOP-2842 Expand GremlinScriptChecker to include request id overrides
  • TINKERPOP-2850 Modifications to mergeV/E semantics

... (truncated)

Commits
  • d653b24 TinkerPop 3.6.2 release
  • 88bab85 Merge branch '3.5-dev' into 3.6-dev
  • 692b322 TinkerPop 3.5.5 release
  • 87359bd Merge branch '3.5-dev' into 3.6-dev
  • 17336a9 exclude docker generated files from source release CTR
  • 0ab35fe Merge branch '3.5-dev' into 3.6-dev
  • 56247a3 update console NOTICE CTR
  • 4801a13 Merge branch '3.5-dev' into 3.6-dev
  • 9fde73d Merge pull request #1937 from Bit-Quill/cole/user-agent-manifest-fix
  • bcee628 Merge branch '3.5-dev' into cole/user-agent-manifest-fix
  • Additional commits viewable in compare view

Updates gremlin-driver from 3.5.2 to 3.6.2

Changelog

Sourced from gremlin-driver's changelog.

=== TinkerPop 3.6.2 (Release Date: January 16, 2023)

This release also includes changes from .

  • Fixed bug in the Gremlin grammar for parsing of empty queries.
  • Provided mechanism for provider plugins to get notified on script/query processing via GraphManager.
  • Fixed bug in select() when using multiple labels.
  • Moved Gherkin feature tests to gremlin-test resources so that they are more easily referenced by providers.
  • Made quality of life changes to semantics for mergeV/E based on initial feedback.

==== Bugs

  • TINKERPOP-2765 Race condition during script creation when using UnifiedChannelizer
  • TINKERPOP-2769 gremlin-server does not reply with a timeout response to all timed out requests
  • TINKERPOP-2771 Critical severity security vulnerabilty in commons-configuration 2.7
  • TINKERPOP-2796 High severity security vulnerability found in snakeyaml
  • TINKERPOP-2801 Incorrect deprecation notice on gremlin-python
  • TINKERPOP-2803 Incorrect count() with sample() in TinkerGraph
  • TINKERPOP-2805 No results returned for multiple labels to select()
  • TINKERPOP-2809 High severity security vulnerability found in jackson databind
  • TINKERPOP-2815 Critical security vulnerability for apache commons-text
  • TINKERPOP-2816 Gherkin test issues for implementers
  • TINKERPOP-2817 "Could not find a type identifier for the class : class java.lang.Byte" occurs when dumping graph to graphson format
  • TINKERPOP-2826 Critical security vulnerability in ivy
  • TINKERPOP-2836 Github actions do not run java driver integration tests
  • TINKERPOP-2840 Test Failures on NonDex
  • TINKERPOP-2843 Security vulnerabilities found in netty version 4.1.77
  • TINKERPOP-2849 Incorrect implementation for GraphTraversalSource.With in gremlin-go

==== Improvements

  • TINKERPOP-2471 Add logging to Gremlin.Net driver
  • TINKERPOP-2480 User agent for Gremlin drivers
  • TINKERPOP-2622 Enforce ordering semantics in feature tests
  • TINKERPOP-2696 Refactor Gherkin test framework to better handle bindings
  • TINKERPOP-2737 Dockerized Build and Test Environments
  • TINKERPOP-2772 Add Spark utility to load vertices as RDD
  • TINKERPOP-2779 Floating ConnectedComponent Feature Failures for GitHub Actions on windows
  • TINKERPOP-2785 Inability to Mock Returned Result Types in Gremlin-Go Driver
  • TINKERPOP-2792 Better exception when JavaTranslator finds a method but not the overload
  • TINKERPOP-2794 Allow cancellation of Gremlin.Net async methods
  • TINKERPOP-2804 gherkin feature files should be on the classpath
  • TINKERPOP-2806 Provide method for provider plugins to get notified on script/query processing
  • TINKERPOP-2808 Improve Compatibility on ARM machines
  • TINKERPOP-2813 Improve driver usability for cases where NoHostAvailableException is currently thrown
  • TINKERPOP-2814 Add a SSL handshake timeout configuration to the driver
  • TINKERPOP-2818 exclude mockito-core in gremlin-core [compile scope] (import by jcabi-manifests)
  • TINKERPOP-2833 TestSupport loads files too slow
  • TINKERPOP-2834 CloneVertexProgram optimization on SparkGraphComputer
  • TINKERPOP-2842 Expand GremlinScriptChecker to include request id overrides
  • TINKERPOP-2850 Modifications to mergeV/E semantics

... (truncated)

Commits
  • d653b24 TinkerPop 3.6.2 release
  • 88bab85 Merge branch '3.5-dev' into 3.6-dev
  • 692b322 TinkerPop 3.5.5 release
  • 87359bd Merge branch '3.5-dev' into 3.6-dev
  • 17336a9 exclude docker generated files from source release CTR
  • 0ab35fe Merge branch '3.5-dev' into 3.6-dev
  • 56247a3 update console NOTICE CTR
  • 4801a13 Merge branch '3.5-dev' into 3.6-dev
  • 9fde73d Merge pull request #1937 from Bit-Quill/cole/user-agent-manifest-fix
  • bcee628 Merge branch '3.5-dev' into cole/user-agent-manifest-fix
  • Additional commits viewable in compare view

Updates gremlin-shaded from 3.5.2 to 3.6.2

Changelog

Sourced from gremlin-shaded's changelog.

=== TinkerPop 3.6.2 (Release Date: January 16, 2023)

This release also includes changes from .

  • Fixed bug in the Gremlin grammar for parsing of empty queries.
  • Provided mechanism for provider plugins to get notified on script/query processing via GraphManager.
  • Fixed bug in select() when using multiple labels.
  • Moved Gherkin feature tests to gremlin-test resources so that they are more easily referenced by providers.
  • Made quality of life changes to semantics for mergeV/E based on initial feedback.

==== Bugs

  • TINKERPOP-2765 Race condition during script creation when using UnifiedChannelizer
  • TINKERPOP-2769 gremlin-server does not reply with a timeout response to all timed out requests
  • TINKERPOP-2771 Critical severity security vulnerabilty in commons-configuration 2.7
  • TINKERPOP-2796 High severity security vulnerability found in snakeyaml
  • TINKERPOP-2801 Incorrect deprecation notice on gremlin-python
  • TINKERPOP-2803 Incorrect count() with sample() in TinkerGraph
  • TINKERPOP-2805 No results returned for multiple labels to select()
  • TINKERPOP-2809 High severity security vulnerability found in jackson databind
  • TINKERPOP-2815 Critical security vulnerability for apache commons-text
  • TINKERPOP-2816 Gherkin test issues for implementers
  • TINKERPOP-2817 "Could not find a type identifier for the class : class java.lang.Byte" occurs when dumping graph to graphson format
  • TINKERPOP-2826 Critical security vulnerability in ivy
  • TINKERPOP-2836 Github actions do not run java driver integration tests
  • TINKERPOP-2840 Test Failures on NonDex
  • TINKERPOP-2843 Security vulnerabilities found in netty version 4.1.77
  • TINKERPOP-2849 Incorrect implementation for GraphTraversalSource.With in gremlin-go

==== Improvements

  • TINKERPOP-2471 Add logging to Gremlin.Net driver
  • TINKERPOP-2480 User agent for Gremlin drivers
  • TINKERPOP-2622 Enforce ordering semantics in feature tests
  • TINKERPOP-2696 Refactor Gherkin test framework to better handle bindings
  • TINKERPOP-2737 Dockerized Build and Test Environments
  • TINKERPOP-2772 Add Spark utility to load vertices as RDD
  • TINKERPOP-2779 Floating ConnectedComponent Feature Failures for GitHub Actions on windows
  • TINKERPOP-2785 Inability to Mock Returned Result Types in Gremlin-Go Driver
  • TINKERPOP-2792 Better exception when JavaTranslator finds a method but not the overload
  • TINKERPOP-2794 Allow cancellation of Gremlin.Net async methods
  • TINKERPOP-2804 gherkin feature files should be on the classpath
  • TINKERPOP-2806 Provide method for provider plugins to get notified on script/query processing
  • TINKERPOP-2808 Improve Compatibility on ARM machines
  • TINKERPOP-2813 Improve driver usability for cases where NoHostAvailableException is currently thrown
  • TINKERPOP-2814 Add a SSL handshake timeout configuration to the driver
  • TINKERPOP-2818 exclude mockito-core in gremlin-core [compile scope] (import by jcabi-manifests)
  • TINKERPOP-2833 TestSupport loads files too slow
  • TINKERPOP-2834 CloneVertexProgram optimization on SparkGraphComputer
  • TINKERPOP-2842 Expand GremlinScriptChecker to include request id overrides
  • TINKERPOP-2850 Modifications to mergeV/E semantics

... (truncated)

Commits
  • d653b24 TinkerPop 3.6.2 release
  • 88bab85 Merge branch '3.5-dev' into 3.6-dev
  • 692b322 TinkerPop 3.5.5 release
  • 87359bd Merge branch '3.5-dev' into 3.6-dev
  • 17336a9 exclude docker generated files from source release CTR
  • 0ab35fe Merge branch '3.5-dev' into 3.6-dev
  • 56247a3 update console NOTICE CTR
  • 4801a13 Merge branch '3.5-dev' into 3.6-dev
  • 9fde73d Merge pull request #1937 from Bit-Quill/cole/user-agent-manifest-fix
  • bcee628 Merge branch '3.5-dev' into cole/user-agent-manifest-fix
  • Additional commits viewable in compare view

Updates gremlin-groovy from 3.5.2 to 3.6.2

Changelog

Sourced from gremlin-groovy's changelog.

=== TinkerPop 3.6.2 (Release Date: January 16, 2023)

This release also includes changes from .

  • Fixed bug in the Gremlin grammar for parsing of empty queries.
  • Provided mechanism for provider plugins to get notified on script/query processing via GraphManager.
  • Fixed bug in select() when using multiple labels.
  • Moved Gherkin feature tests to gremlin-test resources so that they are more easily referenced by providers.
  • Made quality of life changes to semantics for mergeV/E based on initial feedback.

==== Bugs

  • TINKERPOP-2765 Race condition during script creation when using UnifiedChannelizer
  • TINKERPOP-2769 gremlin-server does not reply with a timeout response to all timed out requests
  • TINKERPOP-2771 Critical severity security vulnerabilty in commons-configuration 2.7
  • TINKERPOP-2796 High severity security vulnerability found in snakeyaml
  • TINKERPOP-2801 Incorrect deprecation notice on gremlin-python
  • TINKERPOP-2803 Incorrect count() with sample() in TinkerGraph
  • TINKERPOP-2805 No results returned for multiple labels to select()
  • TINKERPOP-2809 High severity security vulnerability found in jackson databind
  • TINKERPOP-2815 Critical security vulnerability for apache commons-text
  • TINKERPOP-2816 Gherkin test issues for implementers
  • TINKERPOP-2817 "Could not find a type identifier for the class : class java.lang.Byte" occurs when dumping graph to graphson format
  • TINKERPOP-2826 Critical security vulnerability in ivy
  • TINKERPOP-2836 Github actions do not run java driver integration tests
  • TINKERPOP-2840 Test Failures on NonDex
  • TINKERPOP-2843 Security vulnerabilities found in netty version 4.1.77
  • TINKERPOP-2849 Incorrect implementation for GraphTraversalSource.With in gremlin-go

==== Improvements

  • TINKERPOP-2471 Add logging to Gremlin.Net driver
  • TINKERPOP-2480 User agent for Gremlin drivers
  • TINKERPOP-2622 Enforce ordering semantics in feature tests
  • TINKERPOP-2696 Refactor Gherkin test framework to better handle bindings
  • TINKERPOP-2737 Dockerized Build and Test Environments
  • TINKERPOP-2772 Add Spark utility to load vertices as RDD
  • TINKERPOP-2779 Floating ConnectedComponent Feature Failures for GitHub Actions on windows
  • TINKERPOP-2785 Inability to Mock Returned Result Types in Gremlin-Go Driver
  • TINKERPOP-2792 Better exception when JavaTranslator finds a method but not the overload
  • TINKERPOP-2794 Allow cancellation of Gremlin.Net async methods
  • TINKERPOP-2804 gherkin feature files should be on the classpath
  • TINKERPOP-2806 Provide method for provider plugins to get notified on script/query processing
  • TINKERPOP-2808 Improve Compatibility on ARM machines
  • TINKERPOP-2813 Improve driver usability for cases where NoHostAvailableException is currently thrown
  • TINKERPOP-2814 Add a SSL handshake timeout configuration to the driver
  • TINKERPOP-2818 exclude mockito-core in gremlin-core [compile scope] (import by jcabi-manifests)
  • TINKERPOP-2833 TestSupport loads files too slow
  • TINKERPOP-2834 CloneVertexProgram optimization on SparkGraphComputer
  • TINKERPOP-2842 Expand GremlinScriptChecker to include request id overrides
  • TINKERPOP-2850 Modifications to mergeV/E semantics

... (truncated)

Commits
  • d653b24 TinkerPop 3.6.2 release
  • 88bab85 Merge branch '3.5-dev' into 3.6-dev
  • 692b322 TinkerPop 3.5.5 release
  • 87359bd Merge branch '3.5-dev' into 3.6-dev
  • 17336a9 exclude docker generated files from source release CTR
  • 0ab35fe Merge branch '3.5-dev' into 3.6-dev
  • 56247a3 update console NOTICE CTR
  • 4801a13 Merge branch '3.5-dev' into 3.6-dev
  • 9fde73d Merge pull request #1937 from Bit-Quill/cole/user-agent-manifest-fix
  • bcee628 Merge branch '3.5-dev' into cole/user-agent-manifest-fix
  • Additional commits viewable in compare view

Updates tinkergraph-gremlin from 3.5.2 to 3.6.2

Changelog

Sourced from tinkergraph-gremlin's changelog.

=== TinkerPop 3.6.2 (Release Date: January 16, 2023)

This release also includes changes from .

  • Fixed bug in the Gremlin grammar for parsing of empty queries.
  • Provided mechanism for provider plugins to get notified on script/query processing via GraphManager.
  • Fixed bug in select() when using multiple labels.
  • Moved Gherkin feature tests to gremlin-test resources so that they are more easily referenced by providers.
  • Made quality of life changes to semantics for mergeV/E based on initial feedback.

==== Bugs

  • TINKERPOP-2765 Race condition during script creation when using UnifiedChannelizer
  • TINKERPOP-2769 gremlin-server does not reply with a timeout response to all timed out requests
  • TINKERPOP-2771 Critical severity security vulnerabilty in commons-configuration 2.7
  • TINKERPOP-2796 High severity security vulnerability found in snakeyaml
  • TINKERPOP-2801 Incorrect deprecation notice on gremlin-python
  • TINKERPOP-2803 Incorrect count() with sample() in TinkerGraph
  • TINKERPOP-2805 No results returned for multiple labels to select()
  • TINKERPOP-2809 High severity security vulnerability found in jackson databind
  • TINKERPOP-2815 Critical security vulnerability for apache commons-text
  • TINKERPOP-2816 Gherkin test issues for implementers
  • TINKERPOP-2817 "Could not find a type identifier for the class : class java.lang.Byte" occurs when dumping graph to graphson format
  • TINKERPOP-2826 Critical security vulnerability in ivy
  • TINKERPOP-2836 Github actions do not run java driver integration tests
  • TINKERPOP-2840 Test Failures on NonDex
  • TINKERPOP-2843 Security vulnerabilities found in netty version 4.1.77
  • TINKERPOP-2849 Incorrect implementation for GraphTraversalSource.With in gremlin-go

==== Improvements

  • TINKERPOP-2471 Add logging to Gremlin.Net driver
  • TINKERPOP-2480 User agent for Gremlin drivers
  • TINKERPOP-2622 Enforce ordering semantics in feature tests
  • TINKERPOP-2696 Refactor Gherkin test framework to better handle bindings
  • TINKERPOP-2737 Dockerized Build and Test Environments
  • TINKERPOP-2772 Add Spark utility to load vertices as RDD
  • TINKERPOP-2779 Floating ConnectedComponent Feature Failures for GitHub Actions on windows
  • TINKERPOP-2785 Inability to Mock Returned Result Types in Gremlin-Go Driver
  • TINKERPOP-2792 Better exception when JavaTranslator finds a method but not the overload
  • TINKERPOP-2794 Allow cancellation of Gremlin.Net async methods
  • TINKERPOP-2804 gherkin feature files should be on the classpath
  • TINKERPOP-2806 Provide method for provider plugins to get notified on script/query processing
  • TINKERPOP-2808 Improve Compatibility on ARM machines
  • TINKERPOP-2813 Improve driver usability for cases where NoHostAvailableException is currently thrown
  • TINKERPOP-2814 Add a SSL handshake timeout configuration to the driver
  • TINKERPOP-2818 exclude mockito-core in gremlin-core [compile scope] (import by jcabi-manifests)
  • TINKERPOP-2833 TestSupport loads files too slow
  • TINKERPOP-2834 CloneVertexProgram optimization on SparkGraphComputer
  • TINKERPOP-2842 Expand GremlinScriptChecker to include request id overrides
  • TINKERPOP-2850 Modifications to mergeV/E semantics

... (truncated)

Commits
  • d653b24 TinkerPop 3.6.2 release
  • 88bab85 Merge branch '3.5-dev' into 3.6-dev
  • 692b322 TinkerPop 3.5.5 release
  • 87359bd Merge branch '3.5-dev' into 3.6-dev
  • 17336a9 exclude docker generated files from source release CTR
  • 0ab35fe Merge branch '3.5-dev' into 3.6-dev
  • 56247a3 update console NOTICE CTR
  • 4801a13 Merge branch '3.5-dev' into 3.6-dev
  • 9fde73d Merge pull request #1937 from Bit-Quill/cole/user-agent-manifest-fix
  • bcee628 Merge branch '3.5-dev' into cole/user-agent-manifest-fix
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added external-dependency Related to an external dependency (ie maven package etc). Bug or update java Pull requests that update Java code labels Feb 1, 2023
Bumps `gremlin.version` from 3.5.2 to 3.6.2.

Updates `gremlin-core` from 3.5.2 to 3.6.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.2)

Updates `gremlin-driver` from 3.5.2 to 3.6.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.2)

Updates `gremlin-shaded` from 3.5.2 to 3.6.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.2)

Updates `gremlin-groovy` from 3.5.2 to 3.6.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.2)

Updates `tinkergraph-gremlin` from 3.5.2 to 3.6.2
- [Release notes](https://github.com/apache/tinkerpop/releases)
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.2...3.6.2)

---
updated-dependencies:
- dependency-name: org.apache.tinkerpop:gremlin-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:gremlin-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:gremlin-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:gremlin-groovy
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.tinkerpop:tinkergraph-gremlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/gremlin.version-3.6.2 branch from ab14ffb to 19ea6b7 Compare February 1, 2023 10:34
@planetf1
Copy link
Member

planetf1 commented Feb 2, 2023

@ignore this minor version
see #6602

@planetf1
Copy link
Member

planetf1 commented Feb 2, 2023

@dependabot ignore this minor version

@dependabot dependabot bot closed this Feb 2, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2023

OK, I won't notify you about version 3.6.x again, unless you re-open this PR. 😢

@dependabot dependabot bot deleted the dependabot/maven/gremlin.version-3.6.2 branch February 2, 2023 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external-dependency Related to an external dependency (ie maven package etc). Bug or update java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant