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 83d2825f chore: Bump github.com/pierrec/lz4/v4 from 4.1.28 to 4.1.29 
(#1213)
83d2825f is described below

commit 83d2825f47d68f5631ba0d91561ae4a76bd7a43b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 26 11:38:26 2026 -0400

    chore: Bump github.com/pierrec/lz4/v4 from 4.1.28 to 4.1.29 (#1213)
    
    Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from
    4.1.28 to 4.1.29.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/pierrec/lz4/commit/8708173b9f0183548f741b46661c61627d2ac28b";><code>8708173</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pierrec/lz4/issues/250";>#250</a> from
    LambdaLabs/fix-xxh32-sum32-truncated-length</li>
    <li><a
    
href="https://github.com/pierrec/lz4/commit/b8b61d1ec1ce4108b4234bfa5f2b30228f4dd219";><code>b8b61d1</code></a>
    Merge pull request <a
    href="https://redirect.github.com/pierrec/lz4/issues/248";>#248</a> from
    honeycombio/lizf.arm64-neoverse-match-copy</li>
    <li><a
    
href="https://github.com/pierrec/lz4/commit/d0008a1a8f573992973db2d21edc89cd0bd6430d";><code>d0008a1</code></a>
    arm64: Neoverse-tuned match copies: sequenced shortcut, offset 8-31
    tiles</li>
    <li><a
    
href="https://github.com/pierrec/lz4/commit/caa29925d39ca9bc3b4f7719e0bf2cb650358b45";><code>caa2992</code></a>
    test: cover the tail path and keep the large-input test off -race</li>
    <li><a
    
href="https://github.com/pierrec/lz4/commit/6052a216113e85aa43f2b6752cd9f09bea168902";><code>6052a21</code></a>
    fix: select Sum32's hash path using the untruncated length</li>
    <li>See full diff in <a
    href="https://github.com/pierrec/lz4/compare/v4.1.28...v4.1.29";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/pierrec/lz4/v4&package-manager=go_modules&previous-version=4.1.28&new-version=4.1.29)](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 baaad595..acfc0b1c 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,7 @@ require (
        github.com/hamba/avro/v2 v2.31.0
        github.com/klauspost/compress v1.19.2
        github.com/klauspost/cpuid/v2 v2.4.0
-       github.com/pierrec/lz4/v4 v4.1.28
+       github.com/pierrec/lz4/v4 v4.1.29
        github.com/pterm/pterm v0.12.83
        github.com/stoewer/go-strcase v1.3.1
        github.com/stretchr/testify v1.12.0
diff --git a/go.sum b/go.sum
index d53229a7..58915bfd 100644
--- a/go.sum
+++ b/go.sum
@@ -111,8 +111,8 @@ github.com/modern-go/reflect2 v1.0.2 
h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
 github.com/modern-go/reflect2 v1.0.2/go.mod 
h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
 github.com/ncruces/go-strftime v1.0.0 
h1:HMFp8mLCTPp341M/ZnA4qaf7ZlsbTc+miZjCLOFAw7w=
 github.com/ncruces/go-strftime v1.0.0/go.mod 
h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
-github.com/pierrec/lz4/v4 v4.1.28 
h1:pPEPwRJ4kybBTfGt28q7lQsRJQHhC08axprdLD5Ppio=
-github.com/pierrec/lz4/v4 v4.1.28/go.mod 
h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
+github.com/pierrec/lz4/v4 v4.1.29 
h1:CDQY6qZOLI4DW0Nx6R1vRrifrCeQHnNXkMb0hZWXFjg=
+github.com/pierrec/lz4/v4 v4.1.29/go.mod 
h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
 github.com/pmezard/go-difflib v1.0.0/go.mod 
h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
 github.com/pterm/pterm v0.12.27/go.mod 
h1:PhQ89w4i95rhgE+xedAoqous6K9X+r6aSOI2eFF7DZI=
 github.com/pterm/pterm v0.12.29/go.mod 
h1:WI3qxgvoQFFGKGjGnJR849gU0TsEOvKn5Q8LlY1U7lg=

Reply via email to