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 minor-patch group across 1 directory with 13 updates #201

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 Feb 17, 2025

Bumps the minor-patch group with 13 updates in the / directory:

Package From To
Azure.Extensions.AspNetCore.Configuration.Secrets 1.3.2 1.4.0
Azure.Security.KeyVault.Secrets 4.7.0 4.6.0
Microsoft.Extensions.Configuration.Abstractions 8.0.0 2.1.0
Azure.Identity 1.13.1 1.13.2
Microsoft.AspNetCore.Authentication.JwtBearer 8.0.11 8.0.13
System.IdentityModel.Tokens.Jwt 7.3.1 7.1.2
Microsoft.AspNetCore.OpenApi 8.0.11 8.0.13
Microsoft.Azure.Cosmos 3.44.1 3.47.0
coverlet.collector 6.0.3 6.0.4
Microsoft.AspNetCore.Mvc.Testing 8.0.11 8.0.13
Microsoft.NET.Test.Sdk 17.12.0 17.13.0
MSTest.TestAdapter 3.7.0 3.8.0
MSTest.TestFramework 3.7.0 3.8.0

Updates Azure.Extensions.AspNetCore.Configuration.Secrets from 1.3.2 to 1.4.0

Release notes

Sourced from Azure.Extensions.AspNetCore.Configuration.Secrets's releases.

Azure.Extensions.AspNetCore.DataProtection.Keys_1.4.0

1.4.0 (2025-02-11)

Other Changes

  • Updated dependencies to ensure they are up-to-date with the latest targets and trimming from built-in dependencies.

Azure.Extensions.AspNetCore.Configuration.Secrets_1.4.0

1.4.0 (2025-02-11)

Other Changes

  • Updated dependencies to ensure they are up-to-date with the latest targets and trimming from built-in dependencies.

Azure.Communication.CallAutomation_1.4.0-beta.2

1.4.0-beta.2 (2025-01-31)

Bugs Fixed

  • Media streaming with AudioFormat default Pcm24kMono is removed and changed to null if AudioFormat is not passed.

Azure.ResourceManager.AppConfiguration_1.4.0

1.4.0 (2025-01-24)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.39.0 to 1.44.1
  • Upgraded Azure.ResourceManager from 1.12.0 to 1.13.0

Azure.ResourceManager.CosmosDB_1.4.0-beta.12

1.4.0-beta.12 (2024-12-20)

Features Added

Azure.Extensions.AspNetCore.DataProtection.Blobs_1.4.0

1.4.0 (2024-11-26)

Other Changes

  • Updated dependency Microsoft.Extensions.DependencyInjection to version 8.0.11
  • Updated dependency Microsoft.Bcl.AsyncInterfaces to version 8.0.0

Azure.Communication.CallAutomation_1.4.0-beta.1

... (truncated)

Commits
  • 8e6b16f [Extensions] [ContainerRegistry] Prepare release for Extension packages and C...
  • 6229ca6 Update AutoRest C# version to 3.0.0-beta.20250206.1 (#48162)
  • c83c5e5 Sync eng/common directory with azure-sdk-tools for PR 9793 (#48157)
  • f4f8630 Generate ArmOperation for LRO in Azure plugin (#48108)
  • df8c6b3 Update Microsoft.Extensions.Azure dependency version (#48155)
  • 8ff5a2a Add AdditionalMatrixConfigs the CIMatrixConfigs (#48147)
  • eb77a55 Increment package version after release of Microsoft.Extensions.Azure (#48148)
  • 283016c Print clickable link to terminal (#48144)
  • f512f54 Add the C# function deployment to the readme. (#48121)
  • 14d8d34 Increment version for core releases (#48146)
  • Additional commits viewable in compare view

Updates Azure.Security.KeyVault.Secrets from 4.7.0 to 4.6.0

Commits

Updates Microsoft.Extensions.Configuration.Abstractions from 8.0.0 to 2.1.0

Commits

Updates Azure.Identity from 1.13.1 to 1.13.2

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.13.2

1.13.2 (2025-01-14)

Bugs Fixed

  • Fixed an issue where setting DefaultAzureCredentialOptions.TenantId twice throws an InvalidOperationException (#47035)
  • Fixed an issue where ManagedIdentityCredential does not honor the CancellationToken passed to GetToken and GetTokenAsync. (#47156)
  • Fixed an issue where some credentials in DefaultAzureCredential would not fall through to the next credential in the chain under certain exception conditions.
  • Fixed a regression in ManagedIdentityCredential when used in a ChainedTokenCredential where the invalid json responses do not fall through to the next credential in the chain. (#47470)
Commits
  • a5c44c2 [Storage][DataMovement] More GA API feedback (renames/refactors) (#47796)
  • 23c0c85 Prepare Identity for release with bugfix (#47753)
  • fffdf45 datamovement migration guide skeleton (#47818)
  • 0bb67b8 Increment package version after release of Azure.Data.Tables (#47831)
  • e1a0163 Permissions docs (#47793)
  • 0d0752b [CODEOWNERS] Remove invalid owner (#47820)
  • 9de236f [Storage] [DataMovement] [Archboard feedback] Renamed *CheckpointData to *Che...
  • 9d19f27 Fix typo in CertificatePolicy.KeySize documentation (#47794)
  • 8992dc6 Generating confidentialledger SDK for API spec version 2024-01-26-pre… (#47340)
  • 21554c4 Add detection for empty string in the return value of createdByPrincipalTenan...
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.11 to 8.0.13

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

.NET 8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

.NET 8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

Commits
  • 009e1cc Merged PR 46821: [internal/release/8.0] Update dependencies from dnceng/inter...
  • d65a310 Merged PR 46811: [internal/release/8.0] Update dependencies from dnceng/inter...
  • a9e44d2 Merge commit 'db9f8d7a5aa19a582dcec04c7ae6f5d4bd2df422'
  • db9f8d7 Merge pull request #59872 from vseanreesermsft/internal-merge-8.0-2025-01-14-...
  • 21f09b3 Update baseline, SDK
  • 4fa922d Merge commit '31d685b2d9a86ca1243014d175a3da813f78e428' into internal-merge-8...
  • f302311 Merge commit 'f8dbde642466f4f34fec4e55468a3b1c9da9c219'
  • f8dbde6 fix/update docker tags (#59867)
  • 433c04a Merge commit 'abffb4d78dcb260cd2d91e582a676c9f7d7c5307'
  • abffb4d Update dependencies from https://github.com/dotnet/arcade build 20250110.1 (#...
  • Additional commits viewable in compare view

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

Changelog

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

7.3.1

Bug Fixes:

  • Replace propertyName with MetadataName constant. See issue #2471 for details.
  • Fix 6x to 7x regression where mixed cases OIDC json was not correctly process. See #2404 and #2402 for details.

Performance Improvements:

  • Update the benchmark configuration. See issue #2468.

Documentation:

  • Update comment for azp in JsonWebToken. See #2475 for details.
  • Link to breaking change announcement. See #2478.
  • Fix typo in log message. See #2479.

7.3.0

New Features:

Addition of the ClientCertificates property to the HttpRequestData class enables exposure of certificate collection involved in authenticating the client against the server and unlock support of new scenarios within the SDK. See PR #2462 for details.

Bug Fixes:

Fixed bug where x5c property is empty in JwtHeader after reading a JWT containing x5c in its header, issue #2447, see PR #2460 for details. Fixed bug where JwtPayload.Claim.Value was not culture invariant #2409. Fixed by PRs #2453 and #2461. Fixed bug where Guid values in JwtPayload caused an exception, issue #2439. Fixed by PR #2440.

Performance Improvements:

Remove linq from BaseConfigurationComparer, improvement #2464, for additional details see PR #2465.

Engineering Excellence:

New benchmark tests for AsymmetricAdapter signatures. For details see PR #2449.

7.2.0

Performance Improvements:

Reduce allocations and transformations when creating a token #2395. Update Esrp Code Signing version to speed up release build #2429.

Engineering Excellence:

Improve benchmark consistency #2428. Adding P50, P90 and P100 percentiles to benchmarks #2411. Decouple benchmark tests from test projects #2413. Include pack step in PR builds #2442.

Fundamentals:

Improve logging in Wilson for failed token validation when key not found #2436. Remove conditional Net8.0 compilation #2424.

7.1.2

Security fixes:

See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details.

... (truncated)

Commits
  • a607fa5 Merged PR 10669: update version to 7.1.2
  • 44021bb Merged PR 10664: Update dev branch from public GitHub dev
  • a22ab8e Merged PR 10603: Re-enable Jwt sub claim as either Number or String
  • 1966c05 fixup prefix
  • 97888a2 Merged PR 10258: Compatibility with 6x for bool claims (#2367)
  • 5c1ea4a Merged PR 10241: Update dev to fix the release build
  • ec25d19 reduced size for netcorestandard2.1 compression size is larger.
  • b16f758 Merged PR 10217: Disable test that set statics.
  • ceeff41 Merged PR 10199: Set MaximumDeflateSize
  • e986e22 Merged PR 10198: Don't resolve jku claim by default
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.OpenApi from 8.0.11 to 8.0.13

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

.NET 8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

.NET 8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

Commits
  • 009e1cc Merged PR 46821: [internal/release/8.0] Update dependencies from dnceng/inter...
  • d65a310 Merged PR 46811: [internal/release/8.0] Update dependencies from dnceng/inter...
  • a9e44d2 Merge commit 'db9f8d7a5aa19a582dcec04c7ae6f5d4bd2df422'
  • db9f8d7 Merge pull request #59872 from vseanreesermsft/internal-merge-8.0-2025-01-14-...
  • 21f09b3 Update baseline, SDK
  • 4fa922d Merge commit '31d685b2d9a86ca1243014d175a3da813f78e428' into internal-merge-8...
  • f302311 Merge commit 'f8dbde642466f4f34fec4e55468a3b1c9da9c219'
  • f8dbde6 fix/update docker tags (#59867)
  • 433c04a Merge commit 'abffb4d78dcb260cd2d91e582a676c9f7d7c5307'
  • abffb4d Update dependencies from https://github.com/dotnet/arcade build 20250110.1 (#...
  • Additional commits viewable in compare view

Updates Microsoft.Azure.Cosmos from 3.44.1 to 3.47.0

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.47.0

3.47.0 - 2025-2-07

Added

  • 4682 OpenTelemetry Metrics: Adds support to collect Operation level metrics
  • 4857 Query: Adds LINQ support for Multi-key Group By translation
  • 4872 Open Telemetry : Adds implementation for network level Metrics
  • 4925 Open Telemetry: Adds option to opt-in optional dimensions
  • 4966 Hedging: Adds reads CrossRegionalHedging to GA SDK release
  • 4994 Query: Adds Computed Properties to Public Interface

This also includes a Direct Package version update to 3.37.9 in PR #4990

Fixed

  • 4928 Upgrade Resiliency: Fixes Code to Clean-up Unhealthy Connection and LbChannelState Object.
  • 4869 Hedging: Fixes NullReference Exception Bug
  • 4949 RequestOptions: Fixes Etag code documentation
  • 4936 Optimization: Fixes SDK to use static readonly arrays for seperators
  • 4970 QuorumReader: Fixes bug where reads will fail in BoundedStaleness when a secondary replica is unresponsive to use primary replica on retries
  • 4995 Open Telemetry: Fixes attribute name as per OTel Guidance

3.47.0-preview.0

3.47.0-preview.0 - 2024-11-19

Added

  • 4839 Dependencies: Removes direct reference to the Newtonsoft.Json package, marks it as a private asset, and adds a build target to enforce explicit consumer references.

NOTE: This is a breaking change. Consumer applications must explicitly reference the Newtonsoft.Json package with a version >= 10.0.2 or opt-out of the check by setting <AzureCosmosDisableNewtonsoftJsonCheck>true</AzureCosmosDisableNewtonsoftJsonCheck> in their project file.

3.46.1

3.46.1 - 2024-12-24

Fixed

  • 4928 Upgrade Resiliency: Fixes Code to Clean-up Unhealthy Connection and LbChannelState Object.
  • 4934 Region Availability: Adding SDK Changes for Upcoming Regions.

3.46.0

3.46.0 - 2024-11-19

Added

  • 4839 Dependencies: Removes direct reference to the Newtonsoft.Json package, marks it as a private asset, and adds a build target to enforce explicit consumer references.

NOTE: This is a breaking change. Consumer applications must explicitly reference the Newtonsoft.Json package with a version >= 10.0.2 or opt-out of the check by setting <AzureCosmosDisableNewtonsoftJsonCheck>true</AzureCosmosDisableNewtonsoftJsonCheck> in their project file.

  • 4854 Open Telemetry: Adds open telemetry based versioning. aavasthy marked this conversation as resolved.

Fixed

... (truncated)

Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

3.47.0 - 2025-2-07

Added

  • 4682 OpenTelemetry Metrics: Adds support to collect Operation level metrics
  • 4857 Query: Adds LINQ support for Multi-key Group By translation
  • 4872 Open Telemetry : Adds implementation for network level Metrics
  • 4925 Open Telemetry: Adds option to opt-in optional dimensions
  • 4966 Hedging: Adds reads CrossRegionalHedging to GA SDK release
  • 4994 Query: Adds Computed Properties to Public Interface

This also includes a Direct Package version update to 3.37.9 in PR #4990

Fixed

  • 4928 Upgrade Resiliency: Fixes Code to Clean-up Unhealthy Connection and LbChannelState Object.
  • 4869 Hedging: Fixes NullReference Exception Bug
  • 4949 RequestOptions: Fixes Etag code documentation
  • 4936 Optimization: Fixes SDK to use static readonly arrays for seperators
  • 4970 QuorumReader: Fixes bug where reads will fail in BoundedStaleness when a secondary replica is unresponsive to use primary replica on retries
  • 4995 Open Telemetry: Fixes attribute name as per OTel Guidance

3.47.0-preview.1 - 2024-12-24

3.46.1 - 2024-12-24

Fixed

  • 4928 Upgrade Resiliency: Fixes Code to Clean-up Unhealthy Connection and LbChannelState Object.
  • 4934 Region Availability: Adding SDK Changes for Upcoming Regions.

3.47.0-preview.0 - 2024-11-15

3.46.0 - 2024-11-15

Added

  • 4839 Dependencies: Removes direct reference to the Newtonsoft.Json package, marks it as a private asset, and adds a build target to enforce explicit consumer references.

NOTE: This is a breaking change. Consumer applications must explicitly reference the Newtonsoft.Json package with a version >= 10.0.2 or opt-out of the check by setting <AzureCosmosDisableNewtonsoftJsonCheck>true</AzureCosmosDisableNewtonsoftJsonCheck> in their project file.

  • 4854 Open Telemetry: Adds open telemetry based versioning.

Fixed

  • 4860 Open telemetry: Fixes Populating Query text for non-stream Iterator.
  • 4649 Query: Fixes prefetching to be disabled when MaxConcurrency is less than or equal to one.
  • 4878 Tests: Fixes Assert proper way.
  • 4885 Query: Fixes (workaround) for query plan issue where placeholder index does not start at zero.

3.46.0-preview.2 - 2024-11-12

3.45.2 - 2024-11-12

... (truncated)

Commits
  • ff64271 3.47.0: Adds Version Bump and Changelog (#4984)
  • e788499 Adds functional breaking change warning for empty ApplicationRegion or `App...
  • ecf69b4 [Internal 3.47.0: Refactors some APIs to be PREVIEWonly (#5000)
  • dfb6109 Query: Adds Computed Properties to Public Interface (#4994)
  • 536fe06 [Internal] Binary Encoding: Adds performance tests with binary encoding enabl...
  • c8c5d6e Open Telemetry: Fixes attribute name as per OTel Guidance (#4995)
  • a1e9f19 Hedging: Adds GA for DisableAvailabilityStrategy (#4997)
  • 1bcbcf4 [Internal] Direct Package: Adds support for direct package version 3.37.9 (#4...
  • 0958198 Per Partition Automatic Failover: Adds requirement to enable application regi...
  • 14fb3a1 Query : Fixes OFFSET, LIMIT, TOP data types to match those coming from query ...
  • Additional commits viewable in compare view

Updates coverlet.collector from 6.0.3 to 6.0.4

Release notes

Sourced from coverlet.collector's releases.

v6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #1726

Diff between 6.0.3 and 6.0.4

Commits

Updates Microsoft.AspNetCore.Mvc.Testing from 8.0.11 to 8.0.13

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

.NET 8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

.NET 8.0.12

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.11...v8.0.12

Description has been truncated

Bumps the minor-patch group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Azure.Extensions.AspNetCore.Configuration.Secrets](https://github.com/Azure/azure-sdk-for-net) | `1.3.2` | `1.4.0` |
| [Azure.Security.KeyVault.Secrets](https://github.com/Azure/azure-sdk-for-net) | `4.7.0` | `4.6.0` |
| [Microsoft.Extensions.Configuration.Abstractions](https://github.com/aspnet/Configuration) | `8.0.0` | `2.1.0` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.13.1` | `1.13.2` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.11` | `8.0.13` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.3.1` | `7.1.2` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `8.0.11` | `8.0.13` |
| [Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3) | `3.44.1` | `3.47.0` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.3` | `6.0.4` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.11` | `8.0.13` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.12.0` | `17.13.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.7.0` | `3.8.0` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.7.0` | `3.8.0` |



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

Updates `Azure.Security.KeyVault.Secrets` from 4.7.0 to 4.6.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Security.KeyVault.Secrets_4.7.0...Azure.Security.KeyVault.Secrets_4.6.0)

Updates `Microsoft.Extensions.Configuration.Abstractions` from 8.0.0 to 2.1.0
- [Release notes](https://github.com/aspnet/Configuration/releases)
- [Commits](https://github.com/aspnet/Configuration/commits/2.1.0)

Updates `Azure.Identity` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.1...Azure.Identity_1.13.2)

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

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

Updates `Microsoft.AspNetCore.OpenApi` from 8.0.11 to 8.0.13
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.11...v8.0.13)

Updates `Microsoft.Azure.Cosmos` from 3.44.1 to 3.47.0
- [Release notes](https://github.com/Azure/azure-cosmos-dotnet-v3/releases)
- [Changelog](https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md)
- [Commits](Azure/azure-cosmos-dotnet-v3@3.44.1...3.47.0)

Updates `coverlet.collector` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4)

Updates `Microsoft.AspNetCore.Mvc.Testing` from 8.0.11 to 8.0.13
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.11...v8.0.13)

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

Updates `MSTest.TestAdapter` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.0...v3.8.0)

Updates `MSTest.TestFramework` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: Azure.Extensions.AspNetCore.Configuration.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: Azure.Security.KeyVault.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: Microsoft.Extensions.Configuration.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: minor-patch
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: Microsoft.Azure.Cosmos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants