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 the janusgraph group with 16 updates #1751

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the janusgraph group with 16 updates:

Package From To
org.apache.tinkerpop:tinkergraph-gremlin 3.5.6 3.7.1
org.apache.tinkerpop:gremlin-driver 3.5.6 3.7.1
org.apache.tinkerpop:gremlin-core 3.5.6 3.7.1
org.apache.tinkerpop:gremlin-groovy 3.5.6 3.7.1
org.apache.tinkerpop:gremlin-shaded 3.5.6 3.7.1
org.apache.tinkerpop:gremlin-driver 3.5.6 3.7.1
org.apache.tinkerpop:gremlin-core 3.5.6 3.7.1
org.apache.tinkerpop:gremlin-groovy 3.5.6 3.7.1
org.apache.tinkerpop:gremlin-shaded 3.5.6 3.7.1
org.elasticsearch:elasticsearch 8.7.1 8.13.0
org.elasticsearch.client:elasticsearch-rest-client 8.7.1 8.13.0
co.elastic.clients:elasticsearch-java 8.7.1 8.13.0
org.elasticsearch.client:elasticsearch-rest-client 8.7.1 8.13.0
co.elastic.clients:elasticsearch-java 8.7.1 8.13.0
org.janusgraph:janusgraph-core 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-inmemory 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-driver 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-berkeleyje 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-cql 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-lucene 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-es 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-hbase 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-inmemory 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-driver 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-berkeleyje 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-cql 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-lucene 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-es 0.6.3 1.1.0-20240328-160353.1d4e237
org.janusgraph:janusgraph-hbase 0.6.3 1.1.0-20240328-160353.1d4e237

Updates org.apache.tinkerpop:tinkergraph-gremlin from 3.5.6 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:tinkergraph-gremlin's changelog.

=== TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Updated JavaScript tests to check equality on only id and class when comparing elements for consistency with other GLVs.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()
  • TINKERPOP-3001 Gremlin Console complains about missing serializers field
  • TINKERPOP-3004 Low performance for queries with a large number of element comparisons
  • TINKERPOP-3009 SubgraphStrategy produces excessive filtering when multiple labels are filtered upon
  • TINKERPOP-3010 Move TinkerGraph specific transaction testing
  • TINKERPOP-3013 Console not sending scripts to the server when :remote console is enabled
  • TINKERPOP-3014 Dependencny jcl-over-slf4j in gremlin-core is declared but unused due to dependency conflict.
  • TINKERPOP-3016 TinkerTransactionGraph can incorrectly handle some read operations.

==== Improvements

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-driver from 3.5.6 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:gremlin-driver's changelog.

=== TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Updated JavaScript tests to check equality on only id and class when comparing elements for consistency with other GLVs.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()
  • TINKERPOP-3001 Gremlin Console complains about missing serializers field
  • TINKERPOP-3004 Low performance for queries with a large number of element comparisons
  • TINKERPOP-3009 SubgraphStrategy produces excessive filtering when multiple labels are filtered upon
  • TINKERPOP-3010 Move TinkerGraph specific transaction testing
  • TINKERPOP-3013 Console not sending scripts to the server when :remote console is enabled
  • TINKERPOP-3014 Dependencny jcl-over-slf4j in gremlin-core is declared but unused due to dependency conflict.
  • TINKERPOP-3016 TinkerTransactionGraph can incorrectly handle some read operations.

==== Improvements

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-core from 3.5.6 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:gremlin-core's changelog.

=== TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Updated JavaScript tests to check equality on only id and class when comparing elements for consistency with other GLVs.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()
  • TINKERPOP-3001 Gremlin Console complains about missing serializers field
  • TINKERPOP-3004 Low performance for queries with a large number of element comparisons
  • TINKERPOP-3009 SubgraphStrategy produces excessive filtering when multiple labels are filtered upon
  • TINKERPOP-3010 Move TinkerGraph specific transaction testing
  • TINKERPOP-3013 Console not sending scripts to the server when :remote console is enabled
  • TINKERPOP-3014 Dependencny jcl-over-slf4j in gremlin-core is declared but unused due to dependency conflict.
  • TINKERPOP-3016 TinkerTransactionGraph can incorrectly handle some read operations.

==== Improvements

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-groovy from 3.5.6 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:gremlin-groovy's changelog.

=== TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Updated JavaScript tests to check equality on only id and class when comparing elements for consistency with other GLVs.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()
  • TINKERPOP-3001 Gremlin Console complains about missing serializers field
  • TINKERPOP-3004 Low performance for queries with a large number of element comparisons
  • TINKERPOP-3009 SubgraphStrategy produces excessive filtering when multiple labels are filtered upon
  • TINKERPOP-3010 Move TinkerGraph specific transaction testing
  • TINKERPOP-3013 Console not sending scripts to the server when :remote console is enabled
  • TINKERPOP-3014 Dependencny jcl-over-slf4j in gremlin-core is declared but unused due to dependency conflict.
  • TINKERPOP-3016 TinkerTransactionGraph can incorrectly handle some read operations.

==== Improvements

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-shaded from 3.5.6 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:gremlin-shaded's changelog.

=== TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Updated JavaScript tests to check equality on only id and class when comparing elements for consistency with other GLVs.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()
  • TINKERPOP-3001 Gremlin Console complains about missing serializers field
  • TINKERPOP-3004 Low performance for queries with a large number of element comparisons
  • TINKERPOP-3009 SubgraphStrategy produces excessive filtering when multiple labels are filtered upon
  • TINKERPOP-3010 Move TinkerGraph specific transaction testing
  • TINKERPOP-3013 Console not sending scripts to the server when :remote console is enabled
  • TINKERPOP-3014 Dependencny jcl-over-slf4j in gremlin-core is declared but unused due to dependency conflict.
  • TINKERPOP-3016 TinkerTransactionGraph can incorrectly handle some read operations.

==== Improvements

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-driver from 3.5.6 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:gremlin-driver's changelog.

=== TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Updated JavaScript tests to check equality on only id and class when comparing elements for consistency with other GLVs.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()
  • TINKERPOP-3001 Gremlin Console complains about missing serializers field
  • TINKERPOP-3004 Low performance for queries with a large number of element comparisons
  • TINKERPOP-3009 SubgraphStrategy produces excessive filtering when multiple labels are filtered upon
  • TINKERPOP-3010 Move TinkerGraph specific transaction testing
  • TINKERPOP-3013 Console not sending scripts to the server when :remote console is enabled
  • TINKERPOP-3014 Dependencny jcl-over-slf4j in gremlin-core is declared but unused due to dependency conflict.
  • TINKERPOP-3016 TinkerTransactionGraph can incorrectly handle some read operations.

==== Improvements

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-core from 3.5.6 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:gremlin-core's changelog.

=== TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Updated JavaScript tests to check equality on only id and class when comparing elements for consistency with other GLVs.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()
  • TINKERPOP-3001 Gremlin Console complains about missing serializers field
  • TINKERPOP-3004 Low performance for queries with a large number of element comparisons
  • TINKERPOP-3009 SubgraphStrategy produces excessive filtering when multiple labels are filtered upon
  • TINKERPOP-3010 Move TinkerGraph specific transaction testing
  • TINKERPOP-3013 Console not sending scripts to the server when :remote console is enabled
  • TINKERPOP-3014 Dependencny jcl-over-slf4j in gremlin-core is declared but unused due to dependency conflict.
  • TINKERPOP-3016 TinkerTransactionGraph can incorrectly handle some read operations.

==== Improvements

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-groovy from 3.5.6 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:gremlin-groovy's changelog.

=== TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Updated JavaScript tests to check equality on only id and class when comparing elements for consistency with other GLVs.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()
  • TINKERPOP-3001 Gremlin Console complains about missing serializers field
  • TINKERPOP-3004 Low performance for queries with a large number of element comparisons
  • TINKERPOP-3009 SubgraphStrategy produces excessive filtering when multiple labels are filtered upon
  • TINKERPOP-3010 Move TinkerGraph specific transaction testing
  • TINKERPOP-3013 Console not sending scripts to the server when :remote console is enabled
  • TINKERPOP-3014 Dependencny jcl-over-slf4j in gremlin-core is declared but unused due to dependency conflict.
  • TINKERPOP-3016 TinkerTransactionGraph can incorrectly handle some read operations.

==== Improvements

... (truncated)

Commits
  • 05ac05d TinkerPop 3.7.1 release
  • 1454d2b Merge branch '3.6-dev' into 3.7-dev
  • a9ff025 TinkerPop 3.6.6 release
  • f5bf6f0 Merge branch '3.5-dev' into 3.6-dev
  • 600d0c2 TinkerPop 3.5.8 release
  • 515bf48 Merge branch '3.6-dev' into 3.7-dev
  • 7c06364 Merge branch '3.5-dev' into 3.6-dev
  • ba3afff CTR Fix licenses and notice files
  • ceeeaa2 Merge branch '3.6-dev' into 3.7-dev
  • 9674b1e Merge branch '3.5-dev' into 3.6-dev
  • Additional commits viewable in compare view

Updates org.apache.tinkerpop:gremlin-shaded from 3.5.6 to 3.7.1

Changelog

Sourced from org.apache.tinkerpop:gremlin-shaded's changelog.

=== TinkerPop 3.7.1 (November 20, 2023)

This release also includes changes from .

  • Added the asString(), length(), toLower(), and toUpper() steps to perform String manipulations.
  • Added Gherkin parsing support for specific string results using str[].
  • Added the trim(), lTrim(), rTrim(), and reverse() steps to perform String manipulations.
  • Added replace(), split() and substring() steps to perform String manipulations.
  • Added Scope to asString(), length(), toLower(), toUpper(), trim(), lTrim(), rTrim(), replace(), split()andsubstring()to allowString` manipulation inside incoming lists.
  • Update concat() to accept Traversal varargs.
  • Corrected concat() signatures in gremlin-dotnet, Concat() is now used instead of Concat<object>(). (breaking)
  • Update concat() to not special treat inject in arguments and use TraversalUtil.apply on it as with any other child traversals. (breaking)
  • Added format() step to perform String manipulations.
  • Checked graph features for meta-property support before trying to serialize them in VertexPropertySerializer for GraphBinary.
  • Fixed multiline query bug in console caused by upgrade to Groovy 4.
  • Added date manipulation steps asDate, dateAdd and dateDiff.
  • Added new data type DT to represent periods of time.
  • Added Gherkin support for Date.
  • Extended datetime() function to produce a current server date.
  • Added list filtering functions all and any.
  • Added list/set functions conjoin, combine, difference, disjunct, intersect, merge, and product.
  • Added getter for isStart on UnionStep.
  • Added NullVariableResolver that will quietly produce a null for each variable found when parsing with the grammar.
  • Changed the @MultiMetaProperties testing tag for Gherkin feature tests to instead be separate @MetaProperties and @MultiProperties.
  • Added agent parameter to DriverRemoteConnection options to allow a user-provided http.Agent implementation.
  • Fixed deserialization of element properties for GraphBinary.
  • Fixed bug in union() as a start step where the Path was including the starting dummy traverser.
  • Moved some TinkerGraph specific transaction tests from TransactionMultiThreadedTest to TinkerTransactionGraphTest
  • Fixed incorrect read operations in some cases for TinkerTransactionGraph.
  • Updated JavaScript tests to check equality on only id and class when comparing elements for consistency with other GLVs.
  • Improved performance for Element comparison by comparing hashCode() prior to doing more expensive checks.

==== Bugs

  • TINKERPOP-2811 ElementIdStrategy doesn't replace all references of an element's id with the specified custom id property
  • TINKERPOP-2921 Filters not working when side-effect is used with group()
  • TINKERPOP-2976 InvalidOperationException: Collection was modified in GraphBinary serialization
  • TINKERPOP-2983 Upgrade Netty for Security Reasons
  • TINKERPOP-2996 Golang Translator in core does not properly translate list arguments
  • TINKERPOP-2999 3.7.0 Remote Console Sends Incomplete Queries
  • TINKERPOP-3000 Issue with union step when using path().by()
  • TINKERPOP-3001 Gremlin Console complains about missing serializers field
  • TINKERPOP-3004 Low performance for queries with a large number of element comparisons
  • TINKERPOP-3009 SubgraphStrategy produces excessive filtering when multiple labels are filtered upon
  • TINKERPOP-3010 Move TinkerGraph specific transaction testing
  • TINKERPOP-3013 Console not sending scripts to the server when :remote console is enabled
  • TINKERPOP-3014 Dependencny jcl-over-slf4j in gremlin-core is declared but unused due to dependency conflict.
  • TINKERPOP-3016 TinkerTransactionGraph can incorrectly handle some read operations.

==== Improvements

... (truncated)

Description has been truncated

Bumps the janusgraph group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.tinkerpop:tinkergraph-gremlin](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.1` |
| [org.apache.tinkerpop:gremlin-driver](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.1` |
| [org.apache.tinkerpop:gremlin-core](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.1` |
| [org.apache.tinkerpop:gremlin-groovy](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.1` |
| [org.apache.tinkerpop:gremlin-shaded](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.1` |
| [org.apache.tinkerpop:gremlin-driver](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.1` |
| [org.apache.tinkerpop:gremlin-core](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.1` |
| [org.apache.tinkerpop:gremlin-groovy](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.1` |
| [org.apache.tinkerpop:gremlin-shaded](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.1` |
| [org.elasticsearch:elasticsearch](https://github.com/elastic/elasticsearch) | `8.7.1` | `8.13.0` |
| [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) | `8.7.1` | `8.13.0` |
| [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) | `8.7.1` | `8.13.0` |
| [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) | `8.7.1` | `8.13.0` |
| [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) | `8.7.1` | `8.13.0` |
| [org.janusgraph:janusgraph-core](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-inmemory](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-driver](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-berkeleyje](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-cql](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-lucene](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-es](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-hbase](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-inmemory](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-driver](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-berkeleyje](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-cql](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-lucene](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-es](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |
| [org.janusgraph:janusgraph-hbase](https://github.com/JanusGraph/janusgraph) | `0.6.3` | `1.1.0-20240328-160353.1d4e237` |


Updates `org.apache.tinkerpop:tinkergraph-gremlin` from 3.5.6 to 3.7.1
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.6...3.7.1)

Updates `org.apache.tinkerpop:gremlin-driver` from 3.5.6 to 3.7.1
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.6...3.7.1)

Updates `org.apache.tinkerpop:gremlin-core` from 3.5.6 to 3.7.1
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.6...3.7.1)

Updates `org.apache.tinkerpop:gremlin-groovy` from 3.5.6 to 3.7.1
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.6...3.7.1)

Updates `org.apache.tinkerpop:gremlin-shaded` from 3.5.6 to 3.7.1
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.6...3.7.1)

Updates `org.apache.tinkerpop:gremlin-driver` from 3.5.6 to 3.7.1
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.6...3.7.1)

Updates `org.apache.tinkerpop:gremlin-core` from 3.5.6 to 3.7.1
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.6...3.7.1)

Updates `org.apache.tinkerpop:gremlin-groovy` from 3.5.6 to 3.7.1
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.6...3.7.1)

Updates `org.apache.tinkerpop:gremlin-shaded` from 3.5.6 to 3.7.1
- [Changelog](https://github.com/apache/tinkerpop/blob/master/CHANGELOG.asciidoc)
- [Commits](apache/tinkerpop@3.5.6...3.7.1)

Updates `org.elasticsearch:elasticsearch` from 8.7.1 to 8.13.0
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.7.1...v8.13.0)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.7.1 to 8.13.0
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.7.1...v8.13.0)

Updates `co.elastic.clients:elasticsearch-java` from 8.7.1 to 8.13.0
- [Release notes](https://github.com/elastic/elasticsearch-java/releases)
- [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-java@v8.7.1...v8.13.0)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.7.1 to 8.13.0
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.7.1...v8.13.0)

Updates `co.elastic.clients:elasticsearch-java` from 8.7.1 to 8.13.0
- [Release notes](https://github.com/elastic/elasticsearch-java/releases)
- [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-java@v8.7.1...v8.13.0)

Updates `org.janusgraph:janusgraph-core` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-inmemory` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-driver` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-berkeleyje` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-cql` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-lucene` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-es` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-hbase` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-inmemory` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-driver` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-berkeleyje` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-cql` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-lucene` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-es` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

Updates `org.janusgraph:janusgraph-hbase` from 0.6.3 to 1.1.0-20240328-160353.1d4e237
- [Release notes](https://github.com/JanusGraph/janusgraph/releases)
- [Changelog](https://github.com/JanusGraph/janusgraph/blob/master/docs/changelog.md)
- [Commits](https://github.com/JanusGraph/janusgraph/commits)

---
updated-dependencies:
- dependency-name: org.apache.tinkerpop:tinkergraph-gremlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-groovy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-groovy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.apache.tinkerpop:gremlin-shaded
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.elasticsearch:elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: co.elastic.clients:elasticsearch-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: co.elastic.clients:elasticsearch-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-core
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-inmemory
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-driver
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-berkeleyje
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-cql
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-lucene
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-es
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-hbase
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-inmemory
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-driver
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-berkeleyje
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-cql
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-lucene
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-es
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
- dependency-name: org.janusgraph:janusgraph-hbase
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: janusgraph
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2024

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/1751/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/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #1783.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/gradle/janusgraph-f25f71af32 branch May 1, 2024 03:16
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