[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.42.0 updated (422dcae737 -> 160e1a19a9)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.42.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit 422dcae737 Bump eslint
 add c380ff7df5 upgrade Go to 1.20
 add 42a276f34f Merge pull request #2081 from Bit-Quill/valentyn/go-120
 add 0970f6dedd added profile to print warning if .glv files are missing
 add d50f416c0b Merge pull request #2004 from 
Bit-Quill/cole/missing-glv-file-warnings
 add f5139bc448 (new) (gremlin-python) improve translation (#2076)
 add 435431433a Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 in 
/gremlin-dotnet
 add 539ab88ae2 Add gremlin-java8.bat for Java 8 Windows Console users.
 add d90e6f7885 Merge pull request #2086
 add ac7b4ef5b5 CTR fix typo in python translator tests for 3.5
 add d9d43116fe Bump System.Text.Json from 7.0.2 to 7.0.3 in /gremlin-dotnet
 add 6d3d42a415 Bump Microsoft.Extensions.Logging.Abstractions in 
/gremlin-dotnet
 add 35a99f0a5e [TINKERPOP-2955] Support SSL in WebSocketClient
 add 98d24d0dc1 Merge branch 'pr-2079' into 3.5-dev
 add e2e9e9f671 TINKERPOP-2937 Prevent hang if submit() called after 
close() CTR
 add 24ef397d64 Bump actions/setup-go from 3 to 4 (#1991)
 add 1293dd8fdb Bump golang.org/x/text from 0.9.0 to 0.10.0 in /gremlin-go 
(#2093)
 add 160e1a19a9 Bump eslint

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (422dcae737)
\
 N -- N -- N   
refs/heads/dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.42.0
 (160e1a19a9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-test.yml   |  4 +--
 CHANGELOG.asciidoc |  4 +++
 .../dev/developer/development-environment.asciidoc |  2 +-
 docs/src/reference/gremlin-applications.asciidoc   |  2 +-
 docs/src/tutorials/getting-started/index.asciidoc  |  3 +-
 docs/src/upgrade/release-3.5.x.asciidoc|  4 ++-
 .../main/bin/{gremlin.bat => gremlin-java8.bat}| 24 +++--
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |  4 +--
 gremlin-dotnet/src/pom.xml | 37 
 .../Gremlin.Net.IntegrationTest.csproj |  2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj|  2 +-
 .../Gremlin.Net.UnitTest.csproj|  2 +-
 gremlin-dotnet/test/pom.xml| 33 ++
 .../gremlin/driver/simple/WebSocketClient.java | 29 +++-
 gremlin-go/README.md   |  2 +-
 gremlin-go/docker-compose.yml  |  2 +-
 gremlin-go/driver/README.md|  6 ++--
 gremlin-go/example/go.mod  |  2 +-
 gremlin-go/go.mod  |  4 +--
 gremlin-go/go.sum  | 11 ++
 gremlin-go/pom.xml | 33 ++
 .../gremlin-javascript/package-lock.json   | 12 +++
 gremlin-python/pom.xml | 33 ++
 .../main/python/gremlin_python/driver/client.py|  3 ++
 .../python/gremlin_python/process/translator.py|  8 +++--
 .../src/main/python/tests/driver/test_client.py| 11 ++
 .../main/python/tests/process/test_translator.py   | 23 +
 .../server/GremlinServerSslIntegrateTest.java  | 40 --
 .../gremlin/server/TestClientFactory.java  |  5 +++
 29 files changed, 297 insertions(+), 50 deletions(-)
 copy gremlin-console/src/main/bin/{gremlin.bat => gremlin-java8.bat} (64%)



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4 updated (018a706378 -> 6d45792b39)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard 018a706378 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in 
/gremlin-go
 add 24ef397d64 Bump actions/setup-go from 3 to 4 (#1991)
 add 1293dd8fdb Bump golang.org/x/text from 0.9.0 to 0.10.0 in /gremlin-go 
(#2093)
 add 6d45792b39 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in 
/gremlin-go

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (018a706378)
\
 N -- N -- N   
refs/heads/dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4
 (6d45792b39)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-test.yml | 2 +-
 gremlin-go/go.mod| 2 +-
 gremlin-go/go.sum| 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4 updated (2442efa4d1 -> 018a706378)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit 2442efa4d1 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in 
/gremlin-go
 add b172d2c306 Upgrade to Node 16
 add f9a020aba8 Merge pull request #2084 from Bit-Quill/cole/node-16
 add c380ff7df5 upgrade Go to 1.20
 add 42a276f34f Merge pull request #2081 from Bit-Quill/valentyn/go-120
 add 0970f6dedd added profile to print warning if .glv files are missing
 add d50f416c0b Merge pull request #2004 from 
Bit-Quill/cole/missing-glv-file-warnings
 add f5139bc448 (new) (gremlin-python) improve translation (#2076)
 add 435431433a Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 in 
/gremlin-dotnet
 add 539ab88ae2 Add gremlin-java8.bat for Java 8 Windows Console users.
 add d90e6f7885 Merge pull request #2086
 add ac7b4ef5b5 CTR fix typo in python translator tests for 3.5
 add d9d43116fe Bump System.Text.Json from 7.0.2 to 7.0.3 in /gremlin-dotnet
 add 6d3d42a415 Bump Microsoft.Extensions.Logging.Abstractions in 
/gremlin-dotnet
 add 35a99f0a5e [TINKERPOP-2955] Support SSL in WebSocketClient
 add 98d24d0dc1 Merge branch 'pr-2079' into 3.5-dev
 add e2e9e9f671 TINKERPOP-2937 Prevent hang if submit() called after 
close() CTR
 add 018a706378 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in 
/gremlin-go

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2442efa4d1)
\
 N -- N -- N   
refs/heads/dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4
 (018a706378)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-test.yml   |2 +-
 CHANGELOG.asciidoc |5 +
 .../dev/developer/development-environment.asciidoc |4 +-
 docs/src/reference/gremlin-applications.asciidoc   |2 +-
 docs/src/tutorials/getting-started/index.asciidoc  |3 +-
 docs/src/upgrade/release-3.5.x.asciidoc|4 +-
 .../main/bin/{gremlin.bat => gremlin-java8.bat}|   24 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |4 +-
 gremlin-dotnet/src/pom.xml |   37 +
 .../Gremlin.Net.IntegrationTest.csproj |2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj|2 +-
 .../Gremlin.Net.UnitTest.csproj|2 +-
 gremlin-dotnet/test/pom.xml|   33 +
 .../gremlin/driver/simple/WebSocketClient.java |   29 +-
 gremlin-go/README.md   |2 +-
 gremlin-go/docker-compose.yml  |2 +-
 gremlin-go/driver/README.md|6 +-
 gremlin-go/example/go.mod  |2 +-
 gremlin-go/go.mod  |2 +-
 gremlin-go/go.sum  |7 -
 gremlin-go/pom.xml |   33 +
 gremlin-javascript/pom.xml |4 +-
 .../javascript/gremlin-javascript/.eslintrc.js |2 +-
 .../gremlin-javascript/package-lock.json   | 4044 -
 .../javascript/gremlin-javascript/package.json |2 +-
 gremlin-python/pom.xml |   33 +
 .../main/python/gremlin_python/driver/client.py|3 +
 .../python/gremlin_python/process/translator.py|8 +-
 .../src/main/python/tests/driver/test_client.py|   11 +
 .../main/python/tests/process/test_translator.py   |   23 +
 .../server/GremlinServerSslIntegrateTest.java  |   40 +-
 .../gremlin/server/TestClientFactory.java  |5 +
 gremlint/package-lock.json | 6188 +++-
 gremlint/package.json  |2 +-
 gremlint/pom.xml   |4 +-
 gremlint/tsconfig.json |2 +-
 36 files changed, 10520 insertions(+), 58 deletions(-)
 copy gremlin-console/src/main/bin/{gremlin.bat => gremlin-java8.bat} (64%)



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/3.5-dev/web-vitals-3.3.2 updated (74a8a65425 -> 40537d80c3)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/3.5-dev/web-vitals-3.3.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard 74a8a65425 Bump web-vitals from 2.1.3 to 3.3.2 in /docs/gremlint
 add b172d2c306 Upgrade to Node 16
 add f9a020aba8 Merge pull request #2084 from Bit-Quill/cole/node-16
 add c380ff7df5 upgrade Go to 1.20
 add 42a276f34f Merge pull request #2081 from Bit-Quill/valentyn/go-120
 add 0970f6dedd added profile to print warning if .glv files are missing
 add d50f416c0b Merge pull request #2004 from 
Bit-Quill/cole/missing-glv-file-warnings
 add f5139bc448 (new) (gremlin-python) improve translation (#2076)
 add 435431433a Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 in 
/gremlin-dotnet
 add 539ab88ae2 Add gremlin-java8.bat for Java 8 Windows Console users.
 add d90e6f7885 Merge pull request #2086
 add ac7b4ef5b5 CTR fix typo in python translator tests for 3.5
 add d9d43116fe Bump System.Text.Json from 7.0.2 to 7.0.3 in /gremlin-dotnet
 add 6d3d42a415 Bump Microsoft.Extensions.Logging.Abstractions in 
/gremlin-dotnet
 add 35a99f0a5e [TINKERPOP-2955] Support SSL in WebSocketClient
 add 98d24d0dc1 Merge branch 'pr-2079' into 3.5-dev
 add e2e9e9f671 TINKERPOP-2937 Prevent hang if submit() called after 
close() CTR
 add 40537d80c3 Bump web-vitals from 2.1.3 to 3.3.2 in /docs/gremlint

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (74a8a65425)
\
 N -- N -- N   
refs/heads/dependabot/npm_and_yarn/docs/gremlint/3.5-dev/web-vitals-3.3.2 
(40537d80c3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-test.yml   |2 +-
 CHANGELOG.asciidoc |5 +
 .../dev/developer/development-environment.asciidoc |4 +-
 docs/src/reference/gremlin-applications.asciidoc   |2 +-
 docs/src/tutorials/getting-started/index.asciidoc  |3 +-
 docs/src/upgrade/release-3.5.x.asciidoc|4 +-
 .../main/bin/{gremlin.bat => gremlin-java8.bat}|   24 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |4 +-
 gremlin-dotnet/src/pom.xml |   37 +
 .../Gremlin.Net.IntegrationTest.csproj |2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj|2 +-
 .../Gremlin.Net.UnitTest.csproj|2 +-
 gremlin-dotnet/test/pom.xml|   33 +
 .../gremlin/driver/simple/WebSocketClient.java |   29 +-
 gremlin-go/README.md   |2 +-
 gremlin-go/docker-compose.yml  |2 +-
 gremlin-go/driver/README.md|6 +-
 gremlin-go/example/go.mod  |2 +-
 gremlin-go/go.mod  |2 +-
 gremlin-go/pom.xml |   33 +
 gremlin-javascript/pom.xml |4 +-
 .../javascript/gremlin-javascript/.eslintrc.js |2 +-
 .../gremlin-javascript/package-lock.json   | 4044 -
 .../javascript/gremlin-javascript/package.json |2 +-
 gremlin-python/pom.xml |   33 +
 .../main/python/gremlin_python/driver/client.py|3 +
 .../python/gremlin_python/process/translator.py|8 +-
 .../src/main/python/tests/driver/test_client.py|   11 +
 .../main/python/tests/process/test_translator.py   |   23 +
 .../server/GremlinServerSslIntegrateTest.java  |   40 +-
 .../gremlin/server/TestClientFactory.java  |5 +
 gremlint/package-lock.json | 6188 +++-
 gremlint/package.json  |2 +-
 gremlint/pom.xml   |4 +-
 gremlint/tsconfig.json |2 +-
 35 files changed, 10520 insertions(+), 51 deletions(-)
 copy gremlin-console/src/main/bin/{gremlin.bat => gremlin-java8.bat} (64%)



[tinkerpop] branch dependabot/maven/3.5-dev/org.asciidoctor-asciidoctor-maven-plugin-2.2.4 updated (c18264ad58 -> 8549b11f7b)

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.asciidoctor-asciidoctor-maven-plugin-2.2.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit c18264ad58 Bump asciidoctor-maven-plugin from 1.5.8 to 2.2.4
 add b172d2c306 Upgrade to Node 16
 add f9a020aba8 Merge pull request #2084 from Bit-Quill/cole/node-16
 add c380ff7df5 upgrade Go to 1.20
 add 42a276f34f Merge pull request #2081 from Bit-Quill/valentyn/go-120
 add 0970f6dedd added profile to print warning if .glv files are missing
 add d50f416c0b Merge pull request #2004 from 
Bit-Quill/cole/missing-glv-file-warnings
 add f5139bc448 (new) (gremlin-python) improve translation (#2076)
 add 435431433a Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 in 
/gremlin-dotnet
 add 539ab88ae2 Add gremlin-java8.bat for Java 8 Windows Console users.
 add d90e6f7885 Merge pull request #2086
 add ac7b4ef5b5 CTR fix typo in python translator tests for 3.5
 add d9d43116fe Bump System.Text.Json from 7.0.2 to 7.0.3 in /gremlin-dotnet
 add 6d3d42a415 Bump Microsoft.Extensions.Logging.Abstractions in 
/gremlin-dotnet
 add 35a99f0a5e [TINKERPOP-2955] Support SSL in WebSocketClient
 add 98d24d0dc1 Merge branch 'pr-2079' into 3.5-dev
 add e2e9e9f671 TINKERPOP-2937 Prevent hang if submit() called after 
close() CTR
 add 8549b11f7b Bump asciidoctor-maven-plugin from 1.5.8 to 2.2.4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c18264ad58)
\
 N -- N -- N   
refs/heads/dependabot/maven/3.5-dev/org.asciidoctor-asciidoctor-maven-plugin-2.2.4
 (8549b11f7b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-test.yml   |2 +-
 CHANGELOG.asciidoc |5 +
 .../dev/developer/development-environment.asciidoc |4 +-
 docs/src/reference/gremlin-applications.asciidoc   |2 +-
 docs/src/tutorials/getting-started/index.asciidoc  |3 +-
 docs/src/upgrade/release-3.5.x.asciidoc|4 +-
 .../main/bin/{gremlin.bat => gremlin-java8.bat}|   24 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |4 +-
 gremlin-dotnet/src/pom.xml |   37 +
 .../Gremlin.Net.IntegrationTest.csproj |2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj|2 +-
 .../Gremlin.Net.UnitTest.csproj|2 +-
 gremlin-dotnet/test/pom.xml|   33 +
 .../gremlin/driver/simple/WebSocketClient.java |   29 +-
 gremlin-go/README.md   |2 +-
 gremlin-go/docker-compose.yml  |2 +-
 gremlin-go/driver/README.md|6 +-
 gremlin-go/example/go.mod  |2 +-
 gremlin-go/go.mod  |2 +-
 gremlin-go/pom.xml |   33 +
 gremlin-javascript/pom.xml |4 +-
 .../javascript/gremlin-javascript/.eslintrc.js |2 +-
 .../gremlin-javascript/package-lock.json   | 4044 -
 .../javascript/gremlin-javascript/package.json |2 +-
 gremlin-python/pom.xml |   33 +
 .../main/python/gremlin_python/driver/client.py|3 +
 .../python/gremlin_python/process/translator.py|8 +-
 .../src/main/python/tests/driver/test_client.py|   11 +
 .../main/python/tests/process/test_translator.py   |   23 +
 .../server/GremlinServerSslIntegrateTest.java  |   40 +-
 .../gremlin/server/TestClientFactory.java  |5 +
 gremlint/package-lock.json | 6188 +++-
 gremlint/package.json  |2 +-
 gremlint/pom.xml   |4 +-
 gremlint/tsconfig.json |2 +-
 35 files changed, 10520 insertions(+), 51 deletions(-)
 copy gremlin-console/src/main/bin/{gremlin.bat => gremlin-java8.bat} (64%)



[tinkerpop] 01/01: Bump typescript from 4.7.4 to 4.9.5 in /gremlint

2023-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/typescript-4.9.5
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 5a2b35f1b0fad6dfd9e6e085d9850becf390742c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 16 20:01:42 2023 +

Bump typescript from 4.7.4 to 4.9.5 in /gremlint

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 
4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
---
 gremlint/package-lock.json | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gremlint/package-lock.json b/gremlint/package-lock.json
index 8a13c458c0..58c7e5bf4e 100644
--- a/gremlint/package-lock.json
+++ b/gremlint/package-lock.json
@@ -5810,9 +5810,9 @@
   }
 },
 "node_modules/typescript": {
-  "version": "4.7.4",
-  "resolved": 
"https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz";,
-  "integrity": 
"sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
+  "version": "4.9.5",
+  "resolved": 
"https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz";,
+  "integrity": 
"sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
   "dev": true,
   "bin": {
 "tsc": "bin/tsc",
@@ -10769,9 +10769,9 @@
   }
 },
 "typescript": {
-  "version": "4.7.4",
-  "resolved": 
"https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz";,
-  "integrity": 
"sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
+  "version": "4.9.5",
+  "resolved": 
"https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz";,
+  "integrity": 
"sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
   "dev": true
 },
 "union-value": {



[tinkerpop] branch dependabot/maven/3.5-dev/io.netty-netty-3.10.6.Final created (now 79d54a79e1)

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/io.netty-netty-3.10.6.Final
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 79d54a79e1 Bump netty from 3.7.1.Final to 3.10.6.Final

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.apache.maven.plugins-maven-antrun-plugin-3.1.0 deleted (was 019235f0c2)

2023-06-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.apache.maven.plugins-maven-antrun-plugin-3.1.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 019235f0c2 Bump maven-antrun-plugin from 1.8 to 3.1.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.8.0 deleted (was 074fa6ff57)

2023-06-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.8.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 074fa6ff57 Bump neo4j-kernel from 3.4.11 to 5.8.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.9.0 created (now 3ba5d72d35)

2023-06-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.9.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 3ba5d72d35 Bump neo4j-kernel from 3.4.11 to 5.9.0

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Polly-7.2.4 created (now 6ceca7a1b9)

2023-06-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Polly-7.2.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 6ceca7a1b9 Bump Polly from 7.2.3 to 7.2.4 in /gremlin-dotnet

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.Extensions.Logging.Abstractions-7.0.1 updated (8ca4643874 -> 6d3d42a415)

2023-06-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.Extensions.Logging.Abstractions-7.0.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit 8ca4643874 Bump Microsoft.Extensions.Logging.Abstractions in 
/gremlin-dotnet
 add d9d43116fe Bump System.Text.Json from 7.0.2 to 7.0.3 in /gremlin-dotnet
 add 6d3d42a415 Bump Microsoft.Extensions.Logging.Abstractions in 
/gremlin-dotnet

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8ca4643874)
\
 N -- N -- N   
refs/heads/dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.Extensions.Logging.Abstractions-7.0.1
 (6d3d42a415)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/golang.org/x/text-0.10.0 created (now df698c235c)

2023-06-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/golang.org/x/text-0.10.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at df698c235c Bump golang.org/x/text from 0.9.0 to 0.10.0 in /gremlin-go

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-7.0.3 created (now d9d43116fe)

2023-06-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-7.0.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at d9d43116fe Bump System.Text.Json from 7.0.2 to 7.0.3 in /gremlin-dotnet

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.Extensions.Logging.Abstractions-7.0.1 created (now 8ca4643874)

2023-06-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.Extensions.Logging.Abstractions-7.0.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 8ca4643874 Bump Microsoft.Extensions.Logging.Abstractions in 
/gremlin-dotnet

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.2 deleted (was 435431433a)

2023-06-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 435431433a Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 in 
/gremlin-dotnet

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/maven/3.5-dev/org.codehaus.mojo-buildnumber-maven-plugin-3.1.0 deleted (was bb8a09800d)

2023-06-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.codehaus.mojo-buildnumber-maven-plugin-3.1.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was bb8a09800d Bump buildnumber-maven-plugin from 1.4 to 3.1.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/maven/3.5-dev/org.codehaus.mojo-buildnumber-maven-plugin-3.2.0 created (now 9a195f6623)

2023-06-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.codehaus.mojo-buildnumber-maven-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 9a195f6623 Bump buildnumber-maven-plugin from 1.4 to 3.2.0

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.1 deleted (was 8dfd718fe9)

2023-06-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 8dfd718fe9 Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in 
/gremlin-dotnet

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.2 created (now 435431433a)

2023-06-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 435431433a Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.2 in 
/gremlin-dotnet

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.42.0 updated (35fc346b3a -> 422dcae737)

2023-06-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.42.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit 35fc346b3a Bump eslint
 add b172d2c306 Upgrade to Node 16
 add f9a020aba8 Merge pull request #2084 from Bit-Quill/cole/node-16
 add 422dcae737 Bump eslint

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (35fc346b3a)
\
 N -- N -- N   
refs/heads/dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.42.0
 (422dcae737)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc |1 +
 .../dev/developer/development-environment.asciidoc |2 +-
 docs/src/upgrade/release-3.5.x.asciidoc|2 +-
 gremlin-javascript/pom.xml |4 +-
 .../javascript/gremlin-javascript/.eslintrc.js |2 +-
 .../gremlin-javascript/package-lock.json   | 3959 -
 .../javascript/gremlin-javascript/package.json |2 +-
 gremlint/package-lock.json | 6188 +++-
 gremlint/package.json  |2 +-
 gremlint/pom.xml   |4 +-
 gremlint/tsconfig.json |2 +-
 11 files changed, 10146 insertions(+), 22 deletions(-)



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.41.0 deleted (was afe742f169)

2023-06-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.41.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was afe742f169 Bump eslint

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.42.0 created (now 35fc346b3a)

2023-06-05 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.42.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 35fc346b3a Bump eslint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/3.5-dev/typescript-5.0.4 deleted (was 990058fd81)

2023-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/3.5-dev/typescript-5.0.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 990058fd81 Bump typescript from 4.5.4 to 5.0.4 in /docs/gremlint

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/3.5-dev/typescript-5.1.3 created (now 18f2d257ca)

2023-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/3.5-dev/typescript-5.1.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 18f2d257ca Bump typescript from 4.5.4 to 5.1.3 in /docs/gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.1 created (now 8dfd718fe9)

2023-06-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 8dfd718fe9 Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 in 
/gremlin-dotnet

No new revisions were added by this update.



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4 created (now 2442efa4d1)

2023-05-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 2442efa4d1 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in 
/gremlin-go

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/3.5-dev/web-vitals-3.3.1 deleted (was f505d79627)

2023-05-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/3.5-dev/web-vitals-3.3.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was f505d79627 Bump web-vitals from 2.1.3 to 3.3.1 in /docs/gremlint

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/3.5-dev/web-vitals-3.3.2 created (now 74a8a65425)

2023-05-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/3.5-dev/web-vitals-3.3.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 74a8a65425 Bump web-vitals from 2.1.3 to 3.3.2 in /docs/gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.asciidoctor-asciidoctor-maven-plugin-2.2.3 deleted (was 156726fc42)

2023-05-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.asciidoctor-asciidoctor-maven-plugin-2.2.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 156726fc42 Bump asciidoctor-maven-plugin from 1.5.8 to 2.2.3

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/maven/3.5-dev/org.asciidoctor-asciidoctor-maven-plugin-2.2.4 created (now c18264ad58)

2023-05-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.asciidoctor-asciidoctor-maven-plugin-2.2.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at c18264ad58 Bump asciidoctor-maven-plugin from 1.5.8 to 2.2.4

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.40.0 deleted (was 39b542c179)

2023-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.40.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 39b542c179 Bump eslint

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.41.0 created (now afe742f169)

2023-05-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.41.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at afe742f169 Bump eslint

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.0 deleted (was 71a4d45347)

2023-05-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 71a4d45347 Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in 
/gremlin-dotnet

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.3 deleted (was ce34d4647a)

2023-05-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was ce34d4647a Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 in 
/gremlin-go

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/maven/3.5-dev/com.esotericsoftware-kryo-shaded-4.0.2 deleted (was f6a53d6abc)

2023-05-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/com.esotericsoftware-kryo-shaded-4.0.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was f6a53d6abc Bump kryo-shaded from 3.0.3 to 4.0.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/maven/3.5-dev/com.esotericsoftware-kryo-shaded-4.0.3 created (now feb1063741)

2023-05-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/com.esotericsoftware-kryo-shaded-4.0.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at feb1063741 Bump kryo-shaded from 3.0.3 to 4.0.3

No new revisions were added by this update.



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.3 created (now ce34d4647a)

2023-05-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at ce34d4647a Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 in 
/gremlin-go

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.7.0 deleted (was 3ed0266f70)

2023-05-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.7.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 3ed0266f70 Bump neo4j-kernel from 3.4.11 to 5.7.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.8.0 created (now 074fa6ff57)

2023-05-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.8.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 074fa6ff57 Bump neo4j-kernel from 3.4.11 to 5.8.0

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.0 created (now 71a4d45347)

2023-05-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 71a4d45347 Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in 
/gremlin-dotnet

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.codehaus.mojo-buildnumber-maven-plugin-3.1.0 created (now bb8a09800d)

2023-05-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.codehaus.mojo-buildnumber-maven-plugin-3.1.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at bb8a09800d Bump buildnumber-maven-plugin from 1.4 to 3.1.0

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.codehaus.mojo-buildnumber-maven-plugin-3.0.0 deleted (was 2703ef9db5)

2023-05-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.codehaus.mojo-buildnumber-maven-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 2703ef9db5 Bump buildnumber-maven-plugin from 1.4 to 3.0.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.39.0 deleted (was 94560bbb9d)

2023-05-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.39.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 was 94560bbb9d Bump eslint

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.40.0 created (now 39b542c179)

2023-05-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.40.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 39b542c179 Bump eslint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/3.5-dev/typescript-5.0.4 created (now 990058fd81)

2023-04-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/3.5-dev/typescript-5.0.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 990058fd81 Bump typescript from 4.5.4 to 5.0.4 in /docs/gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/3.5-dev/react-scripts-5.0.1 created (now f19f6dc439)

2023-04-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/3.5-dev/react-scripts-5.0.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at f19f6dc439 Bump react-scripts from 5.0.0 to 5.0.1 in /docs/gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/3.5-dev/testing-library/user-event-14.4.3 created (now 1a6b78b34c)

2023-04-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/3.5-dev/testing-library/user-event-14.4.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 1a6b78b34c Bump @testing-library/user-event from 13.5.0 to 14.4.3 in 
/docs/gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/3.5-dev/styled-components-and-types/styled-components-5.3.10 created (now 95c2e6858f)

2023-04-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/3.5-dev/styled-components-and-types/styled-components-5.3.10
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 95c2e6858f Bump styled-components and @types/styled-components in 
/docs/gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/docs/gremlint/3.5-dev/web-vitals-3.3.1 created (now f505d79627)

2023-04-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/docs/gremlint/3.5-dev/web-vitals-3.3.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at f505d79627 Bump web-vitals from 2.1.3 to 3.3.1 in /docs/gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.2 updated (fd4fc03dca -> c286aaa005)

2023-04-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit fd4fc03dca Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 in 
/gremlin-go
 add 13ec3c9f09 Bump grunt in 
/gremlin-javascript/src/main/javascript/gremlin-javascript
 add 9882982e2d Merge pull request #1957
 add 5400324bb6 Bump ws in 
/gremlin-javascript/src/main/javascript/gremlin-javascript
 add 784dff43ca Merge pull request #1988
 add 7d0f6267bc Bump eslint-config-prettier
 add 5874a9bcd7 Merge pull request #1997
 add 86bfa41535 Bump golang.org/x/text from 0.6.0 to 0.9.0 in /gremlin-go
 add 7faae18636 Merge pull request #2013
 add c286aaa005 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 in 
/gremlin-go

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fd4fc03dca)
\
 N -- N -- N   
refs/heads/dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.2
 (c286aaa005)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 gremlin-go/go.mod  |   2 +-
 gremlin-go/go.sum  |  11 +-
 .../gremlin-javascript/package-lock.json   | 140 +++--
 3 files changed, 82 insertions(+), 71 deletions(-)



[tinkerpop] branch dependabot/maven/3.5-dev/org.codehaus.mojo-buildnumber-maven-plugin-3.0.0 created (now 2703ef9db5)

2023-04-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.codehaus.mojo-buildnumber-maven-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 2703ef9db5 Bump buildnumber-maven-plugin from 1.4 to 3.0.0

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.8 updated (a50e640cd6 -> cbce911407)

2023-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit a50e640cd6 Bump prettier from 2.8.4 to 2.8.8 in /gremlint
 add 86bfa41535 Bump golang.org/x/text from 0.6.0 to 0.9.0 in /gremlin-go
 add 7faae18636 Merge pull request #2013
 add cbce911407 Bump prettier from 2.8.4 to 2.8.8 in /gremlint

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a50e640cd6)
\
 N -- N -- N   
refs/heads/dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.8 (cbce911407)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 gremlin-go/go.mod |  2 +-
 gremlin-go/go.sum | 11 +--
 2 files changed, 10 insertions(+), 3 deletions(-)



[tinkerpop] branch dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.8 updated (228818a190 -> a50e640cd6)

2023-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard 228818a190 Bump prettier from 2.8.4 to 2.8.8 in /gremlint
 add 13ec3c9f09 Bump grunt in 
/gremlin-javascript/src/main/javascript/gremlin-javascript
 add 9882982e2d Merge pull request #1957
 add 5400324bb6 Bump ws in 
/gremlin-javascript/src/main/javascript/gremlin-javascript
 add 784dff43ca Merge pull request #1988
 add 7d0f6267bc Bump eslint-config-prettier
 add 5874a9bcd7 Merge pull request #1997
 add a50e640cd6 Bump prettier from 2.8.4 to 2.8.8 in /gremlint

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (228818a190)
\
 N -- N -- N   
refs/heads/dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.8 (a50e640cd6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../gremlin-javascript/package-lock.json   | 140 +++--
 1 file changed, 72 insertions(+), 68 deletions(-)



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.8 updated (b6b41828a4 -> 87d9bfc3f5)

2023-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit b6b41828a4 Bump prettier
 add 13ec3c9f09 Bump grunt in 
/gremlin-javascript/src/main/javascript/gremlin-javascript
 add 9882982e2d Merge pull request #1957
 add 5400324bb6 Bump ws in 
/gremlin-javascript/src/main/javascript/gremlin-javascript
 add 784dff43ca Merge pull request #1988
 add 7d0f6267bc Bump eslint-config-prettier
 add 5874a9bcd7 Merge pull request #1997
 add 86bfa41535 Bump golang.org/x/text from 0.6.0 to 0.9.0 in /gremlin-go
 add 7faae18636 Merge pull request #2013
 add 87d9bfc3f5 Bump prettier

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b6b41828a4)
\
 N -- N -- N   
refs/heads/dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.8
 (87d9bfc3f5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 gremlin-go/go.mod  |   2 +-
 gremlin-go/go.sum  |  11 +-
 .../gremlin-javascript/package-lock.json   | 140 +++--
 3 files changed, 82 insertions(+), 71 deletions(-)



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.39.0 updated (8975982c19 -> 94560bbb9d)

2023-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.39.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit 8975982c19 Bump eslint
 add 7d0f6267bc Bump eslint-config-prettier
 add 5874a9bcd7 Merge pull request #1997
 add 94560bbb9d Bump eslint

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8975982c19)
\
 N -- N -- N   
refs/heads/dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.39.0
 (94560bbb9d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../src/main/javascript/gremlin-javascript/package-lock.json| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.39.0 updated (80a69f8920 -> 8975982c19)

2023-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.39.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard 80a69f8920 Bump eslint
 add 13ec3c9f09 Bump grunt in 
/gremlin-javascript/src/main/javascript/gremlin-javascript
 add 9882982e2d Merge pull request #1957
 add 5400324bb6 Bump ws in 
/gremlin-javascript/src/main/javascript/gremlin-javascript
 add 784dff43ca Merge pull request #1988
 add 8975982c19 Bump eslint

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (80a69f8920)
\
 N -- N -- N   
refs/heads/dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.39.0
 (8975982c19)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../gremlin-javascript/package-lock.json   | 194 +
 1 file changed, 121 insertions(+), 73 deletions(-)



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.2 updated (38965cc9a2 -> fd4fc03dca)

2023-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard 38965cc9a2 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 in 
/gremlin-go
 add 18173ec63f TINKERPOP-2526 Add imports to the Console via an 
ImportCustomizer.
 add 0b4a9d170d Merge pull request #1983 from Bit-Quill/ken/groovy
 add 95915dc855 Bump Groovy to 2.5.21 CTR
 add 88815dfadf TINKERPOP-2905 Always pass `logHandler` to transporter 
(#1990)
 add 4eca81bee0 TINKERPOP-2747 Separate AuthInfo struct vs AuthInfoProvider 
interface for dynamic credentials (#1989)
 add 5c836d33ae Update copyright year for NOTICE files to 2023 CTR
 add 7de21d161f Bump BenchmarkDotNet from 0.13.4 to 0.13.5 in 
/gremlin-dotnet
 add c1d5e145f0 Merge branch 
'dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.5' into 3.5-dev
 add d6973067f4 Updates Java UserAgent Error Handling
 add 8267422b1e Merge pull request #2000
 add 6ebb499ad2 fixed broken link in the-traversal.asciidoc
 add bc4e6abcd3 TINKERPOP-2902 bump snakeyaml to 2.0 and 
commons-configuration to 2.9.0
 add 78d2db2d3a Merge pull request #2008 from acoady/TINKERPOP-2902
 add 97f55968d5 Attempt to fix TINKERPOP-2918. I can only assume the first 
call to GetExecutingAssembly should have been GetEntryAssembly, whereas for the 
driverName, GetExecutingAssembly should be used (for reasons described in the 
ticket).
 add a0066d0fe1 Merge pull request #2005 from danielcweber/FixTINKERPOP-2918
 add c0e3c4f34a TINKERPOP-2919 Improve performance of FilterRankingStrategy
 add 665fa1b50c Merge branch 'TINKERPOP-2919' into 3.5-dev
 add 05f9c5b8b3 TINKERPOP-2856 Fixed regex responsible for parsing variables
 add fece764c46 TINKERPOP-2912 Improved addE() error messaging when 
traverser is not a Vertex CTR
 add deba2153bf Minor formatting CTR
 add 4855073881 TINKERPOP-2878 Updated local() docs CTR
 add 39e3a74296 TINKERPOP-2911 Fixed bug in CountStrategy around 
ConnectiveStep
 add 46f4c51aa7 Merge pull request #2016
 add 783be486b6 [TINKERPOP-2891] Improved handling for negative values in 
CountStrategy (#2021)
 add 64c3173178 TINKERPOP-2899 Changed hashCode implementation for LP/P 
traversers.
 add b77a0166be Merge pull request #2018
 add d5efc0244b TINKERPOP-2855 Refactored strategy application
 add ca96129245 TINKERPOP-2863 Update hasId step mid-traversal processing 
(#2019)
 add fbedcad986 change java codeQl to use manual build instructions
 add d31fdfbb19 Merge pull request #2035 from Bit-Quill/cole/javaCodeQl
 add 30cb6f4c5d CTR CodeQL fix - add gremlin-language back in workflow
 add 1e65523d4f TINKERPOP-2893 Remove CountStrategy optimizations for 
predicates with negative numbers
 add ad09d1de84 Merge pull request #2033
 add a02617d3c3 [TINKERPOP-2890] Avoid exceptions on local scope based 
steps where possible (#2012)
 add 2217db0d82 Bump to Groovy 2.5.22 CTR
 add fd4fc03dca Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 in 
/gremlin-go

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (38965cc9a2)
\
 N -- N -- N   
refs/heads/dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.2
 (fd4fc03dca)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql.yml   |  33 ++-
 CHANGELOG.asciidoc |  19 +++-
 NOTICE |   2 +-
 docs/src/reference/the-traversal.asciidoc  |  18 +++-
 docs/src/upgrade/release-3.5.x.asciidoc|  37 +++
 .../tinkerpop/gremlin/console/Console.groovy   |  10 +-
 .../gremlin/console/GremlinGroovysh.groovy |   2 +
 .../tinkerpop/gremlin/console/PluggedIn.groovy |  14 ++-
 gremlin-console/src/main/static/NOTICE |   4 +-
 .../remote/traversal/AbstractRemoteTraversal.java  |   5 +
 .../gremlin/process/traversal/Traversal.java   |   7 +-
 .../traversal/dsl/graph/GraphTraversal.java|  48 +-
 .../traversal/lambda/AbstractLambdaTraversal.java  |   6 ++
 .../traversal/step/map/AddEdgeStartStep.java   |   4 +-
 .../pro

[tinkerpop] branch dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.8 created (now 228818a190)

2023-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 228818a190 Bump prettier from 2.8.4 to 2.8.8 in /gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.8 created (now b6b41828a4)

2023-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at b6b41828a4 Bump prettier

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.39.0 created (now 80a69f8920)

2023-04-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.39.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 80a69f8920 Bump eslint

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.7.0 created (now 3ed0266f70)

2023-04-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.7.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 3ed0266f70 Bump neo4j-kernel from 3.4.11 to 5.7.0

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.38.0 created (now ded83188c6)

2023-04-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.38.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at ded83188c6 Bump eslint

No new revisions were added by this update.



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/golang.org/x/text-0.9.0 created (now 86bfa41535)

2023-04-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/golang.org/x/text-0.9.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 86bfa41535 Bump golang.org/x/text from 0.6.0 to 0.9.0 in /gremlin-go

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.37.0 created (now a0bd4b1023)

2023-03-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.37.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at a0bd4b1023 Bump eslint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.7 created (now e78450b05b)

2023-03-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.7
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at e78450b05b Bump prettier from 2.8.4 to 2.8.7 in /gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.7 created (now 3d92a11d1b)

2023-03-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.7
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 3d92a11d1b Bump prettier

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.6.0 created (now dedcb7b6c9)

2023-03-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.6.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at dedcb7b6c9 Bump neo4j-kernel from 3.4.11 to 5.6.0

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.5 updated (7de21d161f -> 82b5076ffc)

2023-03-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.5
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


omit 7de21d161f Bump BenchmarkDotNet from 0.13.4 to 0.13.5 in 
/gremlin-dotnet
 add bdb4c2cd2f Added Go GLV building to validate-distribution.sh (#1963)
 add a5142eeac6 Add RequestOptions to Go GLV (#1968)
 add 3c9731f374 Fix server not handling StackOverflowError in bytecode 
traversals (#1946)
 add f3e473836a CTR add warning to restrict release process on Linux only - 
TINKERPOP-2861
 add cde362d24b Bump System.Text.Json from 7.0.1 to 7.0.2 in /gremlin-dotnet
 add 230b7cc700 Merge pull request #1970 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-7.0.2
 add ef5153dbee Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 in 
/gremlin-dotnet
 add 8304ac2564 Merge pull request #1975 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.5.0
 add fb8fcb7818 CTR - add Twitch/YouTube content submission rule per dev 
list DISCUSS thread
 add 91774f6aad added images
 add 0e3034a453 Merge branch 'pr-1978' into 3.5-dev
 add 3cda9eb1b2 Added example for mocking Client and ResultSet CTR
 add 55b129cd05 updates to media CTR
 add a91b0f9606 Loosened numeric WithOptions configuration to avoid cast 
error CTR
 add 92fd7c2473 Bump prettier from 2.8.1 to 2.8.4 in /gremlint (#1965)
 add befa09d487 Bump prettier (#1964)
 add 18173ec63f TINKERPOP-2526 Add imports to the Console via an 
ImportCustomizer.
 add 0b4a9d170d Merge pull request #1983 from Bit-Quill/ken/groovy
 add 95915dc855 Bump Groovy to 2.5.21 CTR
 add 88815dfadf TINKERPOP-2905 Always pass `logHandler` to transporter 
(#1990)
 add 4eca81bee0 TINKERPOP-2747 Separate AuthInfo struct vs AuthInfoProvider 
interface for dynamic credentials (#1989)
 add 5c836d33ae Update copyright year for NOTICE files to 2023 CTR
 add 82b5076ffc Bump BenchmarkDotNet from 0.13.4 to 0.13.5 in 
/gremlin-dotnet

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7de21d161f)
\
 N -- N -- N   
refs/heads/dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.5 
(82b5076ffc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc |   7 ++
 NOTICE |   2 +-
 bin/validate-distribution.sh   |   9 ++-
 docs/src/dev/developer/for-committers.asciidoc |  38 +
 docs/src/dev/developer/release.asciidoc|   2 +-
 docs/src/reference/gremlin-applications.asciidoc   |   3 +-
 docs/src/reference/gremlin-variants.asciidoc   |  23 --
 docs/static/images/arm-support.png | Bin 0 -> 61409 bytes
 docs/static/images/docker-gremlin.png  | Bin 0 -> 82817 bytes
 docs/static/images/gremlin-questions.png   | Bin 0 -> 133732 bytes
 docs/static/images/gremlin-raising-hand.png| Bin 0 -> 109930 bytes
 .../images/gremlin-running-high-resolution.png | Bin 0 -> 96821 bytes
 .../images/gremlin-standing-high-resolution.png| Bin 0 -> 96522 bytes
 docs/static/images/user-agent.png  | Bin 0 -> 271235 bytes
 .../tinkerpop/gremlin/console/Console.groovy   |  10 ++-
 .../gremlin/console/GremlinGroovysh.groovy |   2 +
 .../tinkerpop/gremlin/console/PluggedIn.groovy |  14 +++-
 gremlin-console/src/main/static/NOTICE |   4 +-
 gremlin-dotnet/NOTICE  |   2 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |   2 +-
 .../Gremlin.Net.IntegrationTest.csproj |   2 +-
 .../Gremlin.Net.Template.IntegrationTest.csproj|   2 +-
 .../Gremlin.Net.UnitTest.csproj|   2 +-
 .../driver/remote/DriverRemoteConnection.java  |   4 +-
 gremlin-driver/src/main/static/NOTICE  |   2 +-
 .../tinkerpop/gremlin/driver/MockClientTest.java   |  55 +
 .../driver/remote/DriverRemoteConnectionTest.java  |  10 +++
 .../org.mockito.plugins.MockMaker  |   1 +
 gremlin-go/NOTICE  |   2 +-
 gremlin-go/driver/authInfo.go  |  52 +++--
 gremlin-go/driver/cli

[tinkerpop] branch dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.6 created (now d68e017b76)

2023-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.6
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at d68e017b76 Bump prettier from 2.8.4 to 2.8.6 in /gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.6 created (now ba869e6848)

2023-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.6
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at ba869e6848 Bump prettier

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-config-prettier-8.8.0 created (now 7d0f6267bc)

2023-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-config-prettier-8.8.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 7d0f6267bc Bump eslint-config-prettier

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.asciidoctor-asciidoctor-maven-plugin-2.2.3 created (now 156726fc42)

2023-03-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.asciidoctor-asciidoctor-maven-plugin-2.2.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 156726fc42 Bump asciidoctor-maven-plugin from 1.5.8 to 2.2.3

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.5 created (now b5f97357fa)

2023-03-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.5
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at b5f97357fa Bump prettier from 2.8.4 to 2.8.5 in /gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.5 created (now 60e0eba8f9)

2023-03-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.5
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 60e0eba8f9 Bump prettier

No new revisions were added by this update.



[tinkerpop] branch dependabot/github_actions/3.5-dev/actions/setup-go-4 created (now 578f5eac30)

2023-03-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/github_actions/3.5-dev/actions/setup-go-4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 578f5eac30 Bump actions/setup-go from 3 to 4

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/ws-8.13.0 created (now 5400324bb6)

2023-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/ws-8.13.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 5400324bb6 Bump ws in 
/gremlin-javascript/src/main/javascript/gremlin-javascript

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.36.0 created (now 6003b1efa4)

2023-03-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.36.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 6003b1efa4 Bump eslint

No new revisions were added by this update.



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/golang.org/x/text-0.8.0 created (now 7d8750cfbc)

2023-03-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/golang.org/x/text-0.8.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 7d8750cfbc Bump golang.org/x/text from 0.6.0 to 0.8.0 in /gremlin-go

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-config-prettier-8.7.0 created (now ce2e65a0b8)

2023-03-06 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-config-prettier-8.7.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at ce2e65a0b8 Bump eslint-config-prettier

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.apache.maven.plugins-maven-antrun-plugin-3.1.0 created (now 019235f0c2)

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.apache.maven.plugins-maven-antrun-plugin-3.1.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 019235f0c2 Bump maven-antrun-plugin from 1.8 to 3.1.0

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.35.0 created (now 60121ce02d)

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.35.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 60121ce02d Bump eslint

No new revisions were added by this update.



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.2 created (now 38965cc9a2)

2023-02-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 38965cc9a2 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 in 
/gremlin-go

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-config-prettier-8.6.0 updated (2aea9af1ca -> da25d01a2d)

2023-02-24 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-config-prettier-8.6.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard 2aea9af1ca Bump eslint-config-prettier
 add 2c63a41e22 [TINKERPOP-2849] fix for GraphTraversalSource.With (#1917)
 add fb7d0cc1b5 Add default LICENSE and NOTICE files for gremlin-go. (#1922)
 add 4cd47343e8 Bump Moq from 4.18.3 to 4.18.4 in /gremlin-dotnet
 add 6923cb96e6 Merge branch 
'dependabot/nuget/gremlin-dotnet/3.5-dev/Moq-4.18.4' into 3.5-dev
 add 18e292a377 Bump gherkin from 26.0.1 to 26.0.2 in /gremlin-dotnet
 add 2e8246723d Merge branch 
'dependabot/nuget/gremlin-dotnet/3.5-dev/gherkin-26.0.2' into 3.5-dev
 add fa8518855b Bump BenchmarkDotNet from 0.13.2 to 0.13.3 in 
/gremlin-dotnet
 add ada82b8025 Merge branch 
'dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.3' into 3.5-dev
 add a2f629ef06 TINKERPOP-2842 Parsed requestId in GremlinScriptChecker
 add 0adaa5ff81 Merge branch 'TINKERPOP-2842' into 3.5-dev
 add db845d5cad TINKERPOP-2816 Fixed test semantics to account for lack of 
ordering guarantees CTR
 add f947ac6ab0 Added note about changes in parameterization 
recommendations CTR
 add e2af01c078 Bump gherkin from 26.0.2 to 26.0.3 in /gremlin-dotnet
 add 41591f76e3 Merge pull request #1930 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/gherkin-26.0.3
 add 43edc09667 Added extra assertions in tests CTR
 add b8e6b2827d Alphabetize variants CTR
 add 282a91814d Improved handling of cases where Gremlin Version is not 
available
 add e062140603 TINKERPOP-2847 Compare and store request UUIDs as lower 
case strings in gremlin-javascript.
 add 3992be1f29 Merge pull request #1940 from Bit-Quill/ken/TINKERPOP-2847
 add bcee628865 Merge branch '3.5-dev' into cole/user-agent-manifest-fix
 add 9fde73d1c0 Merge pull request #1937 from 
Bit-Quill/cole/user-agent-manifest-fix
 add 56247a30df update console NOTICE CTR
 add 17336a9244 exclude docker generated files from source release CTR
 add 692b322304 TinkerPop 3.5.5 release
 add 14fea3ae8c Update upgrade docs post-release CTR
 add d30d34a1fd Add missing links to upgrade docs CTR
 add 9b58395219 bump to 3.5.6-SNAPSHOT CTR
 add e6c9db1053 Bump BenchmarkDotNet from 0.13.3 to 0.13.4 in 
/gremlin-dotnet
 add 658ed525ca Merge pull request #1942 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.4
 add b8d91efb45 Documentation updates CTR
 add 5f2ff7715f Adds CodeQL vulnerability scanning to Github Actions (#1947)
 add 1346977c91 Bump golang.org/x/text from 0.5.0 to 0.6.0 in /gremlin-go 
(#1932)
 add cd70be2923 Bump github.com/cucumber/godog from 0.12.5 to 0.12.6 in 
/gremlin-go (#1931)
 add b6002232e5 added badges linking to GLV repository pages
 add 79a01c1544 Merge pull request #1966 from Bit-Quill/cole/addBadges
 add 12ca0a246f patch: Fixing generateUserAgent() to handle null and 
undefined properly
 add 7d64d34eab patch: Small refactoring
 add a4f6ad17ff Merge pull request #1960 from 
iAmmarTahir/fix/gremlin-js-null-check
 add d9abdb0fd9 TINKERPOP-2810 allow newer aiohttp versions
 add 2141f42135 Merge pull request #1958 from 
phillipuniverse/backport-relax-aiohttp
 add 36d2962f39 Throw explaining exception when reading unsupported 
GraphBinary type
 add 0e9f24d3c2 Merge pull request #1941 from tormodhau/TINKERPOP-2853
 add 0473b010c2 use aiohttp less then 4.0.0
 add 2f0848f88b changelog entry for aiohttp version relax
 add 9fca27c016 Added example for mocking GraphTraversal CTR
 add a6c53350a3 TINKERPOP-2865 Inject partition steps after last has in 
chain
 add e6e07d6acf Merge branch 'TINKERPOP-2865' into 3.5-dev
 add 8e059851a0 TINKERPOP-2857 add GraphFilter support for 
GraphSONRecordReader
 add 25e33fd02b Merge branch 'pr-1949' into 3.5-dev
 add e19ca3b3f2 Updated changelog based on TINKERPOP-2857 CTR
 add d91bd86089 Update pypi release setup given new use of API tokens by 
PyPI CTR
 add bdb4c2cd2f Added Go GLV building to validate-distribution.sh (#1963)
 add a5142eeac6 Add RequestOptions to Go GLV (#1968)
 add 3c9731f374 Fix server not handling StackOverflowError in bytecode 
traversals (#1946)
 add f3e473836a CTR add warning to restrict release process on Linux only - 
TINKERPOP-2861
 add cde362d24b Bump System.Text.Json from 7.0.1 to 7.0.2 in /gremlin-dotnet
 add 230b7cc700 Merge pull request #1970 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-7.0.2
 add ef5153dbee Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 in 
/gremlin-dotnet
 add 8304ac2564 Merge pull request #1975 from 
apache

[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.5.0 created (now ef5153dbee)

2023-02-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.5.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at ef5153dbee Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 in 
/gremlin-dotnet

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.5 created (now 7de21d161f)

2023-02-20 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.5
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 7de21d161f Bump BenchmarkDotNet from 0.13.4 to 0.13.5 in 
/gremlin-dotnet

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.5.0 created (now 5280a05cc8)

2023-02-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.5.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 5280a05cc8 Bump neo4j-kernel from 3.4.11 to 5.5.0

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/ws-8.12.1 created (now b7e40b032c)

2023-02-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/ws-8.12.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at b7e40b032c Bump ws in 
/gremlin-javascript/src/main/javascript/gremlin-javascript

No new revisions were added by this update.



[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-7.0.2 created (now cde362d24b)

2023-02-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-7.0.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at cde362d24b Bump System.Text.Json from 7.0.1 to 7.0.2 in /gremlin-dotnet

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.34.0 created (now f5e78c05d3)

2023-02-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.34.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at f5e78c05d3 Bump eslint

No new revisions were added by this update.



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/golang.org/x/text-0.7.0 created (now b12e968460)

2023-02-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/golang.org/x/text-0.7.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at b12e968460 Bump golang.org/x/text from 0.6.0 to 0.7.0 in /gremlin-go

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.4 created (now 99b13cce7a)

2023-02-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/prettier-2.8.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 99b13cce7a Bump prettier from 2.8.1 to 2.8.4 in /gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.4 created (now cdac61c7f9)

2023-02-08 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.4
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at cdac61c7f9 Bump prettier

No new revisions were added by this update.



[tinkerpop] branch dependabot/go_modules/gremlin-go/3.5-dev/github.com/cucumber/godog-0.12.6 updated (8e2fa81b3f -> 0b786b332c)

2023-02-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/gremlin-go/3.5-dev/github.com/cucumber/godog-0.12.6
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard 8e2fa81b3f Bump github.com/cucumber/godog from 0.12.5 to 0.12.6 in 
/gremlin-go
 add f947ac6ab0 Added note about changes in parameterization 
recommendations CTR
 add e2af01c078 Bump gherkin from 26.0.2 to 26.0.3 in /gremlin-dotnet
 add 41591f76e3 Merge pull request #1930 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/gherkin-26.0.3
 add 43edc09667 Added extra assertions in tests CTR
 add b8e6b2827d Alphabetize variants CTR
 add 282a91814d Improved handling of cases where Gremlin Version is not 
available
 add e062140603 TINKERPOP-2847 Compare and store request UUIDs as lower 
case strings in gremlin-javascript.
 add 3992be1f29 Merge pull request #1940 from Bit-Quill/ken/TINKERPOP-2847
 add bcee628865 Merge branch '3.5-dev' into cole/user-agent-manifest-fix
 add 9fde73d1c0 Merge pull request #1937 from 
Bit-Quill/cole/user-agent-manifest-fix
 add 56247a30df update console NOTICE CTR
 add 17336a9244 exclude docker generated files from source release CTR
 add 692b322304 TinkerPop 3.5.5 release
 add 14fea3ae8c Update upgrade docs post-release CTR
 add d30d34a1fd Add missing links to upgrade docs CTR
 add 9b58395219 bump to 3.5.6-SNAPSHOT CTR
 add e6c9db1053 Bump BenchmarkDotNet from 0.13.3 to 0.13.4 in 
/gremlin-dotnet
 add 658ed525ca Merge pull request #1942 from 
apache/dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.4
 add b8d91efb45 Documentation updates CTR
 add 5f2ff7715f Adds CodeQL vulnerability scanning to Github Actions (#1947)
 add 1346977c91 Bump golang.org/x/text from 0.5.0 to 0.6.0 in /gremlin-go 
(#1932)
 add 0b786b332c Bump github.com/cucumber/godog from 0.12.5 to 0.12.6 in 
/gremlin-go

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8e2fa81b3f)
\
 N -- N -- N   
refs/heads/dependabot/go_modules/gremlin-go/3.5-dev/github.com/cucumber/godog-0.12.6
 (0b786b332c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/codeql.yml   |   99 +
 CHANGELOG.asciidoc |   45 +-
 .../dev/developer/development-environment.asciidoc |3 +
 docs/src/dev/developer/release.asciidoc|   33 +-
 docs/src/reference/gremlin-applications.asciidoc   |9 +-
 docs/src/reference/gremlin-variants.asciidoc   | 2726 ++--
 docs/src/upgrade/release-3.5.x.asciidoc|   32 +-
 gremlin-archetype/gremlin-archetype-dsl/pom.xml|2 +-
 gremlin-archetype/gremlin-archetype-server/pom.xml |2 +-
 .../gremlin-archetype-tinkergraph/pom.xml  |2 +-
 gremlin-archetype/pom.xml  |2 +-
 gremlin-console/bin/gremlin.sh |2 +-
 gremlin-console/pom.xml|2 +-
 gremlin-console/src/main/static/NOTICE |2 +-
 gremlin-core/pom.xml   |2 +-
 .../org/apache/tinkerpop/gremlin/util/Gremlin.java |   11 +-
 gremlin-dotnet/pom.xml |2 +-
 .../Gremlin.Net.Template.csproj|2 +-
 .../Gremlin.Net.Template.nuspec|2 +-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |2 +-
 gremlin-dotnet/src/pom.xml |2 +-
 .../Gremlin.Net.Benchmarks.csproj  |2 +-
 .../Gremlin.Net.IntegrationTest.csproj |2 +-
 gremlin-dotnet/test/pom.xml|2 +-
 gremlin-driver/pom.xml |2 +-
 .../apache/tinkerpop/gremlin/driver/UserAgent.java |   41 +-
 gremlin-go/driver/result.go|   10 +-
 gremlin-go/go.mod  |2 +-
 gremlin-go/go.sum  |4 +-
 gremlin-go/pom.xml |2 +-
 gremlin-groovy/pom.xml |2 +-
 gremlin-javascript/pom.xml |2 +-
 .../gremlin-javascript/lib/driver/connection.js|   10 +-
 .../javascript/gremlin-javascript/lib/utils.js |9 +-
 .../gremli

[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/grunt-1.6.1 created (now 13ec3c9f09)

2023-02-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/grunt-1.6.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 13ec3c9f09 Bump grunt in 
/gremlin-javascript/src/main/javascript/gremlin-javascript

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlint/3.5-dev/typescript-4.9.5 created (now 3fb9b3991c)

2023-01-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlint/3.5-dev/typescript-4.9.5
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 3fb9b3991c Bump typescript from 4.7.4 to 4.9.5 in /gremlint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.33.0 created (now 77c80a3c7e)

2023-01-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/eslint-8.33.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 77c80a3c7e Bump eslint

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/grunt-1.6.0 created (now 3b6de3e068)

2023-01-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/grunt-1.6.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 3b6de3e068 Bump grunt in 
/gremlin-javascript/src/main/javascript/gremlin-javascript

No new revisions were added by this update.



[tinkerpop] branch dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.4.0 created (now ce5eea74b4)

2023-01-26 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/3.5-dev/org.neo4j-neo4j-kernel-5.4.0
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at ce5eea74b4 Bump neo4j-kernel from 3.4.11 to 5.4.0

No new revisions were added by this update.



[tinkerpop] branch dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.3 created (now 8db588fa05)

2023-01-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/gremlin-javascript/src/main/javascript/gremlin-javascript/3.5-dev/prettier-2.8.3
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


  at 8db588fa05 Bump prettier

No new revisions were added by this update.



<    5   6   7   8   9   10   11   12   13   >