Skip to content

Commit

Permalink
Bump github.com/IBM/sarama from 1.43.0 to 1.43.1 (#686)
Browse files Browse the repository at this point in the history
Bumps [github.com/IBM/sarama](https://github.com/IBM/sarama) from 1.43.0
to 1.43.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/IBM/sarama/releases">github.com/IBM/sarama's
releases</a>.</em></p>
<blockquote>
<h2>Version 1.43.1 (2024-03-27)</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>:bug: Fixes</h3>
<ul>
<li>fix: message.max.bytes should default to 1048576 not 1 MB by <a
href="https://github.com/puellanivis"><code>@​puellanivis</code></a> in
<a
href="https://redirect.github.com/IBM/sarama/pull/2804">IBM/sarama#2804</a></li>
<li>fix: add locking around broker throttle timer to prevent race
condition by <a
href="https://github.com/chengsha"><code>@​chengsha</code></a> in <a
href="https://redirect.github.com/IBM/sarama/pull/2826">IBM/sarama#2826</a></li>
</ul>
<h3>:package: Dependency updates</h3>
<ul>
<li>chore(deps): bump go.opentelemetry.io/otel/sdk from 1.23.1 to 1.24.0
in /examples/interceptors by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/IBM/sarama/pull/2816">IBM/sarama#2816</a></li>
<li>chore(deps): bump the golang-org-x group with 1 update by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/IBM/sarama/pull/2825">IBM/sarama#2825</a></li>
<li>chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/IBM/sarama/pull/2822">IBM/sarama#2822</a></li>
<li>chore(deps): bump
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 1.23.1 to
1.24.0 in /examples/interceptors by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/IBM/sarama/pull/2815">IBM/sarama#2815</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/chengsha"><code>@​chengsha</code></a>
made their first contribution in <a
href="https://redirect.github.com/IBM/sarama/pull/2826">IBM/sarama#2826</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/IBM/sarama/compare/v1.43.0...v1.43.1">https://github.com/IBM/sarama/compare/v1.43.0...v1.43.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/IBM/sarama/commit/4ad35041300e1c15ba58b630745ac8eb05f30c10"><code>4ad3504</code></a>
chore(ci): bump docker/setup-buildx-action from 3.0.0 to 3.2.0 (<a
href="https://redirect.github.com/IBM/sarama/issues/2838">#2838</a>)</li>
<li><a
href="https://github.com/IBM/sarama/commit/837fab40795e8dfa834638110871e87a98684959"><code>837fab4</code></a>
chore(ci): bump docker/bake-action (<a
href="https://redirect.github.com/IBM/sarama/issues/2837">#2837</a>)</li>
<li><a
href="https://github.com/IBM/sarama/commit/f21c5125746f9d10fd731dfdff54a494098626d1"><code>f21c512</code></a>
chore(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmetric
(<a
href="https://redirect.github.com/IBM/sarama/issues/2815">#2815</a>)</li>
<li><a
href="https://github.com/IBM/sarama/commit/392187dc6d40c1368c49a93ac0839df1c2573b7a"><code>392187d</code></a>
chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (<a
href="https://redirect.github.com/IBM/sarama/issues/2822">#2822</a>)</li>
<li><a
href="https://github.com/IBM/sarama/commit/c432bc2a3daf92654cf7b9d1753d623f1cbef95b"><code>c432bc2</code></a>
chore(deps): bump the golang-org-x group with 1 update (<a
href="https://redirect.github.com/IBM/sarama/issues/2825">#2825</a>)</li>
<li><a
href="https://github.com/IBM/sarama/commit/e3681a94a82cb99ec890a65844337d0f674001af"><code>e3681a9</code></a>
chore(ci): bump actions/dependency-review-action from 4.1.1 to 4.1.3 (<a
href="https://redirect.github.com/IBM/sarama/issues/2818">#2818</a>)</li>
<li><a
href="https://github.com/IBM/sarama/commit/0b515edf39e040706db569feb65b4ebd7ffb1aa3"><code>0b515ed</code></a>
chore(deps): bump go.opentelemetry.io/otel/sdk in /examples/interceptors
(<a
href="https://redirect.github.com/IBM/sarama/issues/2816">#2816</a>)</li>
<li><a
href="https://github.com/IBM/sarama/commit/ae04724deaeb4fec2a0ba0a20093c40ab8d18a0f"><code>ae04724</code></a>
chore(ci): bump github/codeql-action from 3.24.3 to 3.24.6 (<a
href="https://redirect.github.com/IBM/sarama/issues/2824">#2824</a>)</li>
<li><a
href="https://github.com/IBM/sarama/commit/a8b3b3d59f7f4e9200fbffc19da3b1eb9dfa4ca0"><code>a8b3b3d</code></a>
fix: add locking around broker throttle timer to prevent race condition
(<a
href="https://redirect.github.com/IBM/sarama/issues/2826">#2826</a>)</li>
<li><a
href="https://github.com/IBM/sarama/commit/fd84c2b0f0185100dbaec28ca4074289b35cc1b1"><code>fd84c2b</code></a>
chore(ci): disable checkout credentials persist (<a
href="https://redirect.github.com/IBM/sarama/issues/2812">#2812</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/IBM/sarama/compare/v1.43.0...v1.43.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/IBM/sarama&package-manager=go_modules&previous-version=1.43.0&new-version=1.43.1)](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>
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent 96dea4c commit 924b062
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/beatlabs/patron
go 1.22

require (
github.com/IBM/sarama v1.43.0
github.com/IBM/sarama v1.43.1
github.com/aws/aws-sdk-go-v2 v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.27.7
github.com/aws/aws-sdk-go-v2/credentials v1.17.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/HdrHistogram/hdrhistogram-go v1.0.1 h1:GX8GAYDuhlFQnI2fRDHQhTlkHMz8bEn0jTI6LJU0mpw=
github.com/HdrHistogram/hdrhistogram-go v1.0.1/go.mod h1:BWJ+nMSHY3L41Zj7CA3uXnloDp7xxV0YvstAE7nKTaM=
github.com/IBM/sarama v1.43.0 h1:YFFDn8mMI2QL0wOrG0J2sFoVIAFl7hS9JQi2YZsXtJc=
github.com/IBM/sarama v1.43.0/go.mod h1:zlE6HEbC/SMQ9mhEYaF7nNLYOUyrs0obySKCckWP9BM=
github.com/IBM/sarama v1.43.1 h1:Z5uz65Px7f4DhI/jQqEm/tV9t8aU+JUdTyW/K/fCXpA=
github.com/IBM/sarama v1.43.1/go.mod h1:GG5q1RURtDNPz8xxJs3mgX6Ytak8Z9eLhAkJPObe2xE=
github.com/aws/aws-sdk-go-v2 v1.26.1 h1:5554eUqIYVWpU0YmeeYZ0wU64H2VLBs8TlhRB2L+EkA=
github.com/aws/aws-sdk-go-v2 v1.26.1/go.mod h1:ffIFB97e2yNsv4aTSGkqtHnppsIJzw7G7BReUZ3jCXM=
github.com/aws/aws-sdk-go-v2/config v1.27.7 h1:JSfb5nOQF01iOgxFI5OIKWwDiEXWTyTgg1Mm1mHi0A4=
Expand Down
7 changes: 6 additions & 1 deletion vendor/github.com/IBM/sarama/broker.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/IBM/sarama/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ filippo.io/edwards25519
filippo.io/edwards25519/field
# github.com/HdrHistogram/hdrhistogram-go v1.0.1
## explicit; go 1.14
# github.com/IBM/sarama v1.43.0
# github.com/IBM/sarama v1.43.1
## explicit; go 1.19
github.com/IBM/sarama
# github.com/aws/aws-sdk-go-v2 v1.26.1
Expand Down

0 comments on commit 924b062

Please sign in to comment.