You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2021/06/17 11:26:00 UTC

[tinkerpop] branch dependabot/nuget/gremlin-dotnet/3.5-dev/xunit-2.4.1 updated (3434e8f -> 8b88fce)

This is an automated email from the ASF dual-hosted git repository.

florianhockmann pushed a change to branch dependabot/nuget/gremlin-dotnet/3.5-dev/xunit-2.4.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


 discard 3434e8f  Use specialized xUnit assertions
 discard c28a7f3  Bump xunit from 2.2.0 to 2.4.1 in /gremlin-dotnet
     add d57c58b  Fixed docker image related to python build failures given an underlying push to pypi CTR
     add ee8ba14  Merge branch '3.4-dev' into 3.5-dev
     add 9f4bc96  Bump Microsoft.CSharp from 4.3.0 to 4.7.0 in /gremlin-dotnet
     add 87b29de  Merge branch 'dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.CSharp-4.7.0' into 3.5-dev
     add cd80f5e  Bump BenchmarkDotNet from 0.12.1 to 0.13.0 in /gremlin-dotnet
     add 711f3eb  Merge branch 'dependabot/nuget/gremlin-dotnet/3.5-dev/BenchmarkDotNet-0.13.0' into 3.5-dev
     add 39b5d55  TINKERPOP-2577 Remove unused coverage packages
     add b28d804  TINKERPOP-2577 Remove unneeded xUnit tools
     add 4c7b2dc  Merge branch 'TINKERPOP-2577' into 3.4-dev
     add e6f927b  Merge branch '3.4-dev' into 3.5-dev
     add 89bf344  Bump xunit from 2.2.0 to 2.4.1 in /gremlin-dotnet
     add 8b88fce  Use specialized xUnit assertions

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   (3434e8f)
            \
             N -- N -- N   refs/heads/dependabot/nuget/gremlin-dotnet/3.5-dev/xunit-2.4.1 (8b88fce)

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:
 docker/Dockerfile                                                   | 6 +++++-
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj                   | 2 +-
 .../test/Gremlin.Net.Benchmarks/Gremlin.Net.Benchmarks.csproj       | 2 +-
 .../Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj  | 3 ---
 .../Gremlin.Net.Template.IntegrationTest.csproj                     | 1 -
 .../test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj           | 2 --
 6 files changed, 7 insertions(+), 9 deletions(-)