Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the dependencies group in /SQLHelper.Example with 1 update: Microsoft.Data.SqlClient.

Updates Microsoft.Data.SqlClient from 6.0.1 to 6.0.2

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

Stable Release v6.0.2

This update brings the below changes over the previous release:

Fixed

  • Fixed possible NullPointerException during socket receive #3283
  • Fixed reference assembly definitions for SqlJson APIs #3169
  • Fixed an error reading the output parameter of type JSON while executing stored procedure #3173

Changed

Changelog

Sourced from Microsoft.Data.SqlClient's changelog.

[Stable release 6.0.2] - 2025-04-25

This update brings the below changes over the previous release:

Fixed

  • Fixed possible NullPointerException during socket receive #3283
  • Fixed reference assembly definitions for SqlJson APIs #3169
  • Fixed an error reading the output parameter of type JSON while executing stored procedure #3173

Changed

Commits
  • b16dec0 [6.0] Port localization string changes (#3296)
  • 7fca8bd [6.0] Replace example password with ******** (#3287)
  • d66559a Handle null socket when receiving packets of data (#3270) (#3283)
  • e1eeee0 [6.0] CVE-2024-43483 - Update Microsoft.Extensions.Caching.Memory (#3281)
  • 5584c44 Trim XML documentation for reference project + fix Note tags (#3233) (#3278)
  • b67c321 ESRP federated credential update (move to AME) (#3261) (#3265)
  • 83e0d37 Revert "[Port main->6.0] Enhance TDS Login ClientInterfaceName field with cli...
  • f3ff3d3 [Port main->6.0] Enhance TDS Login ClientInterfaceName field with client info...
  • ef082bc Ignore processing collation for JSON output params and enhance test coverage ...
  • dafc5a5 Fix ref assemblies for GetSqlJson (#3154) (#3169)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group in /SQLHelper.Example with 1 update: [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient).


Updates `Microsoft.Data.SqlClient` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 28, 2025
Copy link
Owner

@JaCraig JaCraig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving this pull request because it includes a patch or minor update

@JaCraig JaCraig merged commit b4b0d13 into master Apr 28, 2025
3 checks passed
@JaCraig JaCraig deleted the dependabot/nuget/SQLHelper.Example/dependencies-b288991ad9 branch April 28, 2025 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants