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 across 1 directory with 22 updates #246

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

Bumps the deps group with 22 updates in the /src directory:

Package From To
Microsoft.NET.Test.Sdk 17.9.0 17.10.0
xunit 2.8.0 2.8.1
xunit.runner.visualstudio 2.8.0 2.8.1
FluentValidation 11.9.1 11.9.2
Microsoft.AspNetCore.DataProtection.Abstractions 8.0.5 8.0.6
Nox.Secrets.Abstractions 7.0.234 7.0.236
Nox.Solution 7.0.234 7.0.236
Nox.Yaml 7.0.234 7.0.236
Nox.Yaml 7.0.234 7.0.236
YamlDotNet 15.1.4 15.1.6
Azure.Identity 1.11.3 1.11.4
Microsoft.Identity.Client 4.61.0 4.61.3
Nox.Secrets.Azure 7.0.234 7.0.236
Nox.Secrets.Abstractions 7.0.234 7.0.236
Nox.Solution 7.0.234 7.0.236
Nox.Yaml 7.0.234 7.0.236
Microsoft.Graph 5.52.0 5.56.0
System.IdentityModel.Tokens.Jwt 7.5.2 7.6.0
Microsoft.Data.SqlClient 5.2.0 5.2.1
Elastic.Apm.NetCoreAll 1.27.0 1.27.1
Microsoft.AspNetCore.Authentication.JwtBearer 8.0.5 8.0.6
Microsoft.AspNetCore.Authentication.OpenIdConnect 8.0.5 8.0.6
Microsoft.Identity.Web 2.18.1 2.19.1
Azure.Identity 1.11.3 1.11.4
Microsoft.Identity.Client 4.61.0 4.61.3
System.IdentityModel.Tokens.Jwt 7.5.2 7.6.0
Swashbuckle.AspNetCore 6.6.1 6.6.2
Nox.Types 7.0.234 7.0.236
Nox.Yaml 7.0.234 7.0.236
Nox.Secrets 7.0.234 7.0.236
Nox.Secrets.Abstractions 7.0.234 7.0.236
Nox.Solution 7.0.234 7.0.236
Nox.Yaml 7.0.234 7.0.236
Nox.Secrets.Azure 7.0.234 7.0.236

Updates Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

v17.10.0-release-24177-07

What's Changed

... (truncated)

Commits

Updates xunit from 2.8.0 to 2.8.1

Commits
  • ba2ae9b v2.8.1
  • 151b8d0 Use 'dotnet format' instead of 'dotnet dotnet-format'
  • be6db6f #2931: Tighten up types to prevent accidentically calling AddOrGet with a Con...
  • f466d81 #2927: Misleading error message when class used in IClassFixture<> throws exc...
  • 1911ea7 Missed unit test updates
  • f497d65 Cannot use full assembly path as dictionary key for execution options lookup,...
  • c2f2d47 Add ability to provide live output messages from running tests
  • 013093b Polyfill in StringSyntaxAttribute
  • e1e4c2e #2719: Class with custom Fact with throwing Skip should fail appropriately
  • 8b0b13c Clarify naming
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.8.0 to 2.8.1

Commits

Updates FluentValidation from 11.9.1 to 11.9.2

Release notes

Sourced from FluentValidation's releases.

11.9.2

Release notes

Please read the upgrade guide if you are moving from 10.x to 11.x

Note that the after 11.1.0 release, the FluentValidation.AspNetCore package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the core FluentValidation package. For FluentValidation.AspNetCore release notes, please visit the FluentValidation.AspNetCore repository.

Changes in 11.9.2

  • ScalePrecisionValidator error message clarification (#2211)

Changes in 11.9.1

  • Fix issue with CascadeMode on child validators (#2207)

Changes in 11.9.0

  • Fix memory leak in NotEmptyValidator/EmptyValidator (#2174)
  • Add more descriptive error messages if a rule throws a NullReferenceException (#2152)
  • Add support for caching root parameter expressions (eg RuleFor(x => x)) (#2168)
  • Prevent AddValidatorsFromAssemblyContaining from registering validators twice (#2182)
  • Add builds for .net 8

Changes in 11.8.1

  • Fix unintentional behavioural changes in introduced in the previous release as part of #2158

Changes in 11.8.0

  • Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#2114)
  • Fix Serbian translation of LengthValidator (#2147)
  • Fix chinese culture codes (#2151)
  • Add Khmer translations (#2155)
  • Various performance improvements (#2158)
  • Fix ChildRules with class hierarchies (#2165)

Changes in 11.7.1

  • Resolved issue with combining multiple ValidationResult instances where RuleSetsExecuted wasn't properly set on the combined result (#2125)

Changes in 11.7.0

  • Add additional constructor for combining multiple ValidationResult instances (#2125)
  • Add PropertyPath placeholder (#2134)
  • Fix Brazilian Portuguese translation (#2131)

Changes in 11.6.0

  • Add OnFailurecCreated callback in ValidatorOptions.Global (#2120)
  • Fix typo in Russian localization (#2102)
  • Add Tajik language (#2108)
  • Fixed some typos in Validator Extension docblocks (#2118)

Changes in 11.5.2

  • Resolve issue with ruleset propagation for multiple levels of child rules (#2097)

Changes in 11.5.1

  • Deprecated the ability to disable the root model null check via overriding AbstractValidator.EnsureInstanceNotNull (See #2069 for migration steps)

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.9.2 - 10 Jun 2024 ScalePrecisionValidator error message clarification (#2211)

Commits

Updates Microsoft.AspNetCore.DataProtection.Abstractions from 8.0.5 to 8.0.6

Release notes

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

.NET 8.0.6

Release

Commits

Updates Nox.Secrets.Abstractions from 7.0.234 to 7.0.236

Commits

Updates Nox.Solution from 7.0.234 to 7.0.236

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.236

Commits
  • cd21b4b Merge pull request #1489 from NoxOrg/feature/NOX-918-Etag
  • 33adc42 - fixed failing job
  • e142b01 - removed dummy job
  • 4ecb47d - reverted date time tests
  • 4fdb7c8 - changed some tests
  • 51c9d3e Merge remote-tracking branch 'refs/remotes/origin/main' into feature/integrat...
  • e9dfbbd Merge pull request #1487 from NoxOrg/feature/916-NoxResources-Edit
  • 9e80fe3 Add Edit Resource base translations
  • 9110e21 - sonar fixes
  • a6c1620 - added scheduling to integrations
  • See full diff in compare view

Updates Nox.Yaml from 7.0.234 to 7.0.236

Commits
  • cd21b4b Merge pull request #1489 from NoxOrg/feature/NOX-918-Etag
  • 33adc42 - fixed failing job
  • e142b01 - removed dummy job
  • 4ecb47d - reverted date time tests
  • 4fdb7c8 - changed some tests
  • 51c9d3e Merge remote-tracking branch 'refs/remotes/origin/main' into feature/integrat...
  • e9dfbbd Merge pull request #1487 from NoxOrg/feature/916-NoxResources-Edit
  • 9e80fe3 Add Edit Resource base translations
  • 9110e21 - sonar fixes
  • a6c1620 - added scheduling to integrations
  • See full diff in compare view

Updates YamlDotNet from 15.1.4 to 15.1.6

Release notes

Sourced from YamlDotNet's releases.

Release 15.1.6

  • Merge pull request #808 from tomer-amir/fix-hash-code-infinite-recursion
    Fix infinite recursion of the hash code function of YamlMappingNode

  • Merge pull request #924 from kasperk81/frameworknames
    use correct framework

Commits
  • 846ebf7 Merge pull request #924 from kasperk81/frameworknames
  • 53cfe3e Merge pull request #808 from tomer-amir/fix-hash-code-infinite-recursion
  • 057a9c0 Merge remote-tracking branch 'upstream/master' into fix-hash-code-infinite-re...
  • cc5f5a6 adding test cases that cause recursive GetHashCode recursive call
  • 2c57ca2 fix hashcode recursion only for the recursive case (anchor)
  • de28ca2 use correct framework
  • See full diff in compare view

Updates Azure.Identity from 1.11.3 to 1.11.4

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.11.4

1.11.4 (2024-06-10)

Bugs Fixed

  • Managed identity bug fixes
Commits

Updates Microsoft.Identity.Client from 4.61.0 to 4.61.3

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.61.3

Bug Fixes

4.61.2

Bug Fixes

  • Fixed a regression in MSAL 4.61.1 where Proof of Possession (POP) extensibility API was made available for all the confidential client scenarios caused runtime exception for users using higher level SDKs with explicit dependency on MSAL. See 4789
  • Measurement of duration in milliseconds is now consistent across all platforms. See 4784

4.61.1

New Features

  • Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
  • Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
  • Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
  • Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686

Bug Fixes

  • Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
  • Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
  • Fixed token acquisition failure in broker based flow when authority is common. See 4696
Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.61.3

Bug Fixes

4.61.2

Bug Fixes

4.61.1

New Features

  • Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
  • Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
  • Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
  • Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686

Bug Fixes

  • Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
  • Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
  • Fixed token acquisition failure in broker based flow when authority is common. See 4696
Commits

Updates Nox.Secrets.Azure from 7.0.234 to 7.0.236

Commits

Updates Nox.Secrets.Abstractions from 7.0.234 to 7.0.236

Commits

Updates Nox.Solution from 7.0.234 to 7.0.236

Commits

Updates Nox.Yaml from 7.0.234 to 7.0.236

Commits
  • cd21b4b Merge pull request #1489 from NoxOrg/feature/NOX-918-Etag
  • 33adc42 - fixed failing job
  • e142b01 - removed dummy job
  • 4ecb47d - reverted date time tests
  • 4fdb7c8 - changed some tests
  • 51c9d3e Merge remote-tracking branch 'refs/remotes/origin/main' into feature/integrat...
  • e9dfbbd Merge pull request #1487 from NoxOrg/feature/916-NoxResources-Edit
  • 9e80fe3 Add Edit Resource base translations
  • 9110e21 - sonar fixes
  • a6c1620 - added scheduling to integrations
  • See full diff in compare view

Updates Microsoft.Graph from 5.52.0 to 5.56.0

Changelog

Sourced from Microsoft.Graph's changelog.

[5.56.0] - 2024-06-06

  • Latest metadata updates from 4th June 2024.

[5.55.0] - 2024-05-31

  • Latest metadata updates from 28th May 2024.

[5.54.0] - 2024-05-23

  • Latest metadata updates from 21st May 2024.

[5.53.0] - 2024-05-16

  • Latest metadata updates from 14th May 2024.
Commits
  • 1354831 Merge pull request #2535 from microsoftgraph/dev
  • c079f2d Merge pull request #2530 from microsoftgraph/kiota/v1.0/pipelinebuild/151773
  • b547ee2 Merge branch 'dev' into kiota/v1.0/pipelinebuild/151773
  • bd045e0 update change log
  • 5b74afe Add project auto add workflow (#2534)
  • 3346c39 Update generated files with build 151773
  • 5bc0968 Update needs-author-feedback label to replacement (#2529)
  • 5dce377 Merge pull request #2526 from microsoftgraph/dev
  • 9e37351 Merge pull request #2521 from microsoftgraph/kiota/v1.0/pipelinebuild/150887
  • c10023d Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates System.IdentityModel.Tokens.Jwt from 7.5.2 to 7.6.0

Release notes

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

7.6.0

New Features:

  • Update JsonWebToken - extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues #2581, #2583, and #2495 for details.

Bug Fixes:

  • JWE header algorithm is now compliant to IANA document. See issue #2089 for details.

Performance Improvements:

  • Reduce the number of internal array allocations that need to happen for each claim set, see PR #2596.

Fundamentals:

  • Add an AOT compatibility check on each PR to ensure only AOT compatible code is checked-in. See PR #2598.
  • Update perl scrip for OneBranch build. See PR #2602.
  • Add langversion 12 to benchmark tests. See PR #2601.
  • Removed unused build.cmd file. See PR #2605.
  • Create CodeQL exclusions file. See PR #2609.
  • Fix variable usage in AOT script. See PR #2610.
  • Move Microsoft.IdentityModel.Tokens delegates to a new file. See PR #2606
Changelog

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

7.6.0

New Features:

  • Update JsonWebToken - extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues #2581, #2583, and #2495 for details.

Bug Fixes:

  • JWE header algorithm is now compliant to IANA document. See issue #2089 for details.

Performance Improvements:

  • Reduce the number of internal array allocations that need to happen for each claim set, see PR #2596.

Fundamentals:

  • Add an AOT compatibility check on each PR to ensure only AOT compatible code is checked-in. See PR #2598.
  • Update perl scrip for OneBranch build. See PR #2602.
  • Add langversion 12 to benchmark tests. See PR #2601.
  • Removed unused build.cmd file. See PR #2605.
  • Create CodeQL exclusions file. See PR #2609.
  • Fix variable usage in AOT script. See PR #2610.
  • Move Microsoft.IdentityModel.Tokens delegates to a new file. See PR #2606
Commits

Updates Microsoft.Data.SqlClient from 5.2.0 to 5.2.1

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

Stable release v5.2.1

[Stable release 5.2.1] - 2024-05-31

Changed

  • Upgraded Azure.Identity version from 1.10.3 to 1.11.3 #2492, #2528
  • Upgraded Microsoft.Identity.Client version from 4.56.0 to 4.60.3 #2492
  • Code Health improvements: #2467

Fixed

  • Fixed connection errors on Linux when Data Source property contains both named instance and port #2436
  • Fixed SqlConnection.FireInfoMessageEventOnUserErrors when set to true throws an exception #2505
  • Fixed exception when using DATETIMEOFFSET(n) in a TVP if n is 1, 2, 3, or 4 #2506
  • Reverted PR #1983 which caused connection failure delays when using OpenAsync #2507
  • Fixed SqlConnection.Clone() to include AccessTokenCallback #2527
Changelog

Sourced from Microsoft.Data.SqlClient's changelog.

[Stable release 5.2.1] - 2024-05-31

This update brings the below changes over the previous release:

Changed

  • Upgraded Azure.Identity version from 1.10.3 to 1.11.3 #2492, #2528
  • Upgraded Microsoft.Identity.Client version from 4.56.0 to 4.60.3 #2492
  • Code Health improvements: #2467

Fixed

  • Fixed connection errors on Linux when Data Source property contains both named instance and port #2436
  • Fixed SqlConnection.FireInfoMessageEventOnUserErrors when set to true throws an exception #2505
  • Fixed exception when using DATETIMEOFFSET(n) in a TVP if n is 1, 2, 3, or 4 #2506
  • Reverted PR #1983 which caused connection failure delays when using OpenAsync #2507
  • Fixed SqlConnection.Clone() to include AccessTokenCallback #2527
Commits
  • 7af2438 Fix | Enhance certificate validation (#2487)
  • 808d4c3 Change | Separate tests for NetFx and NetCore - NetFx-Only Connection String ...
  • 815e5ab Doc | Fix SNI dependencies of 5.1 and 5.2 release notes (#2537)
  • b7c4007 Enhancement | Add trace logs for packet size (#2522)
  • b178ba5 Fix | Clone of SqlConnection should include AccessTokenCallback (#2525)
  • cd7a3d1 Updating Azure.Identity version to 1.11.3 (#2526)
  • 5cb73fd Merged SqlClientFactory between .NET Core and Framework (#2369)
  • cc6ea21 Streamline conditional compilation symbols (#2486)
  • 9a71c94 Update build guide for Linux (#2499)
  • 4c0f013 Remove UWP (uap) references and special cased code (#2483)
  • Additional commits viewable in compare view

Updates Elastic.Apm.NetCoreAll from 1.27.0 to 1.27.1

Release notes

Sourced from Elastic.Apm.NetCoreAll's releases.

v1.27.1

What's Changed

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 11, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/src/deps-daa7dcf650 branch from a2a0414 to ebf5e8b Compare June 11, 2024 09:36
Bumps the deps group with 22 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.9.0` | `17.10.0` |
| [xunit](https://github.com/xunit/xunit) | `2.8.0` | `2.8.1` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.0` | `2.8.1` |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.9.1` | `11.9.2` |
| [Microsoft.AspNetCore.DataProtection.Abstractions](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.236` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.1.4` | `15.1.6` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.11.3` | `1.11.4` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.0` | `4.61.3` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.236` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` |
| [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) | `5.52.0` | `5.56.0` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.5.2` | `7.6.0` |
| [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) | `5.2.0` | `5.2.1` |
| [Elastic.Apm.NetCoreAll](https://github.com/elastic/apm-agent-dotnet) | `1.27.0` | `1.27.1` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `8.0.5` | `8.0.6` |
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `2.18.1` | `2.19.1` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.11.3` | `1.11.4` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.0` | `4.61.3` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.5.2` | `7.6.0` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.6.1` | `6.6.2` |
| [Nox.Types](https://github.com/NoxOrg/Nox.Types) | `7.0.234` | `7.0.236` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` |
| [Nox.Secrets](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Nox.Secrets.Abstractions](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Nox.Solution](https://github.com/NoxOrg/Nox.Solution) | `7.0.234` | `7.0.236` |
| [Nox.Yaml](https://github.com/NoxOrg/Nox.Generator) | `7.0.234` | `7.0.236` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |



Updates `Microsoft.NET.Test.Sdk` from 17.9.0 to 17.10.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.9.0...v17.10.0)

Updates `xunit` from 2.8.0 to 2.8.1
- [Commits](xunit/xunit@2.8.0...2.8.1)

Updates `xunit.runner.visualstudio` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.8.0...2.8.1)

Updates `FluentValidation` from 11.9.1 to 11.9.2
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](FluentValidation/FluentValidation@11.9.1...11.9.2)

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

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

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

Updates `Nox.Yaml` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.236)

Updates `Nox.Yaml` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.236)

Updates `YamlDotNet` from 15.1.4 to 15.1.6
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.4...v15.1.6)

Updates `Azure.Identity` from 1.11.3 to 1.11.4
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.11.3...Azure.Identity_1.11.4)

Updates `Microsoft.Identity.Client` from 4.61.0 to 4.61.3
- [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.61.0...4.61.3)

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

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

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

Updates `Nox.Yaml` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.236)

Updates `Microsoft.Graph` from 5.52.0 to 5.56.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@v5.52.0...v5.56.0)

Updates `System.IdentityModel.Tokens.Jwt` from 7.5.2 to 7.6.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.5.2...7.6.0)

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

Updates `Elastic.Apm.NetCoreAll` from 1.27.0 to 1.27.1
- [Release notes](https://github.com/elastic/apm-agent-dotnet/releases)
- [Changelog](https://github.com/elastic/apm-agent-dotnet/blob/main/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-dotnet@v1.27.0...v1.27.1)

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

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

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

Updates `Azure.Identity` from 1.11.3 to 1.11.4
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.11.3...Azure.Identity_1.11.4)

Updates `Microsoft.Identity.Client` from 4.61.0 to 4.61.3
- [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.61.0...4.61.3)

Updates `System.IdentityModel.Tokens.Jwt` from 7.5.2 to 7.6.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.5.2...7.6.0)

Updates `Swashbuckle.AspNetCore` from 6.6.1 to 6.6.2
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.6.1...v6.6.2)

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

Updates `Nox.Yaml` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.236)

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

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

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

Updates `Nox.Yaml` from 7.0.234 to 7.0.236
- [Release notes](https://github.com/NoxOrg/Nox.Generator/releases)
- [Commits](NoxOrg/Nox@v7.0.234...v7.0.236)

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

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.AspNetCore.DataProtection.Abstractions
  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: 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: Azure.Identity
  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-patch
  dependency-group: deps
- dependency-name: Nox.Secrets.Azure
  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: 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: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Elastic.Apm.NetCoreAll
  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-minor
  dependency-group: deps
- dependency-name: Azure.Identity
  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-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: Swashbuckle.AspNetCore
  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: Nox.Yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: Nox.Secrets.Azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/deps-daa7dcf650 branch from ebf5e8b to 1cc3ead Compare June 11, 2024 10:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 11, 2024

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

@dependabot dependabot bot closed this Jun 11, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/deps-daa7dcf650 branch June 11, 2024 14:34
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