Skip to content

Commit

Permalink
Bump RabbitMQ.Client from 6.2.1 to 6.2.2
Browse files Browse the repository at this point in the history
Bumps [RabbitMQ.Client](https://github.com/rabbitmq/rabbitmq-dotnet-client) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/rabbitmq/rabbitmq-dotnet-client/releases)
- [Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/master/CHANGELOG.md)
- [Commits](rabbitmq/rabbitmq-dotnet-client@v6.2.1...v6.2.2)

---
updated-dependencies:
- dependency-name: RabbitMQ.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2021
1 parent fd6df89 commit b5422e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KS.Fiks.IO.Client.Tests/KS.Fiks.IO.Client.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="KS.Fiks.Maskinporten.Client" Version="1.0.7" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="Newtonsoft.Json" Version="[11.0.1, 13.0.1]" />
<PackageReference Include="RabbitMQ.Client" Version="6.2.1" />
<PackageReference Include="RabbitMQ.Client" Version="6.2.2" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion KS.Fiks.IO.Client/KS.Fiks.IO.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<PackageReference Include="KS.Fiks.Crypto" Version="1.0.4" />
<PackageReference Include="KS.Fiks.IO.Send.Client" Version="1.0.7" />
<PackageReference Include="KS.Fiks.Maskinporten.Client" Version="1.0.7" />
<PackageReference Include="RabbitMQ.Client" Version="6.2.1" />
<PackageReference Include="RabbitMQ.Client" Version="6.2.2" />
<PackageReference Include="Newtonsoft.Json" Version="[11.0.1, 13.0.1]" />
<PackageReference Include="KS.Fiks.QA" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
Expand Down

0 comments on commit b5422e9

Please sign in to comment.