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 1e2963d4 chore: Bump github.com/andybalholm/brotli from 1.2.3 to 1.2.4 
(#1318)
1e2963d4 is described below

commit 1e2963d4e6a95326276059fe3b3035a9cd78a8b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 15 14:50:22 2026 -0400

    chore: Bump github.com/andybalholm/brotli from 1.2.3 to 1.2.4 (#1318)
    
    Bumps
    [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli)
    from 1.2.3 to 1.2.4.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/andybalholm/brotli/commit/eede31285845c44ddf1e333dfd896bc7d44696ac";><code>eede312</code></a>
    Fix problems found by go vet</li>
    <li><a
    
href="https://github.com/andybalholm/brotli/commit/fc20d302fc8a45fb58c07679589c4ae6f3aa6832";><code>fc20d30</code></a>
    reorder conditions for better performance</li>
    <li><a
    
href="https://github.com/andybalholm/brotli/commit/e50c2fb5a5ee9b4f4e293c4a003d4e7e1371a211";><code>e50c2fb</code></a>
    Fix false match at position 0 in ZDFast</li>
    <li><a
    
href="https://github.com/andybalholm/brotli/commit/a3e65284bcf4568ba9aed5603784832959d953e2";><code>a3e6528</code></a>
    Do not drop history that is shorter than MaxDistance</li>
    <li><a
    
href="https://github.com/andybalholm/brotli/commit/621e17e01dee8a17be5ea9c625701ad16ccd1dd0";><code>621e17e</code></a>
    Fix false match in ZFast.</li>
    <li><a
    
href="https://github.com/andybalholm/brotli/commit/448f1a02df126724924a84437e01ba6134f51b94";><code>448f1a0</code></a>
    Add a utility for testing against multi-file compression corpora.</li>
    <li>See full diff in <a
    href="https://github.com/andybalholm/brotli/compare/v1.2.3...v1.2.4";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/andybalholm/brotli&package-manager=go_modules&previous-version=1.2.3&new-version=1.2.4)](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)
    
    
    </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 9a5d2eef..83f8fa01 100644
--- a/go.mod
+++ b/go.mod
@@ -27,7 +27,7 @@ tool (
 )
 
 require (
-       github.com/andybalholm/brotli v1.2.3
+       github.com/andybalholm/brotli v1.2.4
        github.com/apache/thrift v0.24.0
        github.com/cespare/xxhash/v2 v2.3.0
        github.com/goccy/go-json v0.10.6
diff --git a/go.sum b/go.sum
index c0bb4b6d..cd00badc 100644
--- a/go.sum
+++ b/go.sum
@@ -17,8 +17,8 @@ github.com/MarvinJWendt/testza v0.3.0/go.mod 
h1:eFcL4I0idjtIx8P9C6KkAuLgATNKpX4/
 github.com/MarvinJWendt/testza v0.4.2/go.mod 
h1:mSdhXiKH8sg/gQehJ63bINcCKp7RtYewEjXsvsVUPbE=
 github.com/MarvinJWendt/testza v0.5.2 
h1:53KDo64C1z/h/d/stCYCPY69bt/OSwjq5KpFNwi+zB4=
 github.com/MarvinJWendt/testza v0.5.2/go.mod 
h1:xu53QFE5sCdjtMCKk8YMQ2MnymimEctc4n3EjyIYvEY=
-github.com/andybalholm/brotli v1.2.3 
h1:8H1qwOkl2LPfjf3YezB90JnCliZb6SInJ/OJkEbA5NQ=
-github.com/andybalholm/brotli v1.2.3/go.mod 
h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
+github.com/andybalholm/brotli v1.2.4 
h1:649LN6qF+/7JJYNN3Wdu4Dt5PS6eC/yP/Go3Bb0/AHI=
+github.com/andybalholm/brotli v1.2.4/go.mod 
h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
 github.com/antlr4-go/antlr/v4 v4.13.1 
h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ=
 github.com/antlr4-go/antlr/v4 v4.13.1/go.mod 
h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw=
 github.com/apache/thrift v0.24.0 
h1:zy31L1a49QTNB2bG1BBfMXol3yJrTH975G3pPubQVLQ=

Reply via email to