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 20 updates #243

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deps group in /src with 20 updates:

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
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
YamlDotNet 15.1.4 15.1.6
Microsoft.Identity.Client 4.61.0 4.61.2
Nox.Secrets.Azure 7.0.234 7.0.236
Microsoft.Graph 5.52.0 5.55.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.0
Swashbuckle.AspNetCore 6.6.1 6.6.2
Nox.Types 7.0.234 7.0.236
Nox.Secrets 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 Microsoft.AspNetCore.DataProtection.Abstractions from 8.0.5 to 8.0.6

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 Microsoft.Identity.Client from 4.61.0 to 4.61.2

Release notes

Sourced from Microsoft.Identity.Client's releases.

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.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.55.0

Changelog

Sourced from Microsoft.Graph's changelog.

[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
  • 5dce377 Merge pull request #2526 from microsoftgraph/dev
  • 9e37351 Merge pull request #2521 from microsoftgraph/kiota/v1.0/pipelinebuild/150887
  • c10023d Update CHANGELOG.md
  • 2fa48ce Update generated files with build 150887
  • ca4db63 Merge pull request #2519 from microsoftgraph/dependabot/nuget/xunit.runner.vi...
  • 354684a Bump xunit.runner.visualstudio from 2.8.0 to 2.8.1
  • bc88e8f Merge pull request #2518 from microsoftgraph/dependabot/nuget/xunit-2.8.1
  • e1b138b Bump xunit from 2.8.0 to 2.8.1
  • 9d53fd5 Merge pull request #2513 from microsoftgraph/dev
  • d6387be Merge pull request #2504 from microsoftgraph/kiota/v1.0/pipelinebuild/149875
  • 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

Full Changelog: elastic/apm-agent-dotnet@v1.27.0...v1.27.1

Changelog

Sourced from Elastic.Apm.NetCoreAll's changelog.

==== 1.27.1 - 2024/05/16

===== Bug fixes

[[release-notes-1.27.0]]

Commits

Updates Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.5 to 8.0.6

Commits

Updates Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.5 to 8.0.6

Commits

Updates Microsoft.Identity.Web from 2.18.1 to 2.19.0

Release notes

Sourced from Microsoft.Identity.Web's releases.

2.19.0

  • Updated to Microsoft.IdentityModel.* 7.6.0

New features

  • Id Web now provides a .WithUser() modifier to the Microsoft Graph queries (like WithAppOnly()). See issue #2855 for details.
  • Id Web now provides a base class for implementing a custom IAuthorizationHeaderProvider. See issue #2856 for details.

Bug fixes

  • Id Web now processes the extra query parameters when included as part of the authority. See issue #2697 for details.

2.18.2

New feature

  • Target Microsoft.IdentityModel 7x in OWIN targets, see issue #2785 for details.

Bug fixes

  • Id Web now accepts an env var to disable interactive auth for KeyVaultCertificateLoader, see issue #2647 for details.
  • Id Web token acquisition on ASP.NET Core 2.x on net472 or net48 implements ITokenAquirerFactory, see issue #2849 for details.
Changelog

Sourced from Microsoft.Identity.Web's changelog.

2.19.0

  • Updated to Microsoft.IdentityModel.* 7.6.0

New features

  • Id Web now provides a .WithUser() modifier to the Microsoft Graph queries (like WithAppOnly()). See issue #2855 for details.
  • Id Web now provides a base class for implementing a custom IAuthorizationHeaderProvider. See issue #2856 for details.

Bug Fixes

  • Id Web now processes the extra query parameters when included as part of the authority. See issue #2697 for details.
  • If Logging:LogLevel:Microsoft.Identity.Web is assigned to None, no default logger is initialized and Microsoft.Identity.Web does not reco...

    Description has been truncated

Bumps the deps group in /src with 20 updates:

| 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` |
| [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` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.1.4` | `15.1.6` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.0` | `4.61.2` |
| [Nox.Secrets.Azure](https://github.com/NoxOrg/Nox.Lib) | `7.0.234` | `7.0.236` |
| [Microsoft.Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet) | `5.52.0` | `5.55.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.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.Secrets](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 `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 `Microsoft.Identity.Client` from 4.61.0 to 4.61.2
- [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.2)

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.55.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.55.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.0
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.18.1...2.19.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 `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: 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: 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: 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 added the dependencies Pull requests that update a dependency file label Jun 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 7, 2024

Superseded by #245.

@dependabot dependabot bot closed this Jun 7, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/deps-f31b1caa2f branch June 7, 2024 08:56
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