Skip to content

Commit

Permalink
Bump CloudNative.CloudEvents.SystemTextJson from 2.1.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [CloudNative.CloudEvents.SystemTextJson](https://github.com/cloudevents/sdk-csharp) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/cloudevents/sdk-csharp/releases)
- [Changelog](https://github.com/cloudevents/sdk-csharp/blob/master/docs/changes-since-1x.md)
- [Commits](cloudevents/sdk-csharp@CloudNative.CloudEvents.All-2.1.1...CloudNative.CloudEvents.All-2.2.0)

---
updated-dependencies:
- dependency-name: CloudNative.CloudEvents.SystemTextJson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and farodin91 committed Feb 21, 2022
1 parent 59c56aa commit bfce12e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="1.8.2" />
<PackageReference Include="CloudNative.CloudEvents.Kafka" Version="2.1.1" />
<PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.1.1" />
<PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.1.1" />
<PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" />
<PackageReference Include="NATS.Client" Version="0.14.4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="6.0.0" />
<PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.1.1" />
<PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.2.0" />
<PackageReference Include="RabbitMQ.Client" Version="6.2.2" />
</ItemGroup>

Expand Down

0 comments on commit bfce12e

Please sign in to comment.