Skip to content

Commit

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


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

Updates `NUnit` from 3.13.3 to 3.14.0

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

Updates `NUnit` from 3.13.3 to 3.14.0

---
updated-dependencies:
- dependency-name: NServiceBus.AcceptanceTests.Sources
  dependency-type: direct:production
  update-type: version-update:semver-major
  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-major
  dependency-group: nservicebuscore
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nservicebuscore
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2024
1 parent 77025c6 commit e3866b9
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="9.1.1" GeneratePathProperty="true" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.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.1.1390" />
<!-- 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.6" />
<PackageReference Include="NServiceBus.PersistenceTests.Sources" Version="9.1.1" />
<PackageReference Include="GitHubActionsTestLogger" Version="2.4.1" />
</ItemGroup>

Expand Down

0 comments on commit e3866b9

Please sign in to comment.