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

commit a489fbd447a634f7eb03a2f5c253a406e3aec211
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Wed Dec 11 12:40:57 2024 +0100

    Updated NuGet packages
---
 benchmarks/Compression/Compression.csproj              | 2 +-
 src/DotPulsar/Internal/Abstractions/IConnectionPool.cs | 2 +-
 tests/DotPulsar.Tests/DotPulsar.Tests.csproj           | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/benchmarks/Compression/Compression.csproj 
b/benchmarks/Compression/Compression.csproj
index d25c162..7efceda 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -9,7 +9,7 @@
 
   <ItemGroup>
     <PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
-    <PackageReference Include="Google.Protobuf" Version="3.29.0" />
+    <PackageReference Include="Google.Protobuf" Version="3.29.1" />
     <PackageReference Include="Grpc.Tools" Version="2.68.1">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; 
buildtransitive</IncludeAssets>
diff --git a/src/DotPulsar/Internal/Abstractions/IConnectionPool.cs 
b/src/DotPulsar/Internal/Abstractions/IConnectionPool.cs
index 3e0e34d..dd338bc 100644
--- a/src/DotPulsar/Internal/Abstractions/IConnectionPool.cs
+++ b/src/DotPulsar/Internal/Abstractions/IConnectionPool.cs
@@ -18,5 +18,5 @@ public interface IConnectionPool : IAsyncDisposable
 {
     ValueTask<IConnection> FindConnectionForTopic(string topic, 
CancellationToken cancellationToken = default);
 
-    ValueTask<uint> GetNumberOfPartitions(String topic, CancellationToken 
cancellationToken = default);
+    ValueTask<uint> GetNumberOfPartitions(string topic, CancellationToken 
cancellationToken = default);
 }
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj 
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 296089e..905cf95 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -23,8 +23,8 @@
     <PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
     <PackageReference Include="NSubstitute" Version="5.3.0" />
-    <PackageReference Include="Testcontainers" Version="4.0.0" />
-    <PackageReference Include="Testcontainers.Pulsar" Version="4.0.0" />
+    <PackageReference Include="Testcontainers" Version="4.1.0" />
+    <PackageReference Include="Testcontainers.Pulsar" Version="4.1.0" />
     <PackageReference Include="ToxiproxyNetCore" Version="1.0.35" />
     <PackageReference Include="xunit" Version="2.9.2" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />

Reply via email to