You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by va...@apache.org on 2023/05/19 20:08:04 UTC

[tinkerpop] branch master updated (6f430df286 -> 501e4ab3a8)

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

valentyn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 6f430df286 Merge branch '3.6-dev'
     add 822f652916 get_g_VX1X_valuesXageX_countXlocalX test signature fixed CTR
     add ce34d4647a Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 in /gremlin-go
     add 2c328008d8 Merge pull request #2072 from apache/dependabot/go_modules/gremlin-go/3.5-dev/github.com/stretchr/testify-1.8.3
     add 71a4d45347 Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 in /gremlin-dotnet
     add 150cc29b09 Merge pull request #2066 from apache/dependabot/nuget/gremlin-dotnet/3.5-dev/Microsoft.NET.Test.Sdk-17.6.0
     add b95f6bf966 Merge branch '3.5-dev' into 3.6-dev
     new 501e4ab3a8 Merge branch '3.6-dev'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../Gremlin.Net.IntegrationTest.csproj                            | 4 ++--
 .../Gremlin.Net.Template.IntegrationTest.csproj                   | 4 ++--
 .../test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj         | 4 ++--
 gremlin-go/go.mod                                                 | 2 +-
 gremlin-go/go.sum                                                 | 4 ++--
 .../tinkerpop/gremlin/process/traversal/step/map/CountTest.java   | 8 ++++----
 6 files changed, 13 insertions(+), 13 deletions(-)


[tinkerpop] 01/01: Merge branch '3.6-dev'

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

valentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 501e4ab3a878ab72a496f22047261111bd549eae
Merge: 6f430df286 b95f6bf966
Author: Valentyn Kahamlyk <va...@bitquilltech.com>
AuthorDate: Fri May 19 13:07:46 2023 -0700

    Merge branch '3.6-dev'

 .../Gremlin.Net.IntegrationTest.csproj                            | 4 ++--
 .../Gremlin.Net.Template.IntegrationTest.csproj                   | 4 ++--
 .../test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj         | 4 ++--
 gremlin-go/go.mod                                                 | 2 +-
 gremlin-go/go.sum                                                 | 4 ++--
 .../tinkerpop/gremlin/process/traversal/step/map/CountTest.java   | 8 ++++----
 6 files changed, 13 insertions(+), 13 deletions(-)

diff --cc gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj
index 844b7903e2,15e13d6fea..8c5ba7e900
--- a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj
+++ b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj
@@@ -1,10 -1,6 +1,10 @@@
- <Project Sdk="Microsoft.NET.Sdk">
+ <Project Sdk="Microsoft.NET.Sdk">
    <PropertyGroup>
      <TargetFramework>net6.0</TargetFramework>
 +    <Nullable>enable</Nullable>
 +    <AssemblyOriginatorKeyFile>../../build/tinkerpop.snk</AssemblyOriginatorKeyFile>
 +    <SignAssembly>true</SignAssembly>
 +    <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
    </PropertyGroup>
    <ItemGroup>
      <None Update="appsettings.json">
diff --cc gremlin-go/go.mod
index 039b168a2f,1a0c21dd12..39599db55b
--- a/gremlin-go/go.mod
+++ b/gremlin-go/go.mod
@@@ -24,9 -24,8 +24,9 @@@ require 
  	github.com/google/uuid v1.3.0
  	github.com/gorilla/websocket v1.5.0
  	github.com/nicksnyder/go-i18n/v2 v2.2.1
- 	github.com/stretchr/testify v1.8.2
+ 	github.com/stretchr/testify v1.8.3
  	golang.org/x/text v0.9.0
 +	gopkg.in/yaml.v3 v3.0.1
  )
  
  require (