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/07/10 18:37:35 UTC

[tinkerpop] branch master updated (4cb25e3deb -> eac6b93ffe)

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 4cb25e3deb Bump prettier from 2.8.8 to 3.0.0 in /docs/gremlint
     add fb41e5b50b Bump golang.org/x/text from 0.10.0 to 0.11.0 in /gremlin-go (#2119)
     add 1eb6fc2494 Bump eslint (#2118)
     add 8ea4d1fb6f Merge branch '3.5-dev' into 3.6-dev
     new eac6b93ffe 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           | 122 ++++++++++-----------
 3 files changed, 64 insertions(+), 64 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 eac6b93ffe9212bd563adfd122c385391dbd3459
Merge: 4cb25e3deb 8ea4d1fb6f
Author: Cole Greer <co...@bitquilltech.com>
AuthorDate: Mon Jul 10 11:37:14 2023 -0700

    Merge branch '3.6-dev'

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

diff --cc gremlin-go/go.mod
index 256efa3947,294c394fb0..fd211b5ecd
--- a/gremlin-go/go.mod
+++ b/gremlin-go/go.mod
@@@ -25,8 -25,7 +25,8 @@@ require 
  	github.com/gorilla/websocket v1.5.0
  	github.com/nicksnyder/go-i18n/v2 v2.2.1
  	github.com/stretchr/testify v1.8.4
- 	golang.org/x/text v0.10.0
+ 	golang.org/x/text v0.11.0
 +	gopkg.in/yaml.v3 v3.0.1
  )
  
  require (