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.PersistenceTests.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.PersistenceTests.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.PersistenceTests.Sources
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nservicebuscore
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 3ed262b commit bbaec52
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 @@ -17,7 +17,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 Condition="'$(PkgNServiceBus_AcceptanceTests_Sources)' != ''">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NServiceBus.PersistenceTests.Sources" Version="9.2.3" />
<PackageReference Include="NServiceBus.PersistenceTests.Sources" Version="9.2.4" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup Label="Public dependencies">
<PackageReference Include="NServiceBus" Version="9.2.3" />
<PackageReference Include="NServiceBus" Version="9.2.4" />
</ItemGroup>

<ItemGroup Label="Private dependencies">
Expand Down

0 comments on commit bbaec52

Please sign in to comment.