Skip to content

Commit

Permalink
Bump the nservicebuscore group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the nservicebuscore group with 2 updates: [NServiceBus.AcceptanceTests.Sources](https://github.com/Particular/NServiceBus) and [NServiceBus.PersistenceTests.Sources](https://github.com/Particular/NServiceBus).


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

Updates `NServiceBus.PersistenceTests.Sources` from 8.1.1 to 8.1.3
- [Release notes](https://github.com/Particular/NServiceBus/releases)
- [Commits](Particular/NServiceBus@8.1.1...8.1.3)

---
updated-dependencies:
- dependency-name: NServiceBus.AcceptanceTests.Sources
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 6, 2023
1 parent 57d49ea commit af9711e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AcceptanceTests/AcceptanceTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="8.1.1" GeneratePathProperty="true" />
<PackageReference Include="NServiceBus.AcceptanceTests.Sources" Version="8.1.3" GeneratePathProperty="true" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/PersistenceTests/PersistenceTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="Microsoft.ServiceFabric.Data" Version="6.0.1121" />
<!-- DO NOT REMOVE Newtonsoft.Json, it is added so that dependabot knows about version changes-->
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NServiceBus.PersistenceTests.Sources" Version="8.1.1" />
<PackageReference Include="NServiceBus.PersistenceTests.Sources" Version="8.1.3" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.0.1" />
</ItemGroup>

Expand Down

0 comments on commit af9711e

Please sign in to comment.