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 4c741f7 Updated NuGet packages
4c741f7 is described below
commit 4c741f77db92aa90d5442a23ad94ec49be6d4643
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Tue Jan 4 14:18:49 2022 +0100
Updated NuGet packages
---
src/DotPulsar/DotPulsar.csproj | 4 ++--
tests/DotPulsar.IntegrationTests/DotPulsar.IntegrationTests.csproj | 2 +-
tests/DotPulsar.StressTests/DotPulsar.StressTests.csproj | 2 +-
tests/DotPulsar.Tests/DotPulsar.Tests.csproj | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index 646fba4..cf976bd 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -23,10 +23,10 @@
<ItemGroup>
<PackageReference Include="HashDepot" Version="2.0.3" />
- <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="6.0.0" />
+ <PackageReference Include="Microsoft.Extensions.ObjectPool"
Version="6.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"
PrivateAssets="All" />
<PackageReference Include="protobuf-net" Version="3.0.101" />
- <PackageReference Include="System.IO.Pipelines" Version="6.0.0" />
+ <PackageReference Include="System.IO.Pipelines" Version="6.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
diff --git a/tests/DotPulsar.IntegrationTests/DotPulsar.IntegrationTests.csproj
b/tests/DotPulsar.IntegrationTests/DotPulsar.IntegrationTests.csproj
index b419d2f..c65fb53 100644
--- a/tests/DotPulsar.IntegrationTests/DotPulsar.IntegrationTests.csproj
+++ b/tests/DotPulsar.IntegrationTests/DotPulsar.IntegrationTests.csproj
@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="FluentAssertions" Version="6.2.0" />
+ <PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
diff --git a/tests/DotPulsar.StressTests/DotPulsar.StressTests.csproj
b/tests/DotPulsar.StressTests/DotPulsar.StressTests.csproj
index 3e1a58a..abf1d14 100644
--- a/tests/DotPulsar.StressTests/DotPulsar.StressTests.csproj
+++ b/tests/DotPulsar.StressTests/DotPulsar.StressTests.csproj
@@ -16,7 +16,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers;
buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="FluentAssertions" Version="6.2.0" />
+ <PackageReference Include="FluentAssertions" Version="6.3.0" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
index f35db24..55fd489 100644
--- a/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
+++ b/tests/DotPulsar.Tests/DotPulsar.Tests.csproj
@@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="FluentAssertions" Version="6.2.0" />
+ <PackageReference Include="FluentAssertions" Version="6.3.0" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />