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

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


The following commit(s) were added to refs/heads/3.5-dev by this push:
     new 3071ac86ac Bump github.com/google/uuid from 1.3.0 to 1.3.1 in 
/gremlin-go (#2215)
3071ac86ac is described below

commit 3071ac86acf92062295439957c10308f47805d82
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 28 09:21:13 2023 -0700

    Bump github.com/google/uuid from 1.3.0 to 1.3.1 in /gremlin-go (#2215)
    
    Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 
to 1.3.1.
    - [Release notes](https://github.com/google/uuid/releases)
    - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/google/uuid/compare/v1.3.0...v1.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/uuid
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 gremlin-go/go.mod | 2 +-
 gremlin-go/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gremlin-go/go.mod b/gremlin-go/go.mod
index 5fec618675..6cd995735b 100644
--- a/gremlin-go/go.mod
+++ b/gremlin-go/go.mod
@@ -21,7 +21,7 @@ go 1.20
 
 require (
        github.com/cucumber/godog v0.12.6
-       github.com/google/uuid v1.3.0
+       github.com/google/uuid v1.3.1
        github.com/gorilla/websocket v1.5.0
        github.com/nicksnyder/go-i18n/v2 v2.2.1
        github.com/stretchr/testify v1.8.4
diff --git a/gremlin-go/go.sum b/gremlin-go/go.sum
index 4fd3967d98..97b75a6007 100644
--- a/gremlin-go/go.sum
+++ b/gremlin-go/go.sum
@@ -14,8 +14,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod 
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
 github.com/gofrs/uuid v4.0.0+incompatible/go.mod 
h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
 github.com/gofrs/uuid v4.2.0+incompatible 
h1:yyYWMnhkhrKwwr8gAOcOCYxOOscHgDS9yZgBrnJfGa0=
 github.com/gofrs/uuid v4.2.0+incompatible/go.mod 
h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
-github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
-github.com/google/uuid v1.3.0/go.mod 
h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
+github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
+github.com/google/uuid v1.3.1/go.mod 
h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
 github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 
h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=
 github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod 
h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
 github.com/gorilla/websocket v1.5.0 
h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=

Reply via email to