Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Bump Rebus from 8.0.1 to 8.0.2 in /src
Browse files Browse the repository at this point in the history
Bumps [Rebus](https://github.com/rebus-org/Rebus) from 8.0.1 to 8.0.2.
- [Changelog](https://github.com/rebus-org/Rebus/blob/master/CHANGELOG.md)
- [Commits](rebus-org/Rebus@8.0.1...8.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 8e0eaad commit cf46a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.8.0" PrivateAssets="all" />
<PackageReference Include="Rebus" Version="8.0.1" />
<PackageReference Include="Rebus" Version="8.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<ProjectReference Include="..\Newtonsoft.Json.Encryption\Newtonsoft.Json.Encryption.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.102" PrivateAssets="all" />
Expand Down
2 changes: 1 addition & 1 deletion src/RebusSample/RebusSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<EmbeddedResource Remove="RebusSample\**" />
<None Remove="RebusSample\**" />

<PackageReference Include="Rebus" Version="8.0.1" />
<PackageReference Include="Rebus" Version="8.0.2" />
<ProjectReference Include="..\Newtonsoft.Json.Encryption\Newtonsoft.Json.Encryption.csproj" />
<ProjectReference Include="..\Rebus.Newtonsoft.Encryption\Rebus.Newtonsoft.Encryption.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.102" PrivateAssets="all" />
Expand Down

0 comments on commit cf46a58

Please sign in to comment.