Skip to content

Commit

Permalink
build(deps): bump Particular.Approvals from 0.3.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps Particular.Approvals from 0.3.0 to 0.6.0.

---
updated-dependencies:
- dependency-name: Particular.Approvals
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 17, 2023
1 parent 5e42b06 commit bdcf4e9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="NServiceBus" Version="9.0.0-alpha.5" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Particular.Approvals" Version="0.3.0" />
<PackageReference Include="Particular.Approvals" Version="0.6.0" />
<PackageReference Include="PublicApiGenerator" Version="11.0.0" />
<PackageReference Include="RavenDB.Client" Version="5.4.110" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/NServiceBus.RavenDB.Tests/API/SubscriptionApprovals.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Collections.Generic;
using NServiceBus.RavenDB.Persistence.SubscriptionStorage;
using NServiceBus.Unicast.Subscriptions;
using NUnit.Framework;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"Id": "Id",
"MessageType": "System.Object, Version=4.0.0",
"MessageType": {
"TypeName": "System.Object",
"Version": "4.0.0"
},
"Subscribers": [
{
"TransportAddress": "TransportAddress",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="NServiceBus" Version="9.0.0-alpha.5" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Particular.Approvals" Version="0.3.0" />
<PackageReference Include="Particular.Approvals" Version="0.6.0" />
<PackageReference Include="PublicApiGenerator" Version="11.0.0" />
<PackageReference Include="RavenDB.Client" Version="5.4.110" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="NServiceBus.TransactionalSession" Version="3.0.0-alpha.1" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Particular.Approvals" Version="0.3.0" />
<PackageReference Include="Particular.Approvals" Version="0.6.0" />
<PackageReference Include="PublicApiGenerator" Version="11.0.0" />
<PackageReference Include="RavenDB.Client" Version="5.4.110" />
</ItemGroup>
Expand Down

0 comments on commit bdcf4e9

Please sign in to comment.