Skip to content

Commit

Permalink
Bump the nservicebuscore group in /src with 3 updates
Browse files Browse the repository at this point in the history
Bumps the nservicebuscore group in /src with 3 updates: [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime), [NServiceBus](https://github.com/Particular/NServiceBus) and [NServiceBus.AcceptanceTesting](https://github.com/Particular/NServiceBus).


Updates `Microsoft.Extensions.Configuration` from 9.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v8.0.0)

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 `NServiceBus.AcceptanceTesting` 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: Microsoft.Extensions.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nservicebuscore
- dependency-name: NServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nservicebuscore
- dependency-name: NServiceBus.AcceptanceTesting
  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 29, 2025
1 parent 9850fa6 commit dd78fcc
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 @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="9.2.3" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="9.2.4" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="MassTransit" Version="8.3.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="9.2.3" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="9.2.4" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="MassTransit" Version="8.3.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="MassTransit" Version="8.3.0" />
<PackageReference Include="MassTransit.Abstractions" Version="8.3.0" />
<PackageReference Include="NServiceBus" Version="9.2.3" />
<PackageReference Include="NServiceBus" Version="9.2.4" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="NServiceBus.CustomChecks" Version="[5.0.0, 6.0.0)"/>
<PackageReference Include="MinVer" Version="6.0.0" PrivateAssets="None" />
Expand Down

0 comments on commit dd78fcc

Please sign in to comment.