From d470e802acd8e30d7ddd6b5cec3af66c7393694c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:46:28 +0200 Subject: [PATCH] Bump Microsoft.Data.SqlClient from 5.1.1 to 5.1.2 (#3048) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump Microsoft.Data.SqlClient from 5.1.1 to 5.1.2 Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](https://github.com/dotnet/sqlclient/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Genereated files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Kiełkowicz --- build/LibraryVersions.g.cs | 2 +- examples/demo/Service/Directory.Packages.props | 2 +- test/Directory.Packages.props | 2 +- test/IntegrationTests/LibraryVersions.g.cs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/LibraryVersions.g.cs b/build/LibraryVersions.g.cs index ab0047cb1b..0cff21c8f0 100644 --- a/build/LibraryVersions.g.cs +++ b/build/LibraryVersions.g.cs @@ -79,7 +79,7 @@ public static class LibraryVersion new("2.1.5"), new("3.1.2"), new("4.1.1"), - new("5.1.1"), + new("5.1.2"), } }, { diff --git a/examples/demo/Service/Directory.Packages.props b/examples/demo/Service/Directory.Packages.props index 4ea61a4963..9ab3f15f4e 100644 --- a/examples/demo/Service/Directory.Packages.props +++ b/examples/demo/Service/Directory.Packages.props @@ -3,7 +3,7 @@ true - + diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 025f4e6d30..a63098c16b 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -18,7 +18,7 @@ - + diff --git a/test/IntegrationTests/LibraryVersions.g.cs b/test/IntegrationTests/LibraryVersions.g.cs index f2d3618d17..16ef5ef04e 100644 --- a/test/IntegrationTests/LibraryVersions.g.cs +++ b/test/IntegrationTests/LibraryVersions.g.cs @@ -85,7 +85,7 @@ public static class LibraryVersion new object[] { "2.1.5" }, new object[] { "3.1.2" }, new object[] { "4.1.1" }, - new object[] { "5.1.1" }, + new object[] { "5.1.2" }, #endif }; public static readonly IReadOnlyCollection MongoDB = new List