Skip to content

Commit

Permalink
Bump the nservicebuscore group in /src with 4 updates
Browse files Browse the repository at this point in the history
Bumps the nservicebuscore group in /src with 4 updates: [NServiceBus](https://github.com/Particular/NServiceBus), [NUnit](https://github.com/nunit/nunit), [NServiceBus.AcceptanceTests.Sources](https://github.com/Particular/NServiceBus) and [NServiceBus.TransportTests.Sources](https://github.com/Particular/NServiceBus).


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

Updates `NUnit` from 4.3.2 to 4.2.2
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.3.2...4.2.2)

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

Updates `NUnit` from 4.3.2 to 4.2.2
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](nunit/nunit@4.3.2...4.2.2)

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

---
updated-dependencies:
- dependency-name: NServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nservicebuscore
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nservicebuscore
- dependency-name: NServiceBus.AcceptanceTests.Sources
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nservicebuscore
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nservicebuscore
- dependency-name: NServiceBus.TransportTests.Sources
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nservicebuscore
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 904ade2 commit 00c1071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="9.2.3" GeneratePathProperty="true" />
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="9.2.4" GeneratePathProperty="true" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Transport/NServiceBus.Transport.AzureServiceBus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.2" />
<PackageReference Include="BitFaster.Caching" Version="2.5.2" />
<PackageReference Include="NServiceBus" Version="9.2.3" />
<PackageReference Include="NServiceBus" Version="9.2.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NServiceBus.TransportTests.Sources" Version="9.2.3" GeneratePathProperty="true" />
<PackageReference Include="NServiceBus.TransportTests.Sources" Version="9.2.4" GeneratePathProperty="true" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 00c1071

Please sign in to comment.