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 b95dc1e Updated NuGet packages
b95dc1e is described below
commit b95dc1e32c62577b4e25f1a566fdd93aca17247c
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Thu Nov 28 11:10:35 2024 +0100
Updated NuGet packages
---
benchmarks/Compression/Compression.csproj | 4 ++--
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/benchmarks/Compression/Compression.csproj
b/benchmarks/Compression/Compression.csproj
index 48538eb..75bd08e 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
<PackageReference Include="DotNetZip" Version="1.16.0" />
- <PackageReference Include="Google.Protobuf" Version="3.28.3" />
+ <PackageReference Include="Google.Protobuf" Version="3.29.0" />
<PackageReference Include="Grpc.Tools" Version="2.67.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
@@ -18,7 +18,7 @@
<PackageReference Include="IronSnappy" Version="1.3.1" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="ZstdNet" Version="1.4.5" />
- <PackageReference Include="ZstdSharp.Port" Version="0.8.2" />
+ <PackageReference Include="ZstdSharp.Port" Version="0.8.3" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 0144072..da2e2d0 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -30,7 +30,7 @@
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageReference Include="ZstdNet" Version="1.4.5" />
- <PackageReference Include="ZstdSharp.Port" Version="0.8.2" />
+ <PackageReference Include="ZstdSharp.Port" Version="0.8.3" />
</ItemGroup>
<ItemGroup>