Skip to content

Commit

Permalink
Bump Confluent.Kafka from 2.0.2 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [Confluent.Kafka](https://github.com/confluentinc/confluent-kafka-dotnet) from 2.0.2 to 2.2.0.
- [Release notes](https://github.com/confluentinc/confluent-kafka-dotnet/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-dotnet/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-dotnet@v2.0.2...v2.2.0)

---
updated-dependencies:
- dependency-name: Confluent.Kafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 13, 2023
1 parent 57aecb8 commit 8eb156d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/WebExample/WebExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="2.0.2"/>
<PackageReference Include="Confluent.Kafka" Version="2.2.0"/>
<PackageReference Include="OpenTelemetry.Exporter.Zipkin" Version="1.4.0"/>
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.4.0"/>
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.0.0-rc9.14"/>
Expand Down

0 comments on commit 8eb156d

Please sign in to comment.