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

Bump the deps group in /src with 22 updates #212

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2024

Bumps the deps group in /src with 23 updates:

Package From To
Azure.Identity 1.10.4 1.11.0
Microsoft.Identity.Client 4.59.0 4.60.1
Azure.ResourceManager 1.10.1 1.11.0
Azure.ResourceManager.Resources 1.7.0 1.7.1
Microsoft.Graph 5.43.0 5.48.0
System.IdentityModel.Tokens.Jwt 7.3.1 7.4.1
Nox.Secrets 7.0.204 7.0.230
Nox.Secrets.Abstractions 7.0.204 7.0.230
Nox.Solution 7.0.204 7.0.230
Nox.Yaml 7.0.204 7.0.230
YamlDotNet 15.1.1 15.1.2
Nox.Secrets.Azure 7.0.204 7.0.230
System.IO.Abstractions 20.0.15 20.0.34
Microsoft.AspNetCore.DataProtection.Abstractions 8.0.2 8.0.4
Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 8.0.1
Microsoft.Data.SqlClient 5.1.5 5.2.0
Azure.ResourceManager.KeyVault 1.2.0 1.2.1
Nox.Types 7.0.204 7.0.230
Microsoft.AspNetCore.Authentication.JwtBearer 8.0.2 8.0.4
Microsoft.AspNetCore.Authentication.OpenIdConnect 8.0.2 8.0.4
Microsoft.Identity.Web 2.17.0 2.17.4
System.IdentityModel.Tokens.Jwt 7.4.1 7.5.0
coverlet.collector 6.0.1 6.0.2

Updates Azure.Identity from 1.10.4 to 1.11.0

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.11.0

1.11.0 (2024-04-09)

Bugs Fixed

  • AzurePowerShellCredential now handles the case where it falls back to legacy PowerShell without relying on the error message string.

Breaking Changes

  • DefaultAzureCredential now sends a probe request with no retries for IMDS managed identity environments to avoid excessive retry delays when the IMDS endpoint is not available. This should improve credential chain resolution for local development scenarios. See BREAKING_CHANGES.md.
Commits
  • 115b067 Increment package version after release of Azure.Messaging.ServiceBus (#43298)
  • b63cfcb [Service Bus] April 2024 release prep (#43278)
  • cc45f7e Update AutoRest C# version to 3.0.0-beta.20240408.3 (#43292)
  • 190968f Update AutoRest C# version to 3.0.0-beta.20240408.2 (#43290)
  • 3c07c4f [WebJobs][EventHubsExtension] Fix metrics when azure checkpoint container doe...
  • 944e29d Update Generator Version 3.0.0-beta.20240408.1 (#43287)
  • 3f4a495 Make AddDependency public and use project ref for ease of testing (#43257)
  • 0e30d39 Prep Broker for release (#43281)
  • 1a1467c Increase IMDS retry count to 5 (#43249)
  • 0f3696b [Service Bus] Model factory comments (#43276)
  • Additional commits viewable in compare view

Updates Microsoft.Identity.Client from 4.59.0 to 4.60.1

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.60.1

Addressed an issue where attempts to acquire a token via certificate authentication resulted in a Microsoft.Identity.Client.MsalServiceException (Error code: AADSTS5002730), signaling an "Invalid JWT token. Unsupported key for the signing algorithm." This was due to a known bug in Microsoft Entra ID (Azure AD) that affects the handling of JWT tokens signed with certain algorithms, specifically SHA2 and PSS. See 4690

4.60.0

New Features

  • AAD client assertions are computed using SHA 256 and PSS padding. See 4428
  • CorrelationId is available in MsalException. See 4187
  • Open telemetry records telemetry for proactive token refresh background process. See 4492
  • MSAL.Net now supports generic authorities with query parameters. See 4631

Bug Fixes

  • MSAL.Net now logs an error when OBO is performed over common or organizations. See 4606
  • MSAL.Net now handles the v2.0 authorization endpoint. See 4416
  • Improved logging and error message when the web api received claims challenge. See 4496
  • Cloud shell error message from the managed identity endpoint is parsed correctly. See 4402
  • Improved error message when CCA certificate is disposed before MSAL can use it. See 4602
  • Client id is now accepted as a scope. See 4652
Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.60.1

Bug Fixes

Resolved an issue where MSAL attempts to acquire a token via certificate authentication using SHA2 and PSS resulting in a `MsalServiceException' (Error code: AADSTS5002730). See 4690

4.60.0

New Features

  • AAD client assertions are computed using SHA 256 and PSS padding. See 4428
  • CorrelationId is available in MsalException. See 4187
  • Open telemetry records telemetry for proactive token refresh background process. See 4492
  • MSAL.Net now supports generic authorities with query parameters. See 4631

Bug Fixes

  • MSAL.Net now logs an error when OBO is performed over common or organizations. See 4606
  • MSAL.Net now handles the v2.0 authorization endpoint. See 4416
  • Improved logging and error message when the web api receives a claims challenge. See 4496
  • Cloud shell error message from the managed identity endpoint is now parsed correctly. See 4402
  • Improved error message when CCA certificate is disposed before MSAL can use it. See 4602
  • Client id is now accepted as a scope. See 4652
Commits
  • 463c985 Temporary Workaround for AAD JWT Token Signing Algorithm Issue (#4692)
  • 6e129f6 Update CHANGELOG.md (#4684)
  • 3e806d8 Fix xml comments warnings (#4683)
  • 80faef7 SsoPolicy support for PCA. (#4659)
  • e065471 Make URL settable in extensibility point to allow setting query params
  • adedbaa Try to fix the tests failing on one branch (#4680)
  • 1230d24 [OneBranch] Update InstallAndroid.ps1 and install android 31 (#4675)
  • d237013 Use MSI based Resource Manager for Builds / Tests (#4674)
  • add5f1c Add a comment to API ID
  • 097c27b Update src/client/Microsoft.Identity.Client/AppConfig/ConfidentialClientAppli...
  • Additional commits viewable in compare view

Updates Azure.ResourceManager from 1.10.1 to 1.11.0

Release notes

Sourced from Azure.ResourceManager's releases.

Azure.ResourceManager_1.11.0

1.11.0 (2024-03-22)

Features Added

  • Added BicepModelReaderWriterOptions.
Commits

Updates Azure.ResourceManager.Resources from 1.7.0 to 1.7.1

Release notes

Sourced from Azure.ResourceManager.Resources's releases.

Azure.ResourceManager.Resources_1.7.1

1.7.1 (2024-03-23)

Features Added

  • Enable the new model serialization by using the System.ClientModel, refer this document for more details.
  • Added experimental Bicep serialization.
Commits
  • 0fd6cc7 Prep ARM releases (#42930)
  • 9e75f04 Re-enable tests and add custom serialization for ManagedServiceIdentity (#42929)
  • f1b5b5b Increment package version after release of Azure.ResourceManager (#42923)
  • 60c39ea Updating MobileNetwork SDK with new API release 2024-02-01 (#42217)
  • c729cdc Merge feature/cdk into main (#42870)
  • 1f40862 Added documentaiton to clarify BlobCopyFromUriOptions.CopySourceTagsMode beha...
  • 0ef8e8d [Storage] [DataMovement] Blob Preserve - Http headers, Access Tier and Metada...
  • f403667 Prepare for release (#42912)
  • 95aa88f Fix for GeographyEntity.Neighborhood causes RequestFailedException (#42905)
  • 5e398e5 Hotfix/resourcemanager/1.10.3 (#42908) (#42913)
  • Additional commits viewable in compare view

Updates Microsoft.Graph from 5.43.0 to 5.48.0

Changelog

Sourced from Microsoft.Graph's changelog.

[5.48.0] - 2024-04-09

  • Latest metadata updates from 9th April 2024.

[5.47.0] - 2024-04-04

  • Latest metadata updates from 4th April 2024.

[5.46.0] - 2024-03-27

  • Latest metadata updates from 27th March 2024.

[5.45.0] - 2024-03-21

  • Latest metadata updates from 20th March 2024.

[5.44.0] - 2024-02-28

  • Latest metadata updates from 27th February 2024.
Commits
  • 5bc8a9f Merge pull request #2420 from microsoftgraph/dev
  • eb848df Merge pull request #2419 from microsoftgraph/kiota/v1.0/pipelinebuild/142638
  • eaab6d6 Update CHANGELOG.md
  • 0c12ccf Update generated files with build 142638
  • fdc5210 Merge pull request #2410 from microsoftgraph/dev
  • d650061 Merge pull request #2403 from microsoftgraph/kiota/v1.0/pipelinebuild/141818
  • ea61418 Bump version and release notes
  • f3d9ae7 Update generated files with build 141818
  • 1deded9 Merge pull request #2400 from microsoftgraph/dev
  • fea8c90 Merge pull request #2399 from microsoftgraph/kiota/v1.0/pipelinebuild/141029
  • Additional commits viewable in compare view

Updates System.IdentityModel.Tokens.Jwt from 7.3.1 to 7.4.1

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

7.4.1

Bug Fixes:

  • SamlSecurityTokenHandler and Saml2SecurityTokenHandler now can fetch configuration when validating SAML issuer and signature. See PR #2412
  • JsonWebToken.ReadToken now correctly checks Dot3 index in JWE. See PR #2501

Engineering Excellence:

  • Remove reference to Microsoft.IdentityModel.Logging in Microsoft.IdentityModel.Protocols, which already depends on it via Microsoft.IdentityModel.Tokens. See PR #2508
  • Adjust uppercase json serialization tests to fix an unreliable test method, add consistency to naming. See PR #2512
  • Disable the 'restore' and 'build' steps of 'build and pack' in build.sh, improving speed. See PR #2521

7.4.0

New Features:

  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See PR #2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See PR #2497.

Performance Improvements:

  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #2487 and in PR #2458.

Fundamentals:

  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to PR #2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in PR #2491.

Engineering Excellence:

  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in PR #2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in PR #2496.

7.4.0-preview1

Performance Improvements:

  • The existing JsonWebToken constructors now utilizes ReadOnlyMemory and Span to extract token segments, eliminating the need for string.split operations.
  • A new constructor has been introduced that accepts ReadOnlyMemory of an encoded token. See issue #2487.

Performance Assessment on .NET 8:

  • When using the preview version and opting for the constructor that accepts a string for the encoded token, the generation of a JWS yields a 3.95% decrease in memory usage, a 4.52% reduction in Gen0 and a 4.61% decrease in execution time compared to the latest release.
  • The performance of the constructor that accepts ReadOnlyMemory is comparable to the constructor accepting a string for the encoded token, both for JWS and JWE.

Preview branch: image

Dev (main) branch: image

View the benchmarks here.

Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

7.4.1

Bug Fixes:

  • SamlSecurityTokenHandler and Saml2SecurityTokenHandler now can fetch configuration when validating SAML issuer and signature. See PR #2412
  • JsonWebToken.ReadToken now correctly checks Dot3 index in JWE. See PR #2501

Engineering Excellence:

  • Remove reference to Microsoft.IdentityModel.Logging in Microsoft.IdentityModel.Protocols, which already depends on it via Microsoft.IdentityModel.Tokens. See PR #2508
  • Adjust uppercase json serialization tests to fix an unreliable test method, add consistency to naming. See PR #2512
  • Disable the 'restore' and 'build' steps of 'build and pack' in build.sh, improving speed. See PR #2521

7.4.0

New Features:

  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See PR #2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See PR #2497.

Performance Improvements:

  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #2487 and in PR #2458.

Fundamentals:

  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to PR #2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in PR #2491.

Engineering Excellence:

  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in PR #2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in PR #2496.
Commits
  • c1c24e2 Remove reference to Microsoft.IdentityModel.Logging in Microsoft.IdentityMode...
  • 795bbf0 Revert whitespace change in tests
  • 7cf0b79 Revert more whitespace changes
  • d2caeb8 Fix unnecessary whitespace changes
  • a1eaeeb Add tests:
  • 8def3ae Refactor PopulateValidationParametersWithCurrentConfigurationAsync to a share...
  • 3eae565 Small refactor of Saml2SecurityTokenHandler
  • 24927af Small refactor of SamlSecurityTokenHandler
  • 10c7984 Fetch configuration when validating SAML issuer and signature
  • 4279d53 Improve build.sh speed (#2521)
  • Additional commits viewable in compare view

Updates Nox.Secrets from 7.0.204 to 7.0.230

Commits

Updates Nox.Secrets.Abstractions from 7.0.204 to 7.0.230

Commits

Updates Nox.Solution from 7.0.204 to 7.0.230

Commits

Updates Nox.Yaml from 7.0.204 to 7.0.230

Release notes

Sourced from Nox.Yaml's releases.

v7.0.230

No release notes provided.

v7.0.229

No release notes provided.

v7.0.228

No release notes provided.

v7.0.227

No release notes provided.

v7.0.226

No release notes provided.

v7.0.225

No release notes provided.

v7.0.224

No release notes provided.

v7.0.223

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.222...v7.0.223

v7.0.222

No release notes provided.

v7.0.221

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.220...v7.0.221

v7.0.220

No release notes provided.

v7.0.219

No release notes provided.

v7.0.218

What's Changed

Full Changelog: NoxOrg/Nox@v7.0.217...v7.0.218

... (truncated)

Commits
  • 8112779 Merge pull request #1480 from NoxOrg/feature/NOX-819
  • a345685 cleanup;
  • d208235 added changes;
  • 105bf84 NOX-820 - Delete Owned Entity with Localized field fails in Postgres (#1475)
  • 378f8fa Merge pull request #1478 from NoxOrg/feature/NOX-883
  • 404056f Added tests
  • 3f0d21a Updated OwnedTranslationsByParentIdQuery to use PluralName when relationship ...
  • bbb02f7 NOX-812 Add new API to Get Owned Entity Localized Data (#1477)
  • a29c612 Merge pull request #1476 from NoxOrg/feature/env-var-regex
  • 391b322 Change Regex for Environment Varibales
  • Additional commits viewable in compare view

Updates YamlDotNet from 15.1.1 to 15.1.2

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.2

  • Merge pull request #912 from EdwardCooke/ec-732
    Fixed #732, quote strings starting with whitespace characters
Commits
  • 7ae209b Quoted test changes to not log to stdout
  • 33ed33b Merge pull request #912 from EdwardCooke/ec-732
  • 66c68a2 Fixed #732, quote strings starting with whitespace characters
  • See full diff in compare view

Updates Nox.Secrets.Azure from 7.0.204 to 7.0.230

Commits

Updates System.IO.Abstractions from 20.0.15 to 20.0.34

Release notes

Sourced from System.IO.Abstractions's releases.

v20.0.34

What's Changed

Full Changelog: TestableIO/System.IO.Abstractions@v20.0.28...v20.0.34

v20.0.28

What's Changed

New Contributors

Full Changelog: TestableIO/System.IO.Abstractions@v20.0.15...v20.0.28

Commits
  • c7eca74 fix: remove unused .NET versions in CI build (#1101)
  • 6c82ec4 chore(deps): update dependency dotnet-sdk to v8.0.203 (#1100)
  • 269854a Make FileSystemStream properties virtual: (#1099)
  • 5ab2fed chore(deps): update danielpalme/reportgenerator-github-action action to v5.2....
  • 9226403 chore(deps): update dependency dotnet-sdk to v8.0.202 (#1097)
  • e381375 chore(deps): update dependency coverlet.collector to v6.0.2 (#1096)
  • 3229ce9 feat: add testability for DriveInfo (#1094)
  • d517e19 chore(deps): update softprops/action-gh-release action to v2 (#1095)
  • 71f534c chore(deps): update dependency nunit to v4.1.0 (#1093)
  • f7f884a chore(deps): update danielpalme/reportgenerator-github-action action to v5.2....
  • Additional commits viewable in compare view

Updates System.IdentityModel.Tokens.Jwt from 7.3.1 to 7.4.1

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

7.4.1

Bug Fixes:

  • SamlSecurityTokenHandler and Saml2SecurityTokenHandler now can fetch configuration when validating SAML issuer and signature. See PR #2412
  • JsonWebToken.ReadToken now correctly checks Dot3 index in JWE. See PR #2501

Engineering Excellence:

  • Remove reference to Microsoft.IdentityModel.Logging in Microsoft.IdentityModel.Protocols, which already depends on it via Microsoft.IdentityModel.Tokens. See PR #2508
  • Adjust uppercase json serialization tests to fix an unreliable test method, add consistency to naming. See PR #2512
  • Disable the 'restore' and 'build' steps of 'build and pack' in build.sh, improving speed. See PR #2521

7.4.0

New Features:

  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See PR #2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See PR #2497.

Performance Improvements:

  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #2487 and in PR #2458.

Fundamentals:

  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to PR #2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in PR #2491.

Engineering Excellence:

  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in PR #2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in PR #2496.

7.4.0-preview1

Performance Improvements:

  • The existing JsonWebToken constructors now utilizes ReadOnlyMemory and Span to extract token segments, eliminating the need for string.split operations.
  • A new constructor has been introduced that accepts ReadOnlyMemory of an encoded token. See issue #2487.

Performance Assessment on .NET 8:

  • When using the preview version and opting for the constructor that accepts a string for the encoded token, the generation of a JWS yields a 3.95% decrease in memory usage, a 4.52% reduction in Gen0 and a 4.61% decrease in execution time compared to the latest release.
  • The performance of the constructor that accepts ReadOnlyMemory is comparable to the constructor accepting a string for the encoded token, both for JWS and JWE.

Preview branch: image

Dev (main) branch: image

View the benchmarks here.

Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

7.4.1

Bug Fixes:

  • SamlSecurityTokenHandler and Saml2SecurityTokenHandler now can fetch configuration when validating SAML issuer and signature. See PR #2412
  • JsonWebToken.ReadToken now correctly checks Dot3 index in JWE. See PR #2501

Engineering Excellence:

  • Remove reference to Microsoft.IdentityModel.Logging in Microsoft.IdentityModel.Protocols, which already depends on it via Microsoft.IdentityModel.Tokens. See PR #2508
  • Adjust uppercase json serialization tests to fix an unreliable test method, add consistency to naming. See PR #2512
  • Disable the 'restore' and 'build' steps of 'build and pack' in build.sh, improving speed. See PR #2521

7.4.0

New Features:

  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See PR #2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See PR #2497.

Performance Improvements:

  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #2487 and in PR #2458.

Fundamentals:

  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to PR #2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in PR #2491.

Engineering Excellence:

  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in PR #2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in PR #2496.
Commits
  • c1c24e2 Remove reference to Microsoft.IdentityModel.Logging in Microsoft.IdentityMode...
  • 795bbf0 Revert whitespace change in tests
  • 7cf0b79 Revert more whitespace changes
  • d2caeb8 Fix unnecessary whitespace changes
  • a1eaeeb Add tests:
  • 8def3ae Refactor PopulateValidationParametersWithCurrentConfigurationAsync to a share...
  • 3eae565 Small refactor of Saml2SecurityTokenHandler
  • 24927af Small refactor of SamlSecurityTokenHandler
  • 10c7984 Fetch configuration when validating SAML issuer and signature
  • 4279d53 Improve build.sh speed (#2521)
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.DataProtection.Abstractions from 8.0.2 to 8.0.4

Release notes

Sourced from Microsoft.AspNetCore.DataProtection.Abstractions's releases.

.NET 8.0.4

Release

.NET 8.0.3

...

Description has been truncated

Bumps the deps group in /src with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.10.4` | `1.11.0` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.59.0` | `4.60.1` |
| [Azure.ResourceManager](https://github.com/Azure/azure-sdk-for-net) | `1.10.1` | `1.11.0` |
| [Azure.ResourceManager.Resources](https://github.com/Azure/azure-sdk-for-net) | `1.7.0` | `1.7.1` |
| [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) | `5.43.0` | `5.48.0` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.3.1` | `7.4.1` |
| [Nox.Secrets](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.230` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.230` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.204` | `7.0.230` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.204` | `7.0.230` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.1.1` | `15.1.2` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.204` | `7.0.230` |
| [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) | `20.0.15` | `20.0.34` |
| [Microsoft.AspNetCore.DataProtection.Abstractions](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.4` |
| [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` |
| [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) | `5.1.5` | `5.2.0` |
| [Azure.ResourceManager.KeyVault](https://github.com/Azure/azure-sdk-for-net) | `1.2.0` | `1.2.1` |
| [Nox.Types](https://github.com/NoxOrg/Nox.Types) | `7.0.204` | `7.0.230` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.4` |
| [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `8.0.2` | `8.0.4` |
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `2.17.0` | `2.17.4` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.4.1` | `7.5.0` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.1` | `6.0.2` |


Updates `Azure.Identity` from 1.10.4 to 1.11.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.4...Azure.Identity_1.11.0)

Updates `Microsoft.Identity.Client` from 4.59.0 to 4.60.1
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.59.0...4.60.1)

Updates `Azure.ResourceManager` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.ResourceManager_1.10.1...Azure.ResourceManager_1.11.0)

Updates `Azure.ResourceManager.Resources` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.ResourceManager.Resources_1.7.0...Azure.ResourceManager.Resources_1.7.1)

Updates `Microsoft.Graph` from 5.43.0 to 5.48.0
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-dotnet/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-dotnet/blob/dev/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-dotnet@5.43.0...v5.48.0)

Updates `System.IdentityModel.Tokens.Jwt` from 7.3.1 to 7.4.1
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.3.1...v7.4.1)

Updates `Nox.Secrets` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Secrets.Abstractions` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.230)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

Updates `Nox.Secrets.Azure` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `System.IO.Abstractions` from 20.0.15 to 20.0.34
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](TestableIO/System.IO.Abstractions@v20.0.15...v20.0.34)

Updates `System.IdentityModel.Tokens.Jwt` from 7.3.1 to 7.4.1
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.3.1...v7.4.1)

Updates `Microsoft.AspNetCore.DataProtection.Abstractions` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.2...v8.0.4)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)

Updates `Microsoft.Identity.Client` from 4.59.0 to 4.60.1
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.59.0...4.60.1)

Updates `Nox.Secrets.Abstractions` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Nox.Solution` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.230)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

Updates `Nox.Solution` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Solution/releases)
- [Commits](https://github.com/NoxOrg/Nox.Solution/commits)

Updates `Nox.Yaml` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.204...v7.0.230)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

Updates `YamlDotNet` from 15.1.1 to 15.1.2
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.1...v15.1.2)

Updates `Nox.Secrets.Azure` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Lib/releases)
- [Commits](https://github.com/NoxOrg/Nox.Lib/commits)

Updates `Microsoft.Data.SqlClient` from 5.1.5 to 5.2.0
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v5.1.5...V5.2.0)

Updates `Azure.ResourceManager.KeyVault` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.ResourceManager.KeyVault_1.2.0...Azure.ResourceManager.KeyVault_1.2.1)

Updates `Nox.Types` from 7.0.204 to 7.0.230
- [Release notes](https://github.com/NoxOrg/Nox.Types/releases)
- [Commits](https://github.com/NoxOrg/Nox.Types/commits)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.2...v8.0.4)

Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.2...v8.0.4)

Updates `Microsoft.Identity.Web` from 2.17.0 to 2.17.4
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/2.17.4/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.17.0...2.17.4)

Updates `System.IdentityModel.Tokens.Jwt` from 7.4.1 to 7.5.0
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.3.1...v7.4.1)

Updates `coverlet.collector` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Azure.ResourceManager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Azure.ResourceManager.Resources
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Graph
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Nox.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: System.IO.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Microsoft.AspNetCore.DataProtection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Nox.Secrets.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Solution
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: Azure.ResourceManager.KeyVault
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Nox.Types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

8 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 12, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 16, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 19, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 23, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 24, 2024

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

@dependabot dependabot bot closed this Apr 24, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/deps-94b12a5155 branch April 24, 2024 09:07
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants