From 730610382aaa6b0ba60864718ec8d76fe38c488e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:23:24 +0000 Subject: [PATCH] Bump System.Data.SqlClient Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx) from 4.8.5 to 4.8.6. - [Release notes](https://github.com/dotnet/corefx/releases) - [Commits](https://github.com/dotnet/corefx/commits) --- updated-dependencies: - dependency-name: System.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- .../Frank.Libraries.Logging/Frank.Libraries.Logging.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Frank.Libraries.Logging/Frank.Libraries.Logging/Frank.Libraries.Logging.csproj b/src/Frank.Libraries.Logging/Frank.Libraries.Logging/Frank.Libraries.Logging.csproj index 86ac9226..39f747e6 100644 --- a/src/Frank.Libraries.Logging/Frank.Libraries.Logging/Frank.Libraries.Logging.csproj +++ b/src/Frank.Libraries.Logging/Frank.Libraries.Logging/Frank.Libraries.Logging.csproj @@ -11,7 +11,7 @@ <PackageReference Include="Microsoft.Extensions.Http.Polly" Version="7.0.13" /> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" /> <PackageReference Include="RestSharp" Version="110.2.0" /> - <PackageReference Include="System.Data.SqlClient" Version="4.8.5" /> + <PackageReference Include="System.Data.SqlClient" Version="4.8.6" /> <PackageReference Include="xunit.abstractions" Version="2.0.3" /> </ItemGroup> <ItemGroup>