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 e90cd83f chore: Bump github.com/pierrec/lz4/v4 from 4.1.22 to 4.1.23
(#616)
e90cd83f is described below
commit e90cd83f94ad9a825c9c8aba4ec9c4c6bef730d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 22 16:25:46 2025 -0500
chore: Bump github.com/pierrec/lz4/v4 from 4.1.22 to 4.1.23 (#616)
Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from
4.1.22 to 4.1.23.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pierrec/lz4/releases">github.com/pierrec/lz4/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.1.23</h2>
<p>New release for this year's commits.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pierrec/lz4/commit/cd9d7a4f66405a92f4881933816b828b0f7d5fe2"><code>cd9d7a4</code></a>
Merge pull request <a
href="https://redirect.github.com/pierrec/lz4/issues/230">#230</a> from
0xAozora/v4</li>
<li><a
href="https://github.com/pierrec/lz4/commit/0ebf0a52dd7a5857a9f857d2bc53dec2b1917855"><code>0ebf0a5</code></a>
replace deprecated functions</li>
<li><a
href="https://github.com/pierrec/lz4/commit/dd108f5ec171000788650f84c0e0f7970f108012"><code>dd108f5</code></a>
Merge pull request <a
href="https://redirect.github.com/pierrec/lz4/issues/229">#229</a> from
0xAozora/v4</li>
<li><a
href="https://github.com/pierrec/lz4/commit/9bdf5f634e11b376161b33f3e3a3fae7dfeff914"><code>9bdf5f6</code></a>
Support for Append</li>
<li><a
href="https://github.com/pierrec/lz4/commit/71a9b632b2ba7bc051d74d47e579a2d276e177bd"><code>71a9b63</code></a>
Merge pull request <a
href="https://redirect.github.com/pierrec/lz4/issues/228">#228</a> from
pendo-io/elim-blocks-ifaceallocs</li>
<li><a
href="https://github.com/pierrec/lz4/commit/fd6458dd51fd0d9c3f32c79e1f335507431ae8f2"><code>fd6458d</code></a>
Improve allocations in blocks.go</li>
<li><a
href="https://github.com/pierrec/lz4/commit/006d000e4499194c10854972af93a9089e08d848"><code>006d000</code></a>
Add unit tests and benchmarks for blocks.go</li>
<li><a
href="https://github.com/pierrec/lz4/commit/2b9933d22aef22a311a48aefa4ea524649b7c611"><code>2b9933d</code></a>
Merge pull request <a
href="https://redirect.github.com/pierrec/lz4/issues/227">#227</a> from
jwebb/fix-fail</li>
<li><a
href="https://github.com/pierrec/lz4/commit/3bb69037d4d33b217543d17b3756c7e8996182d7"><code>3bb6903</code></a>
Add WriteTo test</li>
<li><a
href="https://github.com/pierrec/lz4/commit/f7f887bceb24cde470103a262529c16679d013bd"><code>f7f887b</code></a>
Fix WriteTo on a started Reader, and the resulting incorrect error
message</li>
<li>Additional commits viewable in <a
href="https://github.com/pierrec/lz4/compare/v4.1.22...v4.1.23">compare
view</a></li>
</ul>
</details>
<br />
[](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)
</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 171728f3..bc6bfbb1 100644
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,7 @@ require (
github.com/klauspost/cpuid/v2 v2.3.0
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
- github.com/pierrec/lz4/v4 v4.1.22
+ github.com/pierrec/lz4/v4 v4.1.23
github.com/pterm/pterm v0.12.82
github.com/stoewer/go-strcase v1.3.1
github.com/stretchr/testify v1.11.1
diff --git a/go.sum b/go.sum
index 7878a134..f78a9974 100644
--- a/go.sum
+++ b/go.sum
@@ -113,8 +113,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 v0.1.9
h1:bY0MQC28UADQmHmaF5dgpLmImcShSi2kHU9XLdhx/f4=
github.com/ncruces/go-strftime v0.1.9/go.mod
h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
-github.com/pierrec/lz4/v4 v4.1.22
h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU=
-github.com/pierrec/lz4/v4 v4.1.22/go.mod
h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
+github.com/pierrec/lz4/v4 v4.1.23
h1:oJE7T90aYBGtFNrI8+KbETnPymobAhzRrR8Mu8n1yfU=
+github.com/pierrec/lz4/v4 v4.1.23/go.mod
h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
github.com/pmezard/go-difflib v1.0.0/go.mod
h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod
h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=