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 16 updates #8403

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2024

Bumps the janusgraph group with 16 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.15.2
org.elasticsearch.client:elasticsearch-rest-client 8.7.1 8.15.2
co.elastic.clients:elasticsearch-java 8.7.1 8.15.2
org.janusgraph:janusgraph-core 0.6.4 1.1.0-20240927-111508.73232fe
org.janusgraph:janusgraph-inmemory 0.6.4 1.1.0-20240927-111508.73232fe
org.janusgraph:janusgraph-driver 0.6.4 1.1.0-20240927-111508.73232fe
org.janusgraph:janusgraph-berkeleyje 0.6.4 1.1.0-20240927-111508.73232fe
org.janusgraph:janusgraph-cql 0.6.4 1.1.0-20240927-111508.73232fe
org.janusgraph:janusgraph-lucene 0.6.4 1.1.0-20240927-111508.73232fe
org.janusgraph:janusgraph-es 0.6.4 1.1.0-20240927-111508.73232fe
org.janusgraph:janusgraph-hbase 0.6.4 1.1.0-20240927-111508.73232fe

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.15.2

Release notes

Sourced from org.elasticsearch:elasticsearch's releases.

Elasticsearch 8.15.2

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

Elasticsearch 8.15.1

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

Elasticsearch 8.15.0

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

Elasticsearch 8.14.3

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

Elasticsearch v8.14.2

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

Elasticsearch 8.14.1

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

Elasticsearch 8.14.0

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

Elasticsearch 8.13.4

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

Elasticsearch 8.13.3

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

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

... (truncated)

Commits
  • 98adf7b (Doc+) Update example SAML blog for Okta (#112934) (#113097)
  • 479ef95 [DOCS] Fix GeoIP database rest-api-spec doc URLs (#113082) (#113092)
  • e45d880 [DOCS] Gives more details to the load data step of the semantic search tutori...
  • abf3c0f Revert "[8.15] Emit deprecation warning when executing one of the rollup APIs...
  • 6af6c75 Mute org.elasticsearch.xpack.test.rest.XPackRestIT initializationError #113071
  • 4b9c2a6 Mute org.elasticsearch.xpack.test.rest.XPackRestIT test {p0=data_stream/10_da...
  • 7ff5b7c Mute org.elasticsearch.xpack.test.rest.XPackRestIT test {p0=data_stream/10_da...
  • 05173f2 Add option to skip using _ignored_source field for synthetic source (#112963)...
  • b80b018 [8.15] Emit deprecation warning when executing one of the rollup APIs (#113042)
  • adf33e9 Revert "Mute org.elasticsearch.xpack.test.rest.XPackRestIT org.elasticsearch....
  • Additional commits viewable in compare view

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

Release notes

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

Elasticsearch 8.15.2

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

Elasticsearch 8.15.1

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

Elasticsearch 8.15.0

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

Elasticsearch 8.14.3

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

Elasticsearch v8.14.2

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

Elasticsearch 8.14.1

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

@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 Sep 27, 2024
@dependabot dependabot bot force-pushed the dependabot/gradle/janusgraph-cbfcd452b4 branch 3 times, most recently from e33b232 to aaa6f81 Compare October 4, 2024 21:18
Bumps the janusgraph group with 16 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.15.2` |
| [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) | `8.7.1` | `8.15.2` |
| [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) | `8.7.1` | `8.15.2` |
| [org.janusgraph:janusgraph-core](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240927-111508.73232fe` |
| [org.janusgraph:janusgraph-inmemory](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240927-111508.73232fe` |
| [org.janusgraph:janusgraph-driver](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240927-111508.73232fe` |
| [org.janusgraph:janusgraph-berkeleyje](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240927-111508.73232fe` |
| [org.janusgraph:janusgraph-cql](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240927-111508.73232fe` |
| [org.janusgraph:janusgraph-lucene](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240927-111508.73232fe` |
| [org.janusgraph:janusgraph-es](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240927-111508.73232fe` |
| [org.janusgraph:janusgraph-hbase](https://github.com/JanusGraph/janusgraph) | `0.6.4` | `1.1.0-20240927-111508.73232fe` |



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.15.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.15.2)

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

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

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

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

Updates `org.janusgraph:janusgraph-core` from 0.6.4 to 1.1.0-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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-20240927-111508.73232fe
- [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]>
@dependabot dependabot bot force-pushed the dependabot/gradle/janusgraph-cbfcd452b4 branch from aaa6f81 to 01e1b97 Compare October 6, 2024 20:04
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.

0 participants