Skip to content

Commit

Permalink
chore: update Confluent packages to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joelfoliveira committed Jul 4, 2023
1 parent 6f4ee66 commit 3561fe6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Confluent.SchemaRegistry" Version="1.9.3" />
<PackageReference Include="Confluent.SchemaRegistry" Version="2.1.1" />
<PackageReference Include="Microsoft.IO.RecyclableMemoryStream" Version="2.1.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<PackageReference Include="Apache.Avro" Version="1.11.0" />
<PackageReference Include="Confluent.Kafka" Version="1.9.3" />
<PackageReference Include="Confluent.SchemaRegistry" Version="1.9.3" />
<PackageReference Include="Confluent.Kafka" Version="2.1.1" />
<PackageReference Include="Confluent.SchemaRegistry" Version="2.1.1" />
<PackageReference Include="Confluent.SchemaRegistry.Serdes.Avro" Version="1.9.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Confluent.SchemaRegistry" Version="1.9.3" />
<PackageReference Include="Confluent.SchemaRegistry" Version="2.1.1" />
<PackageReference Include="Confluent.SchemaRegistry.Serdes.Json" Version="1.9.3" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="1.9.3" />
<PackageReference Include="Confluent.SchemaRegistry" Version="1.9.3" />
<PackageReference Include="Confluent.Kafka" Version="2.1.1" />
<PackageReference Include="Confluent.SchemaRegistry" Version="2.1.1" />
<PackageReference Include="Confluent.SchemaRegistry.Serdes.Protobuf" Version="1.9.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/KafkaFlow/KafkaFlow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="1.9.3" />
<PackageReference Include="Confluent.Kafka" Version="2.1.1" />
<PackageReference Include="System.Threading.Channels" Version="4.7.1" />
</ItemGroup>

Expand Down

0 comments on commit 3561fe6

Please sign in to comment.