This is an automated email from the ASF dual-hosted git repository.

blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 596164d  Updated NuGet packages
596164d is described below

commit 596164d690a42ec4f93bc7d27ee4b6b463c99a89
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Thu Jul 16 12:33:13 2026 +0200

    Updated NuGet packages
---
 benchmarks/Compression/Compression.csproj    | 2 +-
 samples/Consuming/Consuming.csproj           | 2 +-
 samples/Extensions/Extensions.csproj         | 6 +++---
 samples/Producing/Producing.csproj           | 2 +-
 src/DotPulsar/DotPulsar.csproj               | 2 +-
 tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 6 +++---
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/benchmarks/Compression/Compression.csproj 
b/benchmarks/Compression/Compression.csproj
index b8f2387..bb23e65 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -10,7 +10,7 @@
   <ItemGroup>
     <PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
     <PackageReference Include="Google.Protobuf" Version="3.35.1" />
-    <PackageReference Include="Grpc.Tools" Version="2.81.1">
+    <PackageReference Include="Grpc.Tools" Version="2.82.0">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; 
buildtransitive</IncludeAssets>
     </PackageReference>
diff --git a/samples/Consuming/Consuming.csproj 
b/samples/Consuming/Consuming.csproj
index a2ab484..2a0916c 100644
--- a/samples/Consuming/Consuming.csproj
+++ b/samples/Consuming/Consuming.csproj
@@ -8,7 +8,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.8" 
/>
+    <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.10" 
/>
   </ItemGroup>
 
   <ItemGroup>
diff --git a/samples/Extensions/Extensions.csproj 
b/samples/Extensions/Extensions.csproj
index ee3f790..4c5cabd 100644
--- a/samples/Extensions/Extensions.csproj
+++ b/samples/Extensions/Extensions.csproj
@@ -8,9 +8,9 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.Extensions.DependencyInjection" 
Version="10.0.8" />
-    <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.8" 
/>
-    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" 
Version="10.0.8" />
+    <PackageReference Include="Microsoft.Extensions.DependencyInjection" 
Version="10.0.10" />
+    <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.10" 
/>
+    <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" 
Version="10.0.10" />
   </ItemGroup>
 
   <ItemGroup>
diff --git a/samples/Producing/Producing.csproj 
b/samples/Producing/Producing.csproj
index 3dff01a..40bcd0c 100644
--- a/samples/Producing/Producing.csproj
+++ b/samples/Producing/Producing.csproj
@@ -8,7 +8,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.8" 
/>
+    <PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.10" 
/>
   </ItemGroup>
 
   <ItemGroup>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index ec46348..24c8c1b 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -25,7 +25,7 @@
  
   <ItemGroup>
     <PackageReference Include="Google.Protobuf" Version="3.35.1" />
-    <PackageReference Include="Grpc.Tools" Version="2.81.1">
+    <PackageReference Include="Grpc.Tools" Version="2.82.0">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; 
buildtransitive</IncludeAssets>
     </PackageReference>
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj 
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 5327102..ff68ef7 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -25,10 +25,10 @@
     </PackageReference>
     <PackageReference Include="IronSnappy" Version="1.3.1" />
     <PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
-    <PackageReference Include="NSubstitute" Version="5.3.0" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
+    <PackageReference Include="NSubstitute" Version="6.0.0" />
     <PackageReference Include="Shouldly" Version="4.3.0" />
-    <PackageReference Include="Testcontainers.Pulsar" Version="4.12.0" />
+    <PackageReference Include="Testcontainers.Pulsar" Version="4.13.0" />
     <PackageReference Include="ToxiproxyNetCore" Version="1.0.50" />
     <PackageReference Include="xunit.v3" Version="3.2.2" />
     <PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

Reply via email to