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 d72d044  Updated NuGet packages
d72d044 is described below

commit d72d04426783d5c05ff28eee0a0f31d116ec3ce9
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Mon Jun 29 12:18:13 2026 +0200

    Updated NuGet packages
---
 CHANGELOG.md                                 | 2 +-
 benchmarks/Compression/Compression.csproj    | 4 ++--
 src/DotPulsar/DotPulsar.csproj               | 4 ++--
 tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 756e958..f0cc3db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.1.0/)
 
 ### Changed
 
-- Updated the Google.Protobuf dependency from version 3.34.1 to 3.35.0
+- Updated the Google.Protobuf dependency from version 3.34.1 to 3.35.1
 - Updated the Microsoft.Bcl.AsyncInterfaces dependency from version 10.0.7 to 
10.0.8 for .NET Standard 2.0
 - Updated the Microsoft.Extensions.ObjectPool dependency from version 8.0.26 
to 8.0.27 for .NET 8
 - Updated the Microsoft.Extensions.ObjectPool dependency from version 9.0.15 
to 9.0.16 for .NET 9
diff --git a/benchmarks/Compression/Compression.csproj 
b/benchmarks/Compression/Compression.csproj
index efe188f..b8f2387 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -9,8 +9,8 @@
 
   <ItemGroup>
     <PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
-    <PackageReference Include="Google.Protobuf" Version="3.35.0" />
-    <PackageReference Include="Grpc.Tools" Version="2.81.0">
+    <PackageReference Include="Google.Protobuf" Version="3.35.1" />
+    <PackageReference Include="Grpc.Tools" Version="2.81.1">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; 
buildtransitive</IncludeAssets>
     </PackageReference>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 891c361..ec46348 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -24,8 +24,8 @@
   </PropertyGroup>
  
   <ItemGroup>
-    <PackageReference Include="Google.Protobuf" Version="3.35.0" />
-    <PackageReference Include="Grpc.Tools" Version="2.81.0">
+    <PackageReference Include="Google.Protobuf" Version="3.35.1" />
+    <PackageReference Include="Grpc.Tools" Version="2.81.1">
       <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 1788b86..5327102 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -25,7 +25,7 @@
     </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.6.0" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.7.0" />
     <PackageReference Include="NSubstitute" Version="5.3.0" />
     <PackageReference Include="Shouldly" Version="4.3.0" />
     <PackageReference Include="Testcontainers.Pulsar" Version="4.12.0" />

Reply via email to