Skip to content

Commit

Permalink
Bump NServiceBus in /src in the nservicebuscore group
Browse files Browse the repository at this point in the history
Bumps the nservicebuscore group in /src with 1 update: [NServiceBus](https://github.com/Particular/NServiceBus).


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

---
updated-dependencies:
- dependency-name: NServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nservicebuscore
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent fb8a2ce commit 3afe6d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AcceptanceTestHelper/AcceptanceTestHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NServiceBus" Version="9.1.1" />
<PackageReference Include="NServiceBus" Version="9.2.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/VBTestCode/VBTestCode.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NServiceBus" Version="9.1.1" />
<PackageReference Include="NServiceBus" Version="9.2.2" />
</ItemGroup>

</Project>

0 comments on commit 3afe6d8

Please sign in to comment.