You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by co...@apache.org on 2023/06/16 22:53:53 UTC

[tinkerpop] branch master updated (419b2ab558 -> f27a348a3c)

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

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


    from 419b2ab558 Merge branch '3.6-dev'
     add 869e984333 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 in /gremlin-go (#2080)
     add a1ba60803e Bump eslint (#2085)
     add 78cbbe6159 Bump prettier (#2040)
     add a32ef75eb7 Merge branch '3.5-dev' into 3.6-dev
     new f27a348a3c 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-go/go.mod                                  |  2 +-
 gremlin-go/go.sum                                  |  4 ++--
 .../gremlin-javascript/package-lock.json           | 26 +++++++++++-----------
 .../javascript/gremlin-javascript/package.json     |  2 +-
 4 files changed, 17 insertions(+), 17 deletions(-)


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

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

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

commit f27a348a3c611b576ba671ffd4d1696b53d9d75c
Merge: 419b2ab558 a32ef75eb7
Author: Cole Greer <co...@bitquilltech.com>
AuthorDate: Fri Jun 16 15:53:39 2023 -0700

    Merge branch '3.6-dev'

 gremlin-go/go.mod                                  |  2 +-
 gremlin-go/go.sum                                  |  4 ++--
 .../gremlin-javascript/package-lock.json           | 26 +++++++++++-----------
 .../javascript/gremlin-javascript/package.json     |  2 +-
 4 files changed, 17 insertions(+), 17 deletions(-)

diff --cc gremlin-go/go.mod
index d0f8068bf2,22b61dccae..256efa3947
--- 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.3
+ 	github.com/stretchr/testify v1.8.4
  	golang.org/x/text v0.10.0
 +	gopkg.in/yaml.v3 v3.0.1
  )
  
  require (