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 gremlinVersion from 3.5.2 to 3.6.2 #1477

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps gremlinVersion from 3.5.2 to 3.6.2.
Updates org.apache.tinkerpop:tinkergraph-gremlin from 3.5.2 to 3.6.2

Changelog

Sourced from org.apache.tinkerpop: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

Updates org.apache.tinkerpop:gremlin-driver from 3.5.2 to 3.6.2

Changelog

Sourced from org.apache.tinkerpop: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 org.apache.tinkerpop:gremlin-core from 3.5.2 to 3.6.2

Changelog

Sourced from org.apache.tinkerpop: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 org.apache.tinkerpop:gremlin-groovy from 3.5.2 to 3.6.2

Changelog

Sourced from org.apache.tinkerpop: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 org.apache.tinkerpop:gremlin-shaded from 3.5.2 to 3.6.2

Changelog

Sourced from org.apache.tinkerpop: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

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2023

Dependabot tried to add @planetf1 as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/lcpopa/egeria/pulls/1477/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the lcpopa/egeria repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot dependabot bot force-pushed the dependabot/gradle/gremlinVersion-3.6.2 branch from 4a730f6 to be8e79a Compare March 13, 2023 09:46
Bumps `gremlinVersion` from 3.5.2 to 3.6.2.

Updates `org.apache.tinkerpop: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)

Updates `org.apache.tinkerpop: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 `org.apache.tinkerpop: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 `org.apache.tinkerpop: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 `org.apache.tinkerpop: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)

---
updated-dependencies:
- dependency-name: org.apache.tinkerpop:tinkergraph-gremlin
  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-core
  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:gremlin-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/gremlinVersion-3.6.2 branch from be8e79a to df4a1bd Compare March 20, 2023 15:16
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #1751.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/gremlinVersion-3.6.2 branch April 1, 2024 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants