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 across 1 directory with 24 updates #8171

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the janusgraph group with 24 updates in the / directory:

Package From To
org.apache.tinkerpop:tinkergraph-gremlin 3.5.6 3.7.2
org.apache.tinkerpop:gremlin-driver 3.5.6 3.7.2
org.apache.tinkerpop:gremlin-core 3.5.6 3.7.2
org.apache.tinkerpop:gremlin-groovy 3.5.6 3.7.2
org.apache.tinkerpop:gremlin-shaded 3.5.6 3.7.2
org.elasticsearch:elasticsearch 8.7.1 8.13.2
org.elasticsearch.client:elasticsearch-rest-client 8.7.1 8.13.2
co.elastic.clients:elasticsearch-java 8.7.1 8.13.2
org.janusgraph:janusgraph-core 0.6.4 1.1.0-20240430-160352.20967f7
org.janusgraph:janusgraph-inmemory 0.6.4 1.1.0-20240430-160352.20967f7
org.janusgraph:janusgraph-driver 0.6.4 1.1.0-20240430-160352.20967f7
org.janusgraph:janusgraph-berkeleyje 0.6.4 1.1.0-20240430-160352.20967f7
org.janusgraph:janusgraph-cql 0.6.4 1.1.0-20240430-160352.20967f7
org.janusgraph:janusgraph-lucene 0.6.4 1.1.0-20240430-160352.20967f7
org.janusgraph:janusgraph-es 0.6.4 1.1.0-20240430-160352.20967f7
org.janusgraph:janusgraph-hbase 0.6.4 1.1.0-20240430-160352.20967f7
com.xtdb:xtdb-core 1.24.0 1.24.3
com.xtdb:xtdb-lucene 1.24.0 1.24.3
com.xtdb:xtdb-rocksdb 1.24.0 1.24.3
com.xtdb:xtdb-lmdb 1.24.0 1.24.3
com.xtdb:xtdb-kafka 1.24.0 1.24.3
com.xtdb:xtdb-jdbc 1.24.0 1.24.3
com.xtdb:xtdb-s3 1.24.0 1.24.3
com.xtdb:xtdb-metrics 1.24.0 1.24.3

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

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]] === 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.

... (truncated)

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

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

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]] === 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.

... (truncated)

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

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

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]] === 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.

... (truncated)

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

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

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]] === 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.

... (truncated)

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

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

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]] === 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.

... (truncated)

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

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

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]] === 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.

... (truncated)

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

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

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]] === 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.

... (truncated)

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

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

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]] === 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.

... (truncated)

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

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

Changelog

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

=== TinkerPop 3.7.2 (April 8, 2024)

This release also includes changes from .

  • Deprecated ltrim() and rTrim() in favor of l_trim() and r_trim in Python.
  • Fixed bug in onCreate for mergeV() where use of the Cardinality functions was not properly handled.
  • Fixed multiple concurrent initially requests caused authentication to fail.

==== Bugs

  • TINKERPOP-2132 Authentication when using multiple threads fails
  • TINKERPOP-2359 onShutDown not being called when docker container stopped
  • TINKERPOP-2913 Ensure that if tx.commit() is called remotely it does not hang for graphs without transactions
  • TINKERPOP-3012 Wrong hashCode implementation for DetachedVertexPropert
  • TINKERPOP-3022 JavaTranslator failing for has(String, null)
  • TINKERPOP-3025 l_trim() and r_trim() missing in python
  • TINKERPOP-3026 checkAdjacentVertices is misconfigured for python in SubgraphStrategy
  • TINKERPOP-3027 Pick.any should be any_()
  • TINKERPOP-3029 Gremlin.Net: Traversal enumeration fails on .NET 8
  • TINKERPOP-3031 Bad translation for g.tx()
  • TINKERPOP-3039 Java driver won't propagate with args when using aliased client directly
  • TINKERPOP-3049 onCreate for mergeV() doesn't handle Cardinality functions
  • TINKERPOP-3054 RequestId serialization broken in Python GLV
  • TINKERPOP-3056 mergeE is updating vertices in certain conditions
  • TINKERPOP-3061 Concurrent queries will break authentication on javascript driver

==== Improvements

  • TINKERPOP-2456 Add missing tests for queries
  • TINKERPOP-2872 Inconsistency in comparing Elements in JavaScript tests
  • TINKERPOP-2995 Create Sample Applications in each GLV
  • TINKERPOP-3020 Incorrect tests
  • TINKERPOP-3021 Publish ARM64 Gremlin Console Images
  • TINKERPOP-3030 Update to .NET 8
  • TINKERPOP-3068 Make serviceName and mergedParams public for provider usage in CallStep

[[release-3-7-1]] === 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.

... (truncated)

Commits
  • c735441 TinkerPop 3,7,2 release
  • 180cf06 TinkerPop 3.7.2 release
  • 802ed4f CTR reference doc corrections
  • 22db8cf Parallel Authentication Fix (#2551)
  • ae2860d Merge branch '3.6-dev' into 3.7-dev
  • 495c3e2 TinkerPop 3.6.7 release
  • f5dc7e8 CTR netty version update in NOTICE
  • 21da9a8 Merge branch '3.6-dev' into 3.7-dev
  • 948e4ab CTR update copyright year for NOTICE to 2024
  • 70027dc Merge branch '3.6-dev' into 3.7-dev
  • Additional commits viewable in compare view

Updates org.elasticsearch:elasticsearch from 8.7.1 to 8.13.2

Release notes

Sourced from org.elasticsearch:elasticsearch's releases.

Elasticsearch 8.13.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.2.html

Elasticsearch 8.13.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.1.html

Elasticsearch 8.13.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.0.html

Elasticsearch 8.12.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.2.html

Elasticsearch 8.12.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.1.html

Elasticsearch 8.12.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.0.html

Elasticsearch 8.11.4

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.4.html

Elasticsearch 8.11.3

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.3.html

Elasticsearch 8.11.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.2.html

Elasticsearch 8.11.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.1.html

Elasticsearch 8.11.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.11/release-notes-8.11.0.html

Elasticsearch 8.10.4

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.10/release-notes-8.10.4.html

Elasticsearch 8.10.3

Downloads: https://elastic.co/downloads/elasticsearch

... (truncated)

Commits

Updates org.elasticsearch.client:elasticsearch-rest-client from 8.7.1 to 8.13.2

Release notes

Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases.

Elasticsearch 8.13.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.2.html

Elasticsearch 8.13.1

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.1.html

Elasticsearch 8.13.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.13/release-notes-8.13.0.html

Elasticsearch 8....

Description has been truncated

Bumps the janusgraph group with 24 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.apache.tinkerpop:tinkergraph-gremlin](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.2` |
| [org.apache.tinkerpop:gremlin-driver](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.2` |
| [org.apache.tinkerpop:gremlin-core](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.2` |
| [org.apache.tinkerpop:gremlin-groovy](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.2` |
| [org.apache.tinkerpop:gremlin-shaded](https://github.com/apache/tinkerpop) | `3.5.6` | `3.7.2` |
| [org.elasticsearch:elasticsearch](https://github.com/elastic/elasticsearch) | `8.7.1` | `8.13.2` |
| [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) | `8.7.1` | `8.13.2` |
| [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) | `8.7.1` | `8.13.2` |
| [org.janusgraph:janusgraph-core](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240430-160352.20967f7` |
| [org.janusgraph:janusgraph-inmemory](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240430-160352.20967f7` |
| [org.janusgraph:janusgraph-driver](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240430-160352.20967f7` |
| [org.janusgraph:janusgraph-berkeleyje](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240430-160352.20967f7` |
| [org.janusgraph:janusgraph-cql](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240430-160352.20967f7` |
| [org.janusgraph:janusgraph-lucene](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240430-160352.20967f7` |
| [org.janusgraph:janusgraph-es](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240430-160352.20967f7` |
| [org.janusgraph:janusgraph-hbase](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240430-160352.20967f7` |
| [com.xtdb:xtdb-core](https://github.com/xtdb/xtdb) | `1.24.0` | `1.24.3` |
| [com.xtdb:xtdb-lucene](https://github.com/xtdb/xtdb) | `1.24.0` | `1.24.3` |
| [com.xtdb:xtdb-rocksdb](https://github.com/xtdb/xtdb) | `1.24.0` | `1.24.3` |
| [com.xtdb:xtdb-lmdb](https://github.com/xtdb/xtdb) | `1.24.0` | `1.24.3` |
| [com.xtdb:xtdb-kafka](https://github.com/xtdb/xtdb) | `1.24.0` | `1.24.3` |
| [com.xtdb:xtdb-jdbc](https://github.com/xtdb/xtdb) | `1.24.0` | `1.24.3` |
| [com.xtdb:xtdb-s3](https://github.com/xtdb/xtdb) | `1.24.0` | `1.24.3` |
| [com.xtdb:xtdb-metrics](https://github.com/xtdb/xtdb) | `1.24.0` | `1.24.3` |



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

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

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

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

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

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

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

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

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

Updates `org.elasticsearch:elasticsearch` from 8.7.1 to 8.13.2
- [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.2)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.7.1 to 8.13.2
- [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.2)

Updates `co.elastic.clients:elasticsearch-java` from 8.7.1 to 8.13.2
- [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.2)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.7.1 to 8.13.2
- [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.2)

Updates `co.elastic.clients:elasticsearch-java` from 8.7.1 to 8.13.2
- [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.2)

Updates `org.janusgraph:janusgraph-core` from 0.6.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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.4 to 1.1.0-20240430-160352.20967f7
- [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 `com.xtdb:xtdb-core` from 1.24.0 to 1.24.3
- [Release notes](https://github.com/xtdb/xtdb/releases)
- [Commits](xtdb/xtdb@1.24.0...1.24.3)

Updates `com.xtdb:xtdb-lucene` from 1.24.0 to 1.24.3
- [Release notes](https://github.com/xtdb/xtdb/releases)
- [Commits](xtdb/xtdb@1.24.0...1.24.3)

Updates `com.xtdb:xtdb-rocksdb` from 1.24.0 to 1.24.3
- [Release notes](https://github.com/xtdb/xtdb/releases)
- [Commits](xtdb/xtdb@1.24.0...1.24.3)

Updates `com.xtdb:xtdb-lmdb` from 1.24.0 to 1.24.3
- [Release notes](https://github.com/xtdb/xtdb/releases)
- [Commits](xtdb/xtdb@1.24.0...1.24.3)

Updates `com.xtdb:xtdb-kafka` from 1.24.0 to 1.24.3
- [Release notes](https://github.com/xtdb/xtdb/releases)
- [Commits](xtdb/xtdb@1.24.0...1.24.3)

Updates `com.xtdb:xtdb-jdbc` from 1.24.0 to 1.24.3
- [Release notes](https://github.com/xtdb/xtdb/releases)
- [Commits](xtdb/xtdb@1.24.0...1.24.3)

Updates `com.xtdb:xtdb-s3` from 1.24.0 to 1.24.3
- [Release notes](https://github.com/xtdb/xtdb/releases)
- [Commits](xtdb/xtdb@1.24.0...1.24.3)

Updates `com.xtdb:xtdb-metrics` from 1.24.0 to 1.24.3
- [Release notes](https://github.com/xtdb/xtdb/releases)
- [Commits](xtdb/xtdb@1.24.0...1.24.3)

---
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
- dependency-name: com.xtdb:xtdb-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: janusgraph
- dependency-name: com.xtdb:xtdb-lucene
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: janusgraph
- dependency-name: com.xtdb:xtdb-rocksdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: janusgraph
- dependency-name: com.xtdb:xtdb-lmdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: janusgraph
- dependency-name: com.xtdb:xtdb-kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: janusgraph
- dependency-name: com.xtdb:xtdb-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: janusgraph
- dependency-name: com.xtdb:xtdb-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: janusgraph
- dependency-name: com.xtdb:xtdb-metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: janusgraph
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from mandy-chessell as a code owner May 1, 2024 03:46
@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 May 1, 2024
@dependabot dependabot bot requested a review from lpalashevski May 1, 2024 03:46
@dependabot dependabot bot requested a review from planetf1 May 1, 2024 03:46
Copy link
Contributor Author

dependabot bot commented on behalf of github May 22, 2024

Superseded by #8184.

@dependabot dependabot bot closed this May 22, 2024
@dependabot dependabot bot deleted the dependabot/gradle/janusgraph-b80eb3908d branch May 22, 2024 10:02
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.

None yet

0 participants