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 and NServiceBus.AcceptanceTesting.


Updates `NServiceBus` from 8.1.1 to 8.1.3

Updates `NServiceBus.AcceptanceTesting` from 8.1.1 to 8.1.3

---
updated-dependencies:
- 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 Sep 6, 2023
1 parent bba69ce commit dfbf8cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/IntegrationTests.HostV4/IntegrationTests.HostV4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
<PackageReference Include="NServiceBus" Version="8.1.1" />
<PackageReference Include="NServiceBus" Version="8.1.3" />
<PackageReference Include="NServiceBus.Transport.AzureServiceBus" Version="3.2.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="8.1.1" />
<PackageReference Include="NServiceBus.AcceptanceTesting" Version="8.1.3" />
<PackageReference Include="NServiceBus.Persistence.NonDurable" Version="1.0.0" />
<PackageReference Include="NServiceBus.Transport.AzureServiceBus" Version="3.2.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBus.Tests/ServiceBus.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NServiceBus" Version="8.1.1" />
<PackageReference Include="NServiceBus" Version="8.1.3" />
<PackageReference Include="Particular.Approvals" Version="0.5.0" />
<PackageReference Include="PublicApiGenerator" Version="11.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Testing.Handlers/Testing.Handlers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NServiceBus" Version="8.1.1" />
<PackageReference Include="NServiceBus" Version="8.1.3" />
</ItemGroup>

</Project>

0 comments on commit dfbf8cb

Please sign in to comment.