Skip to content

Commit

Permalink
chore(deps): bump Rebus from 7.2.1 to 8.4.1
Browse files Browse the repository at this point in the history
Bumps [Rebus](https://github.com/rebus-org/Rebus) from 7.2.1 to 8.4.1.
- [Changelog](https://github.com/rebus-org/Rebus/blob/master/CHANGELOG.md)
- [Commits](rebus-org/Rebus@7.2.1...8.4.1)

---
updated-dependencies:
- dependency-name: Rebus
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent ee4efed commit 0b57351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Rebus.Correlate/Rebus.Correlate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="Correlate" Version="5.2.0" />
<PackageReference Include="Rebus" Version="7.2.1" />
<PackageReference Include="Rebus" Version="8.4.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/Rebus.Correlate.Tests/Rebus.Correlate.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup Condition="'$(TargetFramework)'=='net5.0'">
<!-- Testing older dependencies with older SDK. -->
<PackageRebusVersion>7.2.1</PackageRebusVersion>
<PackageRebusVersion>8.4.1</PackageRebusVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0b57351

Please sign in to comment.