Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps Microsoft.Data.SqlClient, NServiceBus and NServiceBus.Transport.SqlServer. These dependencies needed to be updated together.
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 NServiceBus from 9.2.6 to 9.1.2

Commits
  • c6085d8 Fix ref struct scan for sagas (#7187) (#7193)
  • 4ab258c Merge pull request #7176 from Particular/GitHubSync-20241011-193924
  • 7516140 GitHubSync update - release-9.1
  • 581218c Fixes the ingestion of physical messages containing multiple logical messages...
  • a8cfa7e Remove wrongly added RemoveSourceFileFromPackage elements from ATT project (#...
  • 52a800d Merge pull request #7110 from Particular/change-auto-increment-9-1
  • 9af6317 Update auto increment to patch
  • a2ca1a7 Add a direct reference to Asn1 to force version without a CVE (#7109)
  • d7b35c1 Introduce processing time metric. (#7097)
  • 1a053ae Bump actions/setup-dotnet from 4.0.0 to 4.0.1
  • Additional commits viewable in compare view

Updates NServiceBus.Transport.SqlServer from 8.1.7 to 8.1.8

Release notes

Sourced from NServiceBus.Transport.SqlServer's releases.

8.1.8

As part of this release we had 6 commits which resulted in 1 issue being closed.

Bug

Where to get it

You can download this release from NuGet.

Version: ClamAV 1.0.8/27597/Thu Apr  3 08:40:04 2025
Scan Date: Thu, 03 Apr 2025 11:43:10 GMT

----------- SCAN SUMMARY ----------- Known viruses: 8706130 Engine version: 1.0.8 Scanned directories: 1 Scanned files: 4 Infected files: 0 Data scanned: 2.47 MB Data read: 0.59 MB (ratio 4.16:1) Time: 15.208 sec (0 m 15 s) Start Date: 2025:04:03 11:42:50 End Date: 2025:04:03 11:43:05

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…SqlServer

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient), [NServiceBus](https://github.com/Particular/NServiceBus) and [NServiceBus.Transport.SqlServer](https://github.com/Particular/NServiceBus.SqlServer). These dependencies needed to be updated together.

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 `NServiceBus` from 9.2.6 to 9.1.2
- [Release notes](https://github.com/Particular/NServiceBus/releases)
- [Commits](Particular/NServiceBus@9.2.6...9.1.2)

Updates `NServiceBus.Transport.SqlServer` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/Particular/NServiceBus.SqlServer/releases)
- [Commits](Particular/NServiceBus.SqlServer@8.1.7...8.1.8)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: NServiceBus
  dependency-version: 9.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NServiceBus.Transport.SqlServer
  dependency-version: 8.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2025

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 9, 2025
@dependabot dependabot bot deleted the dependabot/nuget/src/multi-b9c0f4a397 branch April 9, 2025 00:39
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

Development

Successfully merging this pull request may close these issues.

1 participant