Skip to content

Commit

Permalink
Bump the nservicebuscore group in /src with 4 updates (#1539)
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]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent dcbbd2d commit 90db7ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 19,7 @@
</ItemGroup>

<ItemGroup>
<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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NServiceBus" Version="9.2.3" />
<PackageReference Include="NServiceBus" Version="9.2.4" />
<PackageReference Include="RabbitMQ.Client" Version="7.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NServiceBus.TransportTests.Sources" Version="9.2.3" />
<PackageReference Include="NServiceBus.TransportTests.Sources" 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>
<PackageReference Include="BitFaster.Caching" Version="2.5.2" />
<PackageReference Include="NServiceBus" Version="9.2.3" />
<PackageReference Include="NServiceBus" Version="9.2.4" />
<PackageReference Include="RabbitMQ.Client" Version="7.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 90db7ad

Please sign in to comment.