Skip to content

Commit

Permalink
Merge pull request #42 from microting/dependabot/nuget/master/RabbitM…
Browse files Browse the repository at this point in the history
…q.Client-6.3.1

Bump RabbitMq.Client from 6.3.0 to 6.3.1
  • Loading branch information
renemadsen authored Jun 11, 2022
2 parents 9e1d380 + 075b2b3 commit 2012a60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rebus.RabbitMq.Tests/Rebus.RabbitMq.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="RabbitMQ.Client" Version="6.3.0" />
<PackageReference Include="RabbitMQ.Client" Version="6.3.1" />
<PackageReference Include="Microting.Rebus" Version="7.3.7" />
<PackageReference Include="Microting.Rebus.Tests.Contracts" Version="7.3.7" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Rebus.RabbitMq/Rebus.RabbitMq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microting.Rebus" Version="7.3.7" />
<PackageReference Include="RabbitMq.Client" Version="6.3.0" />
<PackageReference Include="RabbitMq.Client" Version="6.3.1" />
</ItemGroup>
<ItemGroup>
<None Include="..\artwork\little_rebusbus2_copy-500x500.png">
Expand Down

0 comments on commit 2012a60

Please sign in to comment.