Skip to content

Commit

Permalink
Bump github.com/IBM/sarama from 1.43.0 to 1.43.1 (#190)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 53f1d21 commit 82af431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/hyperledger/fabric-admin-sdk
go 1.21

require (
github.com/IBM/sarama v1.43.0
github.com/IBM/sarama v1.43.1
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/hashicorp/go-version v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
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/Knetic/govaluate v3.0.0+incompatible h1:7o6+MAPhYTCF0+fdvoz1xDedhRb4f6s9Tn1Tt7/WTEg=
github.com/Knetic/govaluate v3.0.0+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
Expand Down

0 comments on commit 82af431

Please sign in to comment.