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 all-packages group across 1 directory with 29 updates #383

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the all-packages group with 29 updates in the /UKHO.ExchangeSetService.API directory:

Package From To
Azure.Storage.Blobs 12.15.1 12.22.2
FluentAssertions 6.12.0 6.12.1
JWT 10.0.2 10.1.1
Microsoft.Identity.Client 4.61.3 4.66.1
Microsoft.NET.Test.Sdk 17.5.0 17.11.1
NUnit 3.13.3 3.14.0
NUnit3TestAdapter 4.4.2 4.6.0
SonarAnalyzer.CSharp 8.55.0.65544 8.56.0.67649
FakeItEasy 7.3.1 7.4.0
Microsoft.ApplicationInsights.AspNetCore 2.21.0 2.22.0
AutoMapper.Extensions.Microsoft.DependencyInjection 12.0.0 12.0.1
Azure.Extensions.AspNetCore.Configuration.Secrets 1.2.2 1.3.2
Elastic.Apm 1.23.0 1.30.0
FluentValidation 11.5.1 11.10.0
Microsoft.AspNetCore.Authentication.JwtBearer 6.0.33 6.0.35
Microsoft.IdentityModel.Logging 6.34.0 6.35.0
System.IdentityModel.Tokens.Jwt 6.34.0 6.35.0
Microsoft.AspNetCore.HeaderPropagation 6.0.33 6.0.35
Microsoft.AspNetCore.Mvc.NewtonsoftJson 6.0.33 6.0.35
Microsoft.Graph.Core 3.0.4 3.1.22
Microsoft.IdentityModel.Logging 6.34.0 6.36.0
Swashbuckle.AspNetCore 6.5.0 6.9.0
Swashbuckle.AspNetCore.Filters 7.0.6 7.0.12
Swashbuckle.AspNetCore.Newtonsoft 6.5.0 6.9.0
Microsoft.AspNetCore.Mvc.NewtonsoftJson 6.0.33 8.0.0
System.IdentityModel.Tokens.Jwt 6.34.0 6.36.0
Microsoft.IdentityModel.Logging 6.34.0 6.36.0
Elastic.Apm.Azure.Storage 1.23.0 1.30.0
Elastic.Apm 1.23.0 1.30.0
Azure.Storage.Queues 12.13.1 12.20.1
CsvHelper 30.0.1 30.1.0
Swashbuckle.AspNetCore.Annotations 6.5.0 6.9.0
System.IO.Abstractions 19.2.4 19.2.91
Microsoft.Azure.WebJobs.Extensions.Storage 5.2.1 5.3.3
Azure.Storage.Blobs 12.15.1 12.21.1
Azure.Storage.Queues 12.13.1 12.19.1

Updates Azure.Storage.Blobs from 12.15.1 to 12.22.2

Release notes

Sourced from Azure.Storage.Blobs's releases.

Azure.Storage.Blobs_12.22.2

12.22.2 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Common_12.21.1

12.21.1 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Blobs.Batch_12.20.0-beta.2

12.20.0-beta.2 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Files.DataLake_12.21.0-beta.2

12.21.0-beta.2 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Queues_12.21.0-beta.2

12.21.0-beta.2 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Files.Shares_12.21.0-beta.2

12.21.0-beta.2 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Common_12.22.0-beta.2

12.22.0-beta.2 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.
Commits
  • 8c14304 [Storage] Patch Release for Blobs to include hotfix from previous release (#4...
  • 7a01ac6 [Storage] Prepare for patch release for Storage GA releases (except for blobs...
  • 635f03f Update Packages.Data.props (#46534)
  • 3691dff Update version of System.Text.Json (#46508)
  • c7548c1 Revert "[Storage] Add Queue Permissions enum to represent QueueAccessPolicy.P...
  • f362309 Update to newer resource id for open source api (#46044)
  • 5f8b725 Update perf tests to use federated auth (#46040)
  • 70567f2 Core TransferManager tests (#46014)
  • f328c76 Prepare for release (#46039)
  • c44e76d Increment package version after release of Azure.Identity (#46007)
  • Additional commits viewable in compare view

Updates FluentAssertions from 6.12.0 to 6.12.1

Release notes

Sourced from FluentAssertions's releases.

6.12.1

What's Changed

Improvements

  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #2530

Fixes

  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #2390, #2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #2445, #2511
  • BeEquivalentTo with a custom comparer can now handle null values - #2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #2648

Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1

Commits
  • a8e7f17 Update qodana
  • d58e0b5 Turn off RoslynAnalyzers in Qodana WF (#2504)
  • 2181217 Remove unused usings
  • 2c3a012 Make implicit usage more explicit
  • 1d5d64f Do not use UsingLineBreaks for [Not]BeSameAs
  • c30fc7a Fixed BeEquivalentTo when using a custom comparer targeting nullable types ...
  • f9b770b Make ThrowWithinAsync respect canceled tasks (#2614)
  • f204cf3 Simplify deferred allocation with local function
  • a3644b0 Only allocate Lazy<> and lambda when necessary
  • f3b4564 Ensured that nested assertion scopes produce a nested context (#2607)
  • Additional commits viewable in compare view

Updates JWT from 10.0.2 to 10.1.1

Changelog

Sourced from JWT's changelog.

JWT 10.1.1

  • Made ctor of ValidationParameters public, set default values for boolean properties to true

JWT 10.1.0

  • Unmarked HMAC SHA based algorithms as insecure and obsolete (was done in 9.0.0-beta4)

JWT 10.0.3

  • Added default ctor to JwtHeader and decorated it with [JsonConstructor]
Commits

Updates Microsoft.Identity.Client from 4.61.3 to 4.66.1

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.66.1

Bug Fixes

4.66.0

New Features

  • Enabled extended functionality in the MSAL authentication flow through the implementation of IAuthenticationOperation. This allows for custom extensions in the authentication flow by providing an authentication operation interface. See [Issue #4956](AzureAD/microsoft-authentication-library-for-dotnet#4956)
  • MSAL.NET will now opt-in to regional ESTS when the environment variable MSAL_FORCE_REGION is set (e.g., MSAL_FORCE_REGION=eastus). This automatically directs MSAL to use the specified region for token acquisition. If the region is explicitly set to "DisableMsalForceRegion", MSAL will not opt-in to regional ESTS. Use of the WithAzureRegion(xyz) API takes precedence over the environment variable. See [Issue #4930](AzureAD/microsoft-authentication-library-for-dotnet#4930)

4.65.2-Preview

  • Refactored CDT Prototype
  • Moved prototype to separate folder
  • Removed dependency on MSAL internals

4.65.0

New Features

Bug Fixes

4.64.1

No release notes provided.

4.64.0

New Features

Bug Fixes

4.63.0

New Features

Bug Fixes

4.62.0

New Features

Bug Fixes

... (truncated)

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.66.1

Bug Fixes

4.66.0

New Features

  • Enabled extended functionality in the MSAL authentication flow through the implementation of IAuthenticationOperation. This allows for custom extensions in the authentication flow by providing an authentication operation interface. See [Issue #4956](AzureAD/microsoft-authentication-library-for-dotnet#4956)
  • MSAL.NET will now opt-in to regional ESTS when the environment variable MSAL_FORCE_REGION is set (e.g., MSAL_FORCE_REGION=eastus). This automatically directs MSAL to use the specified region for token acquisition. If the region is explicitly set to "DisableMsalForceRegion", MSAL will not opt-in to regional ESTS. Use of the WithAzureRegion(xyz) API takes precedence over the environment variable. See [Issue #4930](AzureAD/microsoft-authentication-library-for-dotnet#4930)

4.65.0

New Features

Bug Fixes

4.64.1

Bug Fixes

4.64.0

New Features

Bug Fixes

4.63.0

New Features

Bug Fixes

4.62.0

New Features

... (truncated)

Commits
  • ac1cb05 Update CHANGELOG.md for MSAL 4.66.1 (#4971)
  • afb2fa9 Fix Date-Time Parsing in GetDurationFromNowInSeconds for Multiple Formats (#4...
  • d766ff1 Update CHANGELOG.md for 4.66.0 (#4961)
  • 985dd61 Update System.Text.Json to a non vulnerable version (#4960)
  • 6d9fdac fix the warning - XML comment has badly formed XML (#4959)
  • cd459f6 Opt-in to regional when env variable MSAL_FORCE_REGION is set (#4954)
  • 97c51de Adding authentication extension api to enable the extending of MSAL (#4859)
  • 9c40835 Remove Maui app from release build (#4955)
  • 00f35f6 Update CHANGELOG.md (#4944)
  • e8baa99 Fix the config authority type to acquire the type from AuthorityInfo (#4943)
  • Additional commits viewable in compare view

Updates Microsoft.NET.Test.Sdk from 17.5.0 to 17.11.1

Release notes

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

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

v17.11.0

What's Changed

New Contributors

... (truncated)

Changelog

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

Release Notes

17.6.1 and newer

Please see release notes directly in the release page: https://github.com/microsoft/vstest/releases

17.6.0

Issues Fixed

  • Add legacy feeds
  • [rel/17.6] Fix Newtonsoft versions in testhost.deps.json #4372
  • Revert "Revert "Fix signature verification" (#4333" #4345
  • Revert "Fix signature verification" #4333
  • Fix signature verification #4331
  • Pre-start testhosts #3666
  • Add dotnet vstest deprecation message #4297
  • Catch unhandled exception and avoid crash on test host exit #4291
  • Remove chutzpah #4249
  • Fix string conversion of Microsoft.TestPlatform.Extensions.TrxLogger.ObjectMode.TestOutcome #4243
  • Fix potential trx logger NRE #4240
  • handle object disposed exception #4221
  • Added support for checking testhost compatibility with test sessions #4199

See full log here

Artifacts

  • TestPlatform vsix: 17.6.0
  • Microsoft.TestPlatform.ObjectModel : 17.6.0

17.3.3

Issues Fixed

  • [rel/17.3] Update Newtonsoft.Json to 13.0.1 #4299

See full log here

Drops

  • TestPlatform vsix: 17.3.3
  • Microsoft.TestPlatform.ObjectModel : 17.3.3

17.2.1

Issues Fixed

  • [rel/17.2] Update Newtonsoft.Json to 13.0.1 #4310

See full log here

... (truncated)

Commits

Updates NUnit from 3.13.3 to 3.14.0

Release notes

Sourced from NUnit's releases.

NUnit 3.14.0

See release notes

Changelog

Sourced from NUnit's changelog.

NUnit 3.14.0 - November 4, 2023

See Release Notes

Commits
  • d784a33 Merge pull request #4534 from nunit/release314
  • c0ce832 Fixing packages, readmes and (c)
  • d26355a Prepare release 3.14
  • c2eed24 Issue2466 propagate stack trace to child result (#4467)
  • 9b46601 Merge pull request #4392 from Plasma/feature-partition-filter
  • 90a1f99 Added a new filter, PartitionFilter, that allows you to filter to a subset of...
  • 4f009ef Merge pull request #4390 from stevenaw/2729-async-sources-v3
  • 8a86b36 Async valuesource + testfixturesource
  • 198e1fd Async TestCaseSource
  • c37595f Merge pull request #4346 from stevenaw/4246-fix-cultures-v3
  • Additional commits viewable in compare view

Updates NUnit3TestAdapter from 4.4.2 to 4.6.0

Release notes

Sourced from NUnit3TestAdapter's releases.

V4.6.0

See release notes

V4.5.0

Release for support of NUnit4 Fix for Issue #1100

Commits

Updates SonarAnalyzer.CSharp from 8.55.0.65544 to 8.56.0.67649

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

8.56

Release 8.56 is here and it brings a whole lot of improvements. We implemented S3900 and S3655 for VB.NET and at the same time, we also got improvements to the C# versions of S3900, S3655, S2222, and S2259. Special kudos to @​Corniel who contributed new rule S5856 and several other enhancements.

New Rules

  • 6797 - [VB.NET] New Rule S3900 for VB.NET: Arguments of public methods should be validated against Nothing
  • 6795 - [VB.NET] New Rule S3655 for VB.NET: Empty nullable value should not be accessed
  • 6691 - [C#, VB.NET] New Rule S5856: Regex literals should be valid by @​Corniel

Improvements (S3900, S3655, S2222, and S2259)

  • 6794 - [C#] Improve S3655: Support C# 9 and C# 10 syntax
  • 6793 - [C#] Improve S3900: Support C# 9 and C# 10 syntax
  • 6997 - [C#] Fix S3900: FN and FP
  • 7060 - [C#] Fix S3900 FP: Don't raise if parameter is captured
  • 2775 - [C#] Fix S3900 FP: is is not considered as null-check
  • 2670 - [C#] Fix S3900 FP: with string.IsNullOrEmpty
  • 7004 - [C#] Fix S3900: Change parameter dereference check to top-down
  • 6682 - [C#] Fix S3655 FP: HasValue checked with Pattern matching
  • 4250 - [C#] Fix S2259 FP: Lifted operator results in null value in value type comparison
  • 6994 - [C#, VB.NET] Fix S2222: Branch on createdNew parameter on Mutex constructor
  • 6840 - [C#, VB.NET] Fix S2259 FP/FN: Do not raise on Nullable members
  • 6241 - [C#, VB.NET] Fix S2259 FP: is null check on generic type
  • 6930 - [C#, VB.NET] Fix S2259 FN: Auto-Properties don't learn ObjectConstraint
  • 6898 - [C#, VB.NET] Fix S2259 FN: Raise on fields and events
  • 7048 - [VB.NET] Fix S2259 FP: ValidatedNotNullAttribute in extension method
  • 7047 - [VB.NET] Fix S3900 FP: Recognize VB extensions
  • 6991 - [VB.NET] Fix S3655 FN: VB implicit conversions

Other improvements

  • 6899 - Update RSPEC
  • 6910 - Fix S2094 FP: Allow to have empty classes, used as generic parameter
  • 6878 - [C#] Fix S1168 FP: Does not respect nullable annotations by @​Corniel
  • 6890 - [C#, VB.NET] Fix S1123 FN: The explanation should not be null or whitespace by @​Corniel

@​corniel contributions

  • 6691 - [C#, VB.NET] New Rule S5856: Regex literals should be valid
  • 6890 - [C#, VB.NET] Fix S1123 FN: The explanation should not be null or whitespace
  • 6825 - [C#] Expand the ShimLayer with ITypeSymbol.NullableAnnotation
  • 6878 - [C#] Fix S1168 FP: Does not respect nullable annotations
Commits

Updates FakeItEasy from 7.3.1 to 7.4.0

Release notes

Sourced from FakeItEasy's releases.

7.4.0

New

  • Ensure anonymous parameters are handled and displayed correctly in all cases (#1928)

Fixed

  • NullReferenceException thrown when attempting to build unmet expectation message that includes an anonymous parameter (#1920)
  • ArgumentCollection.ArgumentNames has type IEnumerable<string> but may contain nulls (#1922)
  • Provide placeholder names for anonymous parameters in received call description (#1924)

Additional Items

  • Fix typo in Assertions documentation: MustHaveHappendMustHaveHappened (#1904)
  • Migrate documentation from Read the Docs to the FakeItEasy website. The documentation is built using

Bumps the all-packages group with 29 updates in the /UKHO.ExchangeSetService.API directory:

| Package | From | To |
| --- | --- | --- |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.15.1` | `12.22.2` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.0` | `6.12.1` |
| [JWT](https://github.com/jwt-dotnet/jwt) | `10.0.2` | `10.1.1` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.61.3` | `4.66.1` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.5.0` | `17.11.1` |
| [NUnit](https://github.com/nunit/nunit) | `3.13.3` | `3.14.0` |
| [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) | `4.4.2` | `4.6.0` |
| [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `8.55.0.65544` | `8.56.0.67649` |
| [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) | `7.3.1` | `7.4.0` |
| [Microsoft.ApplicationInsights.AspNetCore](https://github.com/Microsoft/ApplicationInsights-dotnet) | `2.21.0` | `2.22.0` |
| [AutoMapper.Extensions.Microsoft.DependencyInjection](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection) | `12.0.0` | `12.0.1` |
| [Azure.Extensions.AspNetCore.Configuration.Secrets](https://github.com/Azure/azure-sdk-for-net) | `1.2.2` | `1.3.2` |
| [Elastic.Apm](https://github.com/elastic/apm-agent-dotnet) | `1.23.0` | `1.30.0` |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.5.1` | `11.10.0` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `6.0.33` | `6.0.35` |
| [Microsoft.IdentityModel.Logging](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `6.34.0` | `6.35.0` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `6.34.0` | `6.35.0` |
| [Microsoft.AspNetCore.HeaderPropagation](https://github.com/dotnet/aspnetcore) | `6.0.33` | `6.0.35` |
| [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) | `6.0.33` | `6.0.35` |
| [Microsoft.Graph.Core](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core) | `3.0.4` | `3.1.22` |
| [Microsoft.IdentityModel.Logging](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `6.34.0` | `6.36.0` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.5.0` | `6.9.0` |
| [Swashbuckle.AspNetCore.Filters](https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters) | `7.0.6` | `7.0.12` |
| [Swashbuckle.AspNetCore.Newtonsoft](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.5.0` | `6.9.0` |
| [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) | `6.0.33` | `8.0.0` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `6.34.0` | `6.36.0` |
| [Microsoft.IdentityModel.Logging](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `6.34.0` | `6.36.0` |
| [Elastic.Apm.Azure.Storage](https://github.com/elastic/apm-agent-dotnet) | `1.23.0` | `1.30.0` |
| [Elastic.Apm](https://github.com/elastic/apm-agent-dotnet) | `1.23.0` | `1.30.0` |
| [Azure.Storage.Queues](https://github.com/Azure/azure-sdk-for-net) | `12.13.1` | `12.20.1` |
| [CsvHelper](https://github.com/JoshClose/CsvHelper) | `30.0.1` | `30.1.0` |
| [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.5.0` | `6.9.0` |
| [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) | `19.2.4` | `19.2.91` |
| [Microsoft.Azure.WebJobs.Extensions.Storage](https://github.com/Azure/azure-sdk-for-net) | `5.2.1` | `5.3.3` |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.15.1` | `12.21.1` |
| [Azure.Storage.Queues](https://github.com/Azure/azure-sdk-for-net) | `12.13.1` | `12.19.1` |



Updates `Azure.Storage.Blobs` from 12.15.1 to 12.22.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.15.1...Azure.Storage.Blobs_12.22.2)

Updates `FluentAssertions` from 6.12.0 to 6.12.1
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.12.0...6.12.1)

Updates `JWT` from 10.0.2 to 10.1.1
- [Release notes](https://github.com/jwt-dotnet/jwt/releases)
- [Changelog](https://github.com/jwt-dotnet/jwt/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jwt-dotnet/jwt/commits)

Updates `Microsoft.Identity.Client` from 4.61.3 to 4.66.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.61.3...4.66.1)

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

Updates `NUnit` from 3.13.3 to 3.14.0
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/v3.14.0/CHANGES.md)
- [Commits](nunit/nunit@v3.13.3...v3.14.0)

Updates `NUnit3TestAdapter` from 4.4.2 to 4.6.0
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](nunit/nunit3-vs-adapter@V4.4.2...V4.6.0)

Updates `SonarAnalyzer.CSharp` from 8.55.0.65544 to 8.56.0.67649
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@8.55.0.65544...8.56.0.67649)

Updates `FakeItEasy` from 7.3.1 to 7.4.0
- [Release notes](https://github.com/FakeItEasy/FakeItEasy/releases)
- [Commits](FakeItEasy/FakeItEasy@7.3.1...7.4.0)

Updates `Microsoft.ApplicationInsights.AspNetCore` from 2.21.0 to 2.22.0
- [Release notes](https://github.com/Microsoft/ApplicationInsights-dotnet/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/ApplicationInsights-dotnet@2.21.0...2.22.0)

Updates `AutoMapper.Extensions.Microsoft.DependencyInjection` from 12.0.0 to 12.0.1
- [Release notes](https://github.com/AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection/releases)
- [Commits](AutoMapper/AutoMapper.Extensions.Microsoft.DependencyInjection@v12.0.0...v12.0.1)

Updates `Azure.Extensions.AspNetCore.Configuration.Secrets` from 1.2.2 to 1.3.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Extensions.AspNetCore.Configuration.Secrets_1.2.2...Azure.Extensions.AspNetCore.Configuration.Secrets_1.3.2)

Updates `Elastic.Apm` from 1.23.0 to 1.30.0
- [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.23.0...v1.30.0)

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

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 6.0.33 to 6.0.35
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.33...v6.0.35)

Updates `Microsoft.IdentityModel.Logging` from 6.34.0 to 6.35.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@6.34.0...6.35.0)

Updates `System.IdentityModel.Tokens.Jwt` from 6.34.0 to 6.35.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@6.34.0...6.35.0)

Updates `Microsoft.AspNetCore.HeaderPropagation` from 6.0.33 to 6.0.35
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.33...v6.0.35)

Updates `Microsoft.AspNetCore.Mvc.NewtonsoftJson` from 6.0.33 to 6.0.35
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.33...v6.0.35)

Updates `Microsoft.Graph.Core` from 3.0.4 to 3.1.22
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/blob/main/CHANGELOG.md)
- [Commits](microsoftgraph/msgraph-sdk-dotnet-core@3.0.4...3.1.22)

Updates `Microsoft.IdentityModel.Logging` from 6.34.0 to 6.36.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@6.34.0...6.35.0)

Updates `Swashbuckle.AspNetCore` from 6.5.0 to 6.9.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.5.0...v6.9.0)

Updates `Swashbuckle.AspNetCore.Filters` from 7.0.6 to 7.0.12
- [Changelog](https://github.com/mattfrear/Swashbuckle.AspNetCore.Filters/blob/master/CHANGELOG.md)
- [Commits](mattfrear/Swashbuckle.AspNetCore.Filters@v7.0.6...v7.0.12)

Updates `Swashbuckle.AspNetCore.Newtonsoft` from 6.5.0 to 6.9.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.5.0...v6.9.0)

Updates `Microsoft.AspNetCore.Mvc.NewtonsoftJson` from 6.0.33 to 8.0.0
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.33...v6.0.35)

Updates `System.IdentityModel.Tokens.Jwt` from 6.34.0 to 6.36.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@6.34.0...6.35.0)

Updates `Microsoft.IdentityModel.Logging` from 6.34.0 to 6.36.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@6.34.0...6.35.0)

Updates `Elastic.Apm.Azure.Storage` from 1.23.0 to 1.30.0
- [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.23.0...v1.30.0)

Updates `Elastic.Apm` from 1.23.0 to 1.30.0
- [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.23.0...v1.30.0)

Updates `Azure.Storage.Queues` from 12.13.1 to 12.20.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Queues_12.13.1...Azure.Storage.Queues_12.20.1)

Updates `CsvHelper` from 30.0.1 to 30.1.0
- [Commits](JoshClose/CsvHelper@30.0.1...30.1.0)

Updates `Swashbuckle.AspNetCore.Annotations` from 6.5.0 to 6.9.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.5.0...v6.9.0)

Updates `System.IO.Abstractions` from 19.2.4 to 19.2.91
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](TestableIO/System.IO.Abstractions@v19.2.4...v19.2.91)

Updates `Microsoft.Azure.WebJobs.Extensions.Storage` from 5.2.1 to 5.3.3
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Microsoft.Azure.WebJobs.Extensions.Storage_5.2.1...Microsoft.Azure.WebJobs.Extensions.Storage_5.3.3)

Updates `Azure.Storage.Blobs` from 12.15.1 to 12.21.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.15.1...Azure.Storage.Blobs_12.22.2)

Updates `Azure.Storage.Queues` from 12.13.1 to 12.19.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Queues_12.13.1...Azure.Storage.Queues_12.20.1)

---
updated-dependencies:
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: JWT
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: FakeItEasy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.ApplicationInsights.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: AutoMapper.Extensions.Microsoft.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Azure.Extensions.AspNetCore.Configuration.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Elastic.Apm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.IdentityModel.Logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.HeaderPropagation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Graph.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.IdentityModel.Logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Swashbuckle.AspNetCore.Filters
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Swashbuckle.AspNetCore.Newtonsoft
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-packages
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.IdentityModel.Logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Elastic.Apm.Azure.Storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Elastic.Apm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Azure.Storage.Queues
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: CsvHelper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Swashbuckle.AspNetCore.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: System.IO.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Azure.WebJobs.Extensions.Storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Azure.Storage.Queues
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from rockydevnet and a team as code owners November 1, 2024 14:24
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2024
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