Skip to content

Commit 4e995f2

Browse files
authored
chore(deps): update dependency microsoft.data.sqlclient to 6.1.2 (#3229)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.Data.SqlClient](https://aka.ms/sqlclientproject) ([source](https://redirect.github.com/dotnet/sqlclient)) | `6.1.1` -> `6.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Data.SqlClient/6.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.Data.SqlClient/6.1.1/6.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/sqlclient (Microsoft.Data.SqlClient)</summary> ### [`v6.1.2`](https://redirect.github.com/dotnet/sqlclient/blob/HEAD/CHANGELOG.md#Stable-Release-612---2025-10-07) This update brings the below changes over the previous stable release: ##### Fixed - Fixed an issue where initializing PerformanceCounters would throw `System.InvalidOperationException` [#&#8203;3629](https://redirect.github.com/dotnet/sqlclient/pull/3629) - Fixed an issue where a Custom SqlClientAuthenticationProvider was being overwritten by default implementation. [#&#8203;3651](https://redirect.github.com/dotnet/SqlClient/pull/3651) - Fixed a concurrency issue in connection pooling where the number of active connections could be lower than the configured maximum pool size. [#&#8203;3653](https://redirect.github.com/dotnet/SqlClient/pull/3653) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am" in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/GoogleCloudPlatform/dotnet-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 9b316f6 commit 4e995f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/sql-server/CloudSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<ItemGroup>
88
<PackageReference Include="Google.Cloud.Diagnostics.AspNetCore3" Version="5.3.0" />
9-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.1" />
9+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.2" />
1010
<PackageReference Include="Polly" Version="8.6.4" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)