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

commit 3341357f5f422cd7a9e598261ca7c513f14751e8
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Thu Jan 19 10:06:47 2023 +0100

    Updated NuGet packages
---
 src/DotPulsar/DotPulsar.csproj               | 2 +-
 tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 588c430..6bebccf 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -23,7 +23,7 @@
 
   <ItemGroup>    
     <PackageReference Include="HashDepot" Version="2.0.3" />
-    <PackageReference Include="Microsoft.Extensions.ObjectPool" 
Version="7.0.1" />
+    <PackageReference Include="Microsoft.Extensions.ObjectPool" 
Version="7.0.2" />
     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" 
PrivateAssets="All" />
     <PackageReference Include="protobuf-net" Version="3.1.26" />
     <PackageReference Include="System.IO.Pipelines" Version="7.0.0" />
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj 
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index d1640b1..96ac2eb 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -9,8 +9,8 @@
     <PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.17.0" />
     <PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" />
     <PackageReference Include="DotNetZip" Version="1.16.0" />
-    <PackageReference Include="Ductus.FluentDocker" Version="2.10.57" />
-    <PackageReference Include="FluentAssertions" Version="6.8.0" />
+    <PackageReference Include="Ductus.FluentDocker" Version="2.10.59" />
+    <PackageReference Include="FluentAssertions" Version="6.9.0" />
     <PackageReference Include="IronSnappy" Version="1.3.0" />
     <PackageReference Include="K4os.Compression.LZ4" Version="1.3.5" />
     <PackageReference Include="NSubstitute" Version="4.4.0" />

Reply via email to