Skip to content

Commit

Permalink
Bump NServiceBus and NServiceBus.SagaAudit in /src (#68)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mauro Servienti <[email protected]>
  • Loading branch information
dependabot[bot] and mauroservienti authored Jan 23, 2025
1 parent 33dc7ce commit f2b3072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommonConfigurations/CommonConfigurations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="NServiceBus.Extensions.Hosting" Version="3.0.1" />
<PackageReference Include="NServiceBus.Extensions.Logging" Version="3.0.1" />
<PackageReference Include="NServiceBus.ServicePlatform.Connector" Version="3.0.2" />
<PackageReference Include="NServiceBus.SagaAudit" Version="5.0.1" />
<PackageReference Include="NServiceBus.SagaAudit" Version="5.0.2" />
<PackageReference Include="OpenTelemetry" Version="1.11.0" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.6.0-rc.1" />
Expand Down

0 comments on commit f2b3072

Please sign in to comment.