From 2c88866caf6d4d02fbe8d30b7dcc1cfaa1dcba47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 18:57:25 +0000 Subject: [PATCH] chore(deps): bump NLog.Extensions.Logging from 5.2.3 to 5.2.5 Bumps [NLog.Extensions.Logging](https://github.com/NLog/NLog.Extensions.Logging) from 5.2.3 to 5.2.5. - [Release notes](https://github.com/NLog/NLog.Extensions.Logging/releases) - [Changelog](https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD) - [Commits](https://github.com/NLog/NLog.Extensions.Logging/compare/v5.2.3...v5.2.5) --- updated-dependencies: - dependency-name: NLog.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- Client.Cloud.Example/Client.Cloud.Example.csproj | 2 +- Client.Examples/Client.Examples.csproj | 2 +- Client.IntegrationTests/Client.IntegrationTests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Client.Cloud.Example/Client.Cloud.Example.csproj b/Client.Cloud.Example/Client.Cloud.Example.csproj index 12512517..06f2ab4e 100644 --- a/Client.Cloud.Example/Client.Cloud.Example.csproj +++ b/Client.Cloud.Example/Client.Cloud.Example.csproj @@ -8,7 +8,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="NLog.Extensions.Logging" Version="5.2.3" /> + <PackageReference Include="NLog.Extensions.Logging" Version="5.2.5" /> <PackageReference Include="zb-client" Version="1.3.0" /> </ItemGroup> diff --git a/Client.Examples/Client.Examples.csproj b/Client.Examples/Client.Examples.csproj index e8228503..72454062 100644 --- a/Client.Examples/Client.Examples.csproj +++ b/Client.Examples/Client.Examples.csproj @@ -16,7 +16,7 @@ <PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.19" /> <PackageReference Include="Newtonsoft.Json" version="13.0.3" /> <PackageReference Include="NLog" Version="5.1.5" /> - <PackageReference Include="NLog.Extensions.Logging" Version="5.2.3" /> + <PackageReference Include="NLog.Extensions.Logging" Version="5.2.5" /> <PackageReference Update="StyleCop.Analyzers" Version="1.1.118" /> </ItemGroup> diff --git a/Client.IntegrationTests/Client.IntegrationTests.csproj b/Client.IntegrationTests/Client.IntegrationTests.csproj index 164db4a4..d32aa665 100644 --- a/Client.IntegrationTests/Client.IntegrationTests.csproj +++ b/Client.IntegrationTests/Client.IntegrationTests.csproj @@ -9,7 +9,7 @@ <PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.19" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="NLog" Version="5.1.5" /> - <PackageReference Include="NLog.Extensions.Logging" Version="5.2.3" /> + <PackageReference Include="NLog.Extensions.Logging" Version="5.2.5" /> <PackageReference Include="nunit" Version="3.13.3" /> <PackageReference Include="NUnit3TestAdapter" Version="4.4.2" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />