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 e0f9dc7c chore: Bump github.com/twmb/avro from 1.5.0 to 1.7.2 (#1167)
e0f9dc7c is described below
commit e0f9dc7c4fc910f96e5bbea5767e6abab492d47d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 11 11:22:47 2026 -0400
chore: Bump github.com/twmb/avro from 1.5.0 to 1.7.2 (#1167)
Bumps [github.com/twmb/avro](https://github.com/twmb/avro) from 1.5.0 to
1.7.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/twmb/avro/commit/be720b177cb00e0348d813d5e9a83975d2637cc1"><code>be720b1</code></a>
Merge pull request <a
href="https://redirect.github.com/twmb/avro/issues/37">#37</a> from
twmb/fix-nil-interface-fast-paths</li>
<li><a
href="https://github.com/twmb/avro/commit/fd58334b1d9ea2cc774c999e3dd0f26f8e7dad05"><code>fd58334</code></a>
review: tighten setIface to reject non-interface v</li>
<li><a
href="https://github.com/twmb/avro/commit/774f7d55c71b81897ffee2c933ef4c6159de1fce"><code>774f7d5</code></a>
review: round of fixes (scanner-advance comment, UUID split,
errIndirectDeep ...</li>
<li><a
href="https://github.com/twmb/avro/commit/5441c1307455158f284de77d0578b3a54483a877"><code>5441c13</code></a>
review: propagate errTooDeep through JSON union trial loops</li>
<li><a
href="https://github.com/twmb/avro/commit/d03c6e3e0e36641be6189b4bbcdc3964377366e0"><code>d03c6e3</code></a>
review: fail-fast assignability check in decodeRecordAny</li>
<li><a
href="https://github.com/twmb/avro/commit/fd6d01820ecea0ad368f8f00c58e41f120c06dc5"><code>fd6d018</code></a>
review: pin stale-key semantics of map reuse in *any decode</li>
<li><a
href="https://github.com/twmb/avro/commit/4cc4943c7d6ffdbc62ad133efd43056783c3262b"><code>4cc4943</code></a>
review feedback: clarify TaggedUnions doc, drop errIndirectDeep, harden
concu...</li>
<li><a
href="https://github.com/twmb/avro/commit/8f118bf35261d93a245306fee803df23f7d79b23"><code>8f118bf</code></a>
test: fuzz pathologically deep + cyclic inputs</li>
<li><a
href="https://github.com/twmb/avro/commit/21006cab1991f088c4c5400a8d9d961e163a59ed"><code>21006ca</code></a>
all: cap remaining pointer/interface unwrap loops at
maxIndirectDepth</li>
<li><a
href="https://github.com/twmb/avro/commit/a302d51da177ada2487a5143781612788b4ac47e"><code>a302d51</code></a>
all: comprehensive recursion depth audit, decoder + bypass paths</li>
<li>Additional commits viewable in <a
href="https://github.com/twmb/avro/compare/v1.5.0...v1.7.2">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 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 a3a77611..6552c353 100644
--- a/go.mod
+++ b/go.mod
@@ -43,7 +43,7 @@ require (
github.com/substrait-io/substrait-go/v8 v8.1.1
github.com/substrait-io/substrait-protobuf/go v0.85.0
github.com/tidwall/sjson v1.2.5
- github.com/twmb/avro v1.5.0
+ github.com/twmb/avro v1.7.2
github.com/zeebo/xxh3 v1.1.0
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
golang.org/x/sync v0.22.0
diff --git a/go.sum b/go.sum
index 7294f779..dcb99c08 100644
--- a/go.sum
+++ b/go.sum
@@ -162,8 +162,8 @@ github.com/tidwall/pretty v1.2.0
h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=
github.com/tidwall/pretty v1.2.0/go.mod
h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
github.com/tidwall/sjson v1.2.5 h1:kLy8mja+1c9jlljvWTlSazM7cKDRfJuR/bOJhcY5NcY=
github.com/tidwall/sjson v1.2.5/go.mod
h1:Fvgq9kS/6ociJEDnK0Fk1cpYF4FIW6ZF7LAe+6jwd28=
-github.com/twmb/avro v1.5.0 h1:9jmbvVQQBcyWHv/6zS+q5+nmASiR8/GwhKF/sU7u71c=
-github.com/twmb/avro v1.5.0/go.mod
h1:X0fT1dY2xcbV4YuCE4mYro+qljHl4kUF5uA/2z1rgSk=
+github.com/twmb/avro v1.7.2 h1:cmrEBRSbELRqsg/dRkQvVWuOaR2EfGifHIt/2iJ9lfI=
+github.com/twmb/avro v1.7.2/go.mod
h1:X0fT1dY2xcbV4YuCE4mYro+qljHl4kUF5uA/2z1rgSk=
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778/go.mod
h1:2MuV+tbUrU1zIOPMxZ5EncGwgmMJsa+9ucAQZXxsObs=
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod
h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=