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

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 24d1597  build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 
(#331)
24d1597 is described below

commit 24d1597e77d84d10aa7875e665d8f8608213edd6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 14 11:38:17 2025 -0400

    build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (#331)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to
    0.36.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/golang/net/commit/85d1d54551b68719346cb9fec24b911da4e452a1";><code>85d1d54</code></a>
    go.mod: update golang.org/x dependencies</li>
    <li><a
    
href="https://github.com/golang/net/commit/cde1dda944dcf6350753df966bb5bda87a544842";><code>cde1dda</code></a>
    proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts</li>
    <li><a
    
href="https://github.com/golang/net/commit/fe7f0391aa994a401c82d829183c1efab7a64df4";><code>fe7f039</code></a>
    publicsuffix: spruce up code gen and speed up PublicSuffix</li>
    <li><a
    
href="https://github.com/golang/net/commit/459513d1f8abff01b4854c93ff0bff7e87985a0a";><code>459513d</code></a>
    internal/http3: move more common stream processing to genericConn</li>
    <li><a
    
href="https://github.com/golang/net/commit/aad0180cad195ab7bcd14347e7ab51bece53f61d";><code>aad0180</code></a>
    http2: fix flakiness from t.Log when GOOS=js</li>
    <li><a
    
href="https://github.com/golang/net/commit/b73e5746f64471c22097f07593643a743e7cfb0f";><code>b73e574</code></a>
    http2: don't log expected errors from writing invalid trailers</li>
    <li><a
    
href="https://github.com/golang/net/commit/5f45c776a9c4d415cbe67d6c22c06fd704f8c9f1";><code>5f45c77</code></a>
    internal/http3: make read-data tests usable for server handlers</li>
    <li><a
    
href="https://github.com/golang/net/commit/43c2540165a4d1bc9a81e06a86eb1e22ece64145";><code>43c2540</code></a>
    http2, internal/httpcommon: reject userinfo in :authority</li>
    <li><a
    
href="https://github.com/golang/net/commit/1d78a085008d9fedfe3f303591058325f99727d7";><code>1d78a08</code></a>
    http2, internal/httpcommon: factor out server header logic for
    h2/h3</li>
    <li><a
    
href="https://github.com/golang/net/commit/0d7dc54a591c12b4bd03bcd745024178d03d9218";><code>0d7dc54</code></a>
    quic: add Conn.ConnectionState</li>
    <li>Additional commits viewable in <a
    href="https://github.com/golang/net/compare/v0.35.0...v0.36.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.35.0&new-version=0.36.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/apache/iceberg-go/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 19da493..72aa91a 100644
--- a/go.mod
+++ b/go.mod
@@ -137,7 +137,7 @@ require (
        golang.org/x/crypto v0.35.0 // indirect
        golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
        golang.org/x/mod v0.23.0 // indirect
-       golang.org/x/net v0.35.0 // indirect
+       golang.org/x/net v0.36.0 // indirect
        golang.org/x/oauth2 v0.27.0 // indirect
        golang.org/x/sys v0.30.0 // indirect
        golang.org/x/term v0.29.0 // indirect
diff --git a/go.sum b/go.sum
index 3082cbe..3d97872 100644
--- a/go.sum
+++ b/go.sum
@@ -359,8 +359,8 @@ golang.org/x/net v0.6.0/go.mod 
h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
 golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
 golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
 golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
-golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8=
-golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
+golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA=
+golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I=
 golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod 
h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
 golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M=
 golang.org/x/oauth2 v0.27.0/go.mod 
h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=

Reply via email to