NewLife/NewLife.Kafka

Upgrade Nuget
大石头 authored at 2026-03-03 08:08:48
0ca737e
Tree
1 Parent(s) cc97546
Summary: 2 changed files with 2 additions and 2 deletions.
Modified +1 -1
Modified +1 -1
Modified +1 -1
diff --git a/NewLife.Kafka/NewLife.Kafka.csproj b/NewLife.Kafka/NewLife.Kafka.csproj
index 151ed33..cb09ea8 100644
--- a/NewLife.Kafka/NewLife.Kafka.csproj
+++ b/NewLife.Kafka/NewLife.Kafka.csproj
@@ -46,7 +46,7 @@
   <ItemGroup>
     <PackageReference Include="NewLife.Core" Version="11.13.2026.301" />
     <PackageReference Include="Confluent.Kafka">
-      <Version>2.13.1</Version>
+      <Version>2.13.2</Version>
     </PackageReference>
   </ItemGroup>
 
Modified +1 -1
diff --git a/Test/Test.csproj b/Test/Test.csproj
index 384595b..e9314de 100644
--- a/Test/Test.csproj
+++ b/Test/Test.csproj
@@ -7,7 +7,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Confluent.Kafka" Version="2.13.1" />
+    <PackageReference Include="Confluent.Kafka" Version="2.13.2" />
   </ItemGroup>
 
 </Project>