Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump the dependencies group in /SQLHelper.Example with 3 updates #227

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps the dependencies group in /SQLHelper.Example with 3 updates: Microsoft.Data.SqlClient, BigBook and Microsoft.Extensions.ObjectPool.

Updates Microsoft.Data.SqlClient from 6.0.1 to 5.2.2

Changelog

Sourced from Microsoft.Data.SqlClient's changelog.

[Stable release 6.0.1] - 2025-01-23

This update brings the below changes over the previous release:

Fixed

  • Fixed reference assembly definitions for SqlClientDiagnostic APIs #3097
  • Fixed issue with down-level SSL/TLS version warnings #3126

Changed

  • Dependency changes
    • Updated SNI dependency Microsoft.Data.SqlClient.SNI and Microsoft.Data.SqlClient.SNI.runtime to 6.0.2 #3116 #3117

[Stable release 6.0.0] - 2024-12-09

No changes since the last preview release

[Preview Release 6.0.0-preview3.24332.3] - 2024-11-27

This update brings the below changes over the previous release:

Breaking Changes

  • Dropped support for .NET 6 #2927
  • Removed SQL 2000 client-side debugging support for .NET Framework #2981, #2940

Added

  • Enabled NuGet package auditing via NuGet.org audit source #3024
  • Added support for .NET 9 #2946
  • Added dependency on System.Security.Cryptography.Pkcs:9.0.0 to address SYSLIB0057#2946
  • Added dependency on Microsoft.Bcl.Cryptography:9.0.0 #2946
  • Added missing SqlCommand_BeginExecuteReader code sample #3009
  • Added support for SqlConnectionOverrides in OpenAsync() API #2433
  • Added localization in Czech, Polish, and Turkish #2987

Fixed

  • Reverted default value of UseMinimumLoginTimeout context switch to 'true' #2419
  • Added missing DynamicallyAccessedMembers attributes in .NET Runtime reference assemblies. #2946
  • Synchronized dependencies of Reference Assemblies with Runtime assemblies #2878
  • Fixed lazy initialization of the _SqlMetaData hidden column map for .NET Framework #2964

Changed

  • Updated Microsoft.Extensions.Caching.Memory to 9.0.0 for all frameworks #2946
  • Updated System.Configuration.ConfigurationManager to 9.0.0 #2946
  • Updated docs to use absolute links #2949
  • Removed System.Text.Json dependency from .NET 8 #2930

[Preview Release 6.0.0-preview2.24304.8] - 2024-10-30

This update brings the below changes over the previous release:

... (truncated)

Commits
  • a985927 [5.2.2] | Fix decrypt failure to drain data (#2618) (#2817)
  • c7de60b [5.2.2] | Fix ArgumentNullException on SqlDataRecord.GetValue when using Udt ...
  • b5edb42 [5.2] | Fix GenerateSspiClientContext to retry negotiation with default port ...
  • da57fa9 Eng | Add strong name validation to package validator (#2802) (#2803)
  • 56720a0 [5.2] Remove delay sign (#2794)
  • 5460695 [5.2] Fix | Adjust path for .AssemblyAttributes in obj folder (#2550) (#2789)
  • a1672c3 [5.2] Fix | Fix the issue with Socke.Connect in managed SNI (#2777) (#2779)
  • 3fee17d [5.2] Add | Cache TokenCredential objects to take advantage of token caching ...
  • ec5ad66 [5.2] Test | Fixed some Azure managed identity authentication unit test failu...
  • 9ebbc68 Merge in 'release/5.2' changes
  • Additional commits viewable in compare view

Updates BigBook from 6.0.4 to 6.0.5

Changelog

Sourced from BigBook's changelog.

6.0.5 (2025-01-29)

Bug Fixes

  • bump the dependencies group in /BigBook with 3 updates (f40f459)

Other

  • Merge pull request #327 from JaCraig/dependabot/nuget/BigBook.Tests/dependencies-cdc5eca79b (7897b6a)
  • Merge pull request #328 from JaCraig/dependabot/nuget/BigBook/dependencies-0e4070cf1b (0677313)
  • bump Mecha.xUnit in /BigBook.Tests in the dependencies group (3003662)

Commits
  • 328a031 chore(release): 6.0.5
  • 0677313 Merge pull request #328 from JaCraig/dependabot/nuget/BigBook/dependencies-0e...
  • f40f459 fix: bump the dependencies group in /BigBook with 3 updates
  • 7897b6a Merge pull request #327 from JaCraig/dependabot/nuget/BigBook.Tests/dependenc...
  • 3003662 chore: bump Mecha.xUnit in /BigBook.Tests in the dependencies group
  • See full diff in compare view

Updates Microsoft.Extensions.ObjectPool from 9.0.1 to 9.0.1

Commits

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 3 updates: [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient), [BigBook](https://github.com/JaCraig/BigBookOfDataTypes) and [Microsoft.Extensions.ObjectPool](https://github.com/dotnet/aspnetcore).


Updates `Microsoft.Data.SqlClient` from 6.0.1 to 5.2.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...v5.2.2)

Updates `BigBook` from 6.0.4 to 6.0.5
- [Changelog](https://github.com/JaCraig/BigBookOfDataTypes/blob/master/CHANGELOG.md)
- [Commits](JaCraig/BigBookOfDataTypes@v6.0.4...v6.0.5)

Updates `Microsoft.Extensions.ObjectPool` from 9.0.1 to 9.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v9.0.1...v9.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: BigBook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.ObjectPool
  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 Jan 30, 2025
@JaCraig
Copy link
Owner

JaCraig commented Jan 30, 2025

Not approving this PR because it includes a major update of a dependency used in production

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jan 30, 2025
@dependabot dependabot bot deleted the dependabot/nuget/SQLHelper.Example/dependencies-ead3532fbb branch January 30, 2025 00:46
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.

1 participant