Skip to content

Commit

Permalink
Bump SlimMessageBus from 2.0.1 to 2.0.2 in /src (#67)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [SlimMessageBus](https://github.com/zarusz/SlimMessageBus) from
2.0.1 to 2.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/edf66f25b81219a18510e531d9b6f973474935d0"><code>edf66f2</code></a>
[Host.FluentValidation] Duplicated error messages <a
href="https://github.com/zarusz/SlimMessageBus/issues/192">#192</a></li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/12b92bc2efc80cca17c196be5b1bee849c1e1013"><code>12b92bc</code></a>
Bump Grpc.Net.Client</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/c2c397f31068af97ad0c0696e896fa0f75046f97"><code>c2c397f</code></a>
Supress integration tests from forked PRs</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/781b49e778a45ea194bf7e9c69d2a157143cf66b"><code>781b49e</code></a>
Prepare release</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/8a96558a5d0cde6646c9c0dae3d1e557156b56ed"><code>8a96558</code></a>
Preserve user's exception stack trace in MemoryBus implementation</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/606a4a7a139f00e586eab1fb3e9cfd2a3f5829f1"><code>606a4a7</code></a>
Allow to specify ASB specific consumer settings on handlers and
request-respo...</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/5bbf82c440e3c5bb8dc22deb4b15abada10f2bb7"><code>5bbf82c</code></a>
RabbitMQ transport request-response support</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/e38499d6460506c1a9f6c202e029c3602c202aa5"><code>e38499d</code></a>
[Host.RabbitMQ] RabbitMQ Implementation <a
href="https://github.com/zarusz/SlimMessageBus/issues/67">#67</a></li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/f2974a303e5fcc345155522a8aa2d5e307e2e306"><code>f2974a3</code></a>
Fix runtime dependency issue</li>
<li><a
href="https://github.com/zarusz/SlimMessageBus/commit/3fcf2607838be0e66971f3f963a1f0a4c84c9b1a"><code>3fcf260</code></a>
[Actions] Segregate unit tests away from integration tests</li>
<li>Additional commits viewable in <a
href="https://github.com/zarusz/SlimMessageBus/compare/Core-2.0.1...Host.Serialization-2.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SlimMessageBus&package-manager=nuget&previous-version=2.0.1&new-version=2.0.2)](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 Feb 26, 2024
1 parent 9c4fbaf commit 64b4d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miha.Discord/Miha.Discord.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Discord.Addons.Hosting" Version="5.2.0" />
<PackageReference Include="Discord.Net" Version="3.13.1" />
<PackageReference Include="Humanizer" Version="2.14.1" />
<PackageReference Include="SlimMessageBus" Version="2.0.1" />
<PackageReference Include="SlimMessageBus" Version="2.0.2" />
<PackageReference Include="SlimMessageBus.Host.Memory" Version="2.2.1" />
</ItemGroup>

Expand Down

0 comments on commit 64b4d02

Please sign in to comment.