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

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


The following commit(s) were added to refs/heads/master by this push:
     new 50b087cb81e Bump github.com/google/uuid from 1.3.0 to 1.3.1 in /sdks 
(#28087)
50b087cb81e is described below

commit 50b087cb81e1774735d5848c7e67db1258a9f1b1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 23 14:04:24 2023 -0400

    Bump github.com/google/uuid from 1.3.0 to 1.3.1 in /sdks (#28087)
    
    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] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 sdks/go.mod | 2 +-
 sdks/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sdks/go.mod b/sdks/go.mod
index 457f4d7b19d..ee190be3335 100644
--- a/sdks/go.mod
+++ b/sdks/go.mod
@@ -41,7 +41,7 @@ require (
        github.com/go-sql-driver/mysql v1.7.1
        github.com/golang/protobuf v1.5.3 // TODO(danoliveira): Fully replace 
this with google.golang.org/protobuf
        github.com/google/go-cmp v0.5.9
-       github.com/google/uuid v1.3.0
+       github.com/google/uuid v1.3.1
        github.com/johannesboyne/gofakes3 v0.0.0-20221110173912-32fb85c5aed6
        github.com/lib/pq v1.10.9
        github.com/linkedin/goavro/v2 v2.12.0
diff --git a/sdks/go.sum b/sdks/go.sum
index a57d5c3c0e8..041289e5245 100644
--- a/sdks/go.sum
+++ b/sdks/go.sum
@@ -295,8 +295,8 @@ github.com/google/s2a-go v0.1.5 
h1:8IYp3w9nysqv3JH+NJgXJzGbDHzLOTj43BmSkp+O7qg=
 github.com/google/s2a-go v0.1.5/go.mod 
h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A=
 github.com/google/uuid v1.1.2/go.mod 
h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
 github.com/google/uuid v1.2.0/go.mod 
h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
-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/googleapis/enterprise-certificate-proxy v0.2.5 
h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM=
 github.com/googleapis/enterprise-certificate-proxy v0.2.5/go.mod 
h1:RxW0N9901Cko1VOCW3SXCpWP+mlIEkk2tP7jnHy9a3w=
 github.com/googleapis/gax-go/v2 v2.0.4/go.mod 
h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=

Reply via email to