Skip to content

Commit

Permalink
Bump NServiceBus and NServiceBus.SagaAudit in /src
Browse files Browse the repository at this point in the history
Bumps [NServiceBus](https://github.com/Particular/NServiceBus) and [NServiceBus.SagaAudit](https://github.com/Particular/NServiceBus.SagaAudit). These dependencies needed to be updated together.

Updates `NServiceBus` from 9.2.4 to 9.1.2
- [Release notes](https://github.com/Particular/NServiceBus/releases)
- [Commits](Particular/NServiceBus@9.2.4...9.1.2)

Updates `NServiceBus.SagaAudit` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/Particular/NServiceBus.SagaAudit/releases)
- [Commits](Particular/NServiceBus.SagaAudit@5.0.1...5.0.2)

---
updated-dependencies:
- dependency-name: NServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NServiceBus.SagaAudit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 69610d2 commit b65d405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sales.Service/Sales.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Colorful.Console" Version="1.2.15" />
<PackageReference Include="NServiceBus" Version="9.2.4" />
<PackageReference Include="NServiceBus.Newtonsoft.Json" Version="4.0.0" />
<PackageReference Include="NServiceBus.SagaAudit" Version="5.0.1" />
<PackageReference Include="NServiceBus.SagaAudit" Version="5.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b65d405

Please sign in to comment.