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 cf4cdac47735e43186ced4cb3d31b6ab555224f3
Merge: b729caaf28 a19a088503
Author: Valentyn Kahamlyk <[email protected]>
AuthorDate: Fri Apr 28 12:16:47 2023 -0700

    Merge branch '3.6-dev'

 CHANGELOG.asciidoc                                                  | 1 +
 gremlin-go/go.mod                                                   | 2 +-
 gremlin-go/go.sum                                                   | 4 ++--
 .../tinkerpop/gremlin/hadoop/structure/io/ObjectWritable.java       | 6 +++---
 .../tinkerpop/gremlin/hadoop/structure/io/ObjectWritableTest.java   | 4 ++--
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --cc gremlin-go/go.mod
index 0ec0458ca9,445d98b0b5..039b168a2f
--- 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.1
+       github.com/stretchr/testify v1.8.2
        golang.org/x/text v0.9.0
 +      gopkg.in/yaml.v3 v3.0.1
  )
  
  require (

Reply via email to