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

derrickaw 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 b3a5df21e1c Bump golang.org/x/net in /learning/tour-of-beam/backend 
(#39984)
b3a5df21e1c is described below

commit b3a5df21e1cd16bd2e0dc190fcacddf1e3a0c4db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 16:36:42 2026 -0400

    Bump golang.org/x/net in /learning/tour-of-beam/backend (#39984)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.54.0 to 
0.55.0.
    - [Commits](https://github.com/golang/net/compare/v0.54.0...v0.55.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.55.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 learning/tour-of-beam/backend/go.mod | 2 +-
 learning/tour-of-beam/backend/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/learning/tour-of-beam/backend/go.mod 
b/learning/tour-of-beam/backend/go.mod
index 8ca13c180ba..b1dfa3685fc 100644
--- a/learning/tour-of-beam/backend/go.mod
+++ b/learning/tour-of-beam/backend/go.mod
@@ -71,7 +71,7 @@ require (
        go.uber.org/multierr v1.6.0 // indirect
        go.uber.org/zap v1.16.0 // indirect
        golang.org/x/crypto v0.52.0 // indirect
-       golang.org/x/net v0.54.0 // indirect
+       golang.org/x/net v0.55.0 // indirect
        golang.org/x/oauth2 v0.36.0 // indirect
        golang.org/x/sync v0.20.0 // indirect
        golang.org/x/sys v0.45.0 // indirect
diff --git a/learning/tour-of-beam/backend/go.sum 
b/learning/tour-of-beam/backend/go.sum
index 3b009a5f567..1aff793160a 100644
--- a/learning/tour-of-beam/backend/go.sum
+++ b/learning/tour-of-beam/backend/go.sum
@@ -400,8 +400,8 @@ golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod 
h1:RBQZq4jEuRlivfhVLd
 golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod 
h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
 golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod 
h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
 golang.org/x/net v0.0.0-20220708220712-1185a9018129/go.mod 
h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
-golang.org/x/net v0.54.0 h1:2zJIZAxAHV/OHCDTCOHAYehQzLfSXuf/5SoL/Dv6w/w=
-golang.org/x/net v0.54.0/go.mod h1:Sj4oj8jK6XmHpBZU/zWHw3BV3abl4Kvi+Ut7cQcY+cQ=
+golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
+golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
 golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod 
h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
 golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod 
h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
 golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod 
h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=

Reply via email to