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 530ec00 Updated NuGet packages
530ec00 is described below
commit 530ec00328325477f84c6c36886d06ed233d1a17
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Mon Nov 17 10:16:56 2025 +0100
Updated NuGet packages
---
CHANGELOG.md | 6 ++++++
benchmarks/Compression/Compression.csproj | 4 ++--
src/DotPulsar/DotPulsar.csproj | 2 +-
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 4 ++--
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fdf2ee..aaec393 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this
file.
The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [Unreleased]
+
+### Changed
+
+- Updated the Google.Protobuf dependency from version 3.33.0 to 3.33.1
+
## [5.0.0] - 2025-10-24
### Changed
diff --git a/benchmarks/Compression/Compression.csproj
b/benchmarks/Compression/Compression.csproj
index eb18f0e..f62f5d7 100644
--- a/benchmarks/Compression/Compression.csproj
+++ b/benchmarks/Compression/Compression.csproj
@@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="BenchmarkDotNet" Version="0.15.5" />
- <PackageReference Include="Google.Protobuf" Version="3.33.0" />
+ <PackageReference Include="BenchmarkDotNet" Version="0.15.6" />
+ <PackageReference Include="Google.Protobuf" Version="3.33.1" />
<PackageReference Include="Grpc.Tools" Version="2.76.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index ebcd2d6..9b09308 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Google.Protobuf" Version="3.33.0" />
+ <PackageReference Include="Google.Protobuf" Version="3.33.1" />
<PackageReference Include="Grpc.Tools" Version="2.76.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index 5bf915d..1a5dad7 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -24,11 +24,11 @@
</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.0.0" />
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="Shouldly" Version="4.3.0" />
<PackageReference Include="Testcontainers.Pulsar" Version="4.8.1" />
- <PackageReference Include="ToxiproxyNetCore" Version="1.0.40" />
+ <PackageReference Include="ToxiproxyNetCore" Version="1.0.47" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
<PrivateAssets>all</PrivateAssets>