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/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 67ca11cf chore: Bump golang.org/x/net from 0.54.0 to 0.55.0 (#893)
67ca11cf is described below

commit 67ca11cfd20a3c522d609cc904163db64c618f9a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 3 21:17:51 2026 -0400

    chore: Bump golang.org/x/net from 0.54.0 to 0.55.0 (#893)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.54.0 to
    0.55.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/golang/net/commit/7770ec48d03fec35e378665337b4faca93c38423";><code>7770ec4</code></a>
    go.mod: update golang.org/x dependencies</li>
    <li><a
    
href="https://github.com/golang/net/commit/4ece7b612ad44ad6c4d5e0d5d4df9c18cc211905";><code>4ece7b6</code></a>
    html: escape greater-than symbol in doctype identifiers</li>
    <li><a
    
href="https://github.com/golang/net/commit/08be507abce89191d78cd49da60f4501fc910472";><code>08be507</code></a>
    html: improve Noah's Ark clause performance</li>
    <li><a
    
href="https://github.com/golang/net/commit/a8fb2fe4f7378f816302b9f2f7b8290ce512e5dd";><code>a8fb2fe</code></a>
    html: properly render fostered elements in foreign content</li>
    <li><a
    
href="https://github.com/golang/net/commit/0dc5b7a5f81d7155ade6d5e9db35992998679932";><code>0dc5b7a</code></a>
    html: properly check namespace in &quot;in body&quot; any other end
    tag</li>
    <li><a
    
href="https://github.com/golang/net/commit/a452f3cc17168a60bc3f439a3ae0fcffc32eca0e";><code>a452f3c</code></a>
    html: ignore duplicate attributes during tokenization</li>
    <li><a
    
href="https://github.com/golang/net/commit/f8651996b24ba47d89dd9eb97fd47758e6d1886f";><code>f865199</code></a>
    quic: fix appendMaxDataFrame erroneously accumulating sentLimit</li>
    <li><a
    
href="https://github.com/golang/net/commit/210ed3cb901cb549818aefa04b71dadaf149d05d";><code>210ed3c</code></a>
    quic: establish a &quot;happened-before&quot; relationship between
    stream write and read</li>
    <li><a
    
href="https://github.com/golang/net/commit/ad8140e0aa2ec41b37ea478b4525a423bcc21af9";><code>ad8140e</code></a>
    quic: fix buffer slicing when handling overlapping stream data</li>
    <li><a
    
href="https://github.com/golang/net/commit/23ee2efe81a3ff183b4eca46c42f749af7efca45";><code>23ee2ef</code></a>
    http2: avoid API changes when built with go1.27</li>
    <li>See full diff in <a
    href="https://github.com/golang/net/compare/v0.54.0...v0.55.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.54.0&new-version=0.55.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 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/arrow-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 4d9b5da1..0857d1f2 100644
--- a/go.mod
+++ b/go.mod
@@ -89,7 +89,7 @@ require (
        github.com/tidwall/pretty v1.2.0 // indirect
        github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
        golang.org/x/mod v0.36.0 // indirect
-       golang.org/x/net v0.54.0 // indirect
+       golang.org/x/net v0.55.0 // indirect
        golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 // indirect
        golang.org/x/term v0.43.0 // indirect
        golang.org/x/text v0.37.0 // indirect
diff --git a/go.sum b/go.sum
index 060fee14..64e56662 100644
--- a/go.sum
+++ b/go.sum
@@ -198,8 +198,8 @@ golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod 
h1:z5CRVTTTmAJ677TzLL
 golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod 
h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
 golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod 
h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
 golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
-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/sync v0.0.0-20190423024810-112230192c58/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod 
h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

Reply via email to