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

Build(deps): Bump the update-nuget-dependencies group with 24 updates #332

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps the update-nuget-dependencies group with 24 updates:

Package From To
Microsoft.EntityFrameworkCore 7.0.11 7.0.12
Microsoft.Extensions.Logging.Abstractions 7.0.0 7.0.1
Microsoft.EntityFrameworkCore.SqlServer 7.0.11 7.0.12
Npgsql.EntityFrameworkCore.PostgreSQL 7.0.4 7.0.11
Azure.Messaging.ServiceBus 7.16.1 7.16.2
Microsoft.Extensions.Identity.Core 7.0.11 7.0.12
RabbitMQ.Client 6.5.0 6.6.0
Microsoft.Data.Sqlite.Core 7.0.11 7.0.12
xunit 2.5.1 2.5.2
xunit.runner.visualstudio 2.5.1 2.5.3
Microsoft.AspNetCore.Authentication.JwtBearer 7.0.11 7.0.12
Microsoft.EntityFrameworkCore.Relational 7.0.11 7.0.12
Microsoft.EntityFrameworkCore.Sqlite 7.0.11 7.0.12
xunit.assert 2.5.1 2.5.2
Microsoft.IdentityModel.Tokens 6.32.3 7.0.2
Microsoft.AspNetCore.Identity.EntityFrameworkCore 7.0.11 7.0.12
CSharpFunctionalExtensions 2.40.2 2.40.3
Microsoft.Extensions.Identity.Stores 7.0.11 7.0.12
Microsoft.AspNetCore.Mvc.Testing 7.0.11 7.0.12
Microsoft.AspNetCore.SpaProxy 7.0.11 7.0.12
Microsoft.EntityFrameworkCore.Design 7.0.11 7.0.12
Microsoft.AspNetCore.OpenApi 7.0.11 7.0.12
Dapper 2.1.4 2.1.11
Azure.Identity 1.10.1 1.10.2

Updates Microsoft.EntityFrameworkCore from 7.0.11 to 7.0.12

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

.NET 7.0.12

Release

Commits
  • c20ecc7 Merged PR 34030: [frameshift/7.0] merge internal/release/7.0 into internal/re...
  • f16e454 Merge in 'release/7.0' changes
  • a76f27f Merge branch 'release/6.0' into release/7.0
  • 830d1b2 Merge in 'release/7.0' changes
  • 986b0f7 Merge pull request #31704 from vseanreesermsft/internal-merge-7.0-2023-09-12-...
  • d616f39 Merge pull request #31705 from vseanreesermsft/internal-merge-6.0-2023-09-12-...
  • 72d036b Update global.json
  • a4a7a94 Update global.json
  • 67ab228 Merge commit '687fc8f9a538592b2b1494f6353293aac5da74a5' into internal-merge-6...
  • 58a0004 Merge commit '8133d0c827462d8d84e47b70f294fc060a5d7a84' into internal-merge-7...
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Logging.Abstractions from 7.0.0 to 7.0.1

Release notes

Sourced from Microsoft.Extensions.Logging.Abstractions's releases.

.NET 7.0.1

Release

Commits

Updates Microsoft.EntityFrameworkCore.SqlServer from 7.0.11 to 7.0.12

Release notes

Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.

.NET 7.0.12

Release

Commits
  • c20ecc7 Merged PR 34030: [frameshift/7.0] merge internal/release/7.0 into internal/re...
  • f16e454 Merge in 'release/7.0' changes
  • a76f27f Merge branch 'release/6.0' into release/7.0
  • 830d1b2 Merge in 'release/7.0' changes
  • 986b0f7 Merge pull request #31704 from vseanreesermsft/internal-merge-7.0-2023-09-12-...
  • d616f39 Merge pull request #31705 from vseanreesermsft/internal-merge-6.0-2023-09-12-...
  • 72d036b Update global.json
  • a4a7a94 Update global.json
  • 67ab228 Merge commit '687fc8f9a538592b2b1494f6353293aac5da74a5' into internal-merge-6...
  • 58a0004 Merge commit '8133d0c827462d8d84e47b70f294fc060a5d7a84' into internal-merge-7...
  • Additional commits viewable in compare view

Updates Npgsql.EntityFrameworkCore.PostgreSQL from 7.0.4 to 7.0.11

Release notes

Sourced from Npgsql.EntityFrameworkCore.PostgreSQL's releases.

v7.0.11

This patch release fixes a single bug (npgsql/efcore.pg#2787), but also takes a dependency on the latest EF Core and Npgsql patch versions. Everyone is encouraged to upgrade.

Commits

Updates Azure.Messaging.ServiceBus from 7.16.1 to 7.16.2

Release notes

Sourced from Azure.Messaging.ServiceBus's releases.

Azure.Messaging.ServiceBus_7.16.2

7.16.2 (2023-10-11)

Bugs Fixed

  • Fixed issue where ActivitySource activities were not being created even when the experimental flag was set.

Other Changes

  • The reference for the AMQP transport library, Microsoft.Azure.Amqp, has been bumped to 2.6.3. This fixes an issue with timeout duration calculations during link creation and includes several efficiency improvements.
Commits

Updates Microsoft.Extensions.Identity.Core from 7.0.11 to 7.0.12

Release notes

Sourced from Microsoft.Extensions.Identity.Core's releases.

.NET 7.0.12

Release

Commits

Updates RabbitMQ.Client from 6.5.0 to 6.6.0

Release notes

Sourced from RabbitMQ.Client's releases.

6.6.0

GitHub Milestone

Features

This version adds support for OAuth2 authentication flows. See the test project here for a usage example.

What's Changed

New Contributors

Full Changelog: rabbitmq/rabbitmq-dotnet-client@v6.5.0...v6.6.0

6.6.0-beta.0

What's Changed

New Contributors

Full Changelog: rabbitmq/rabbitmq-dotnet-client@v6.5.0...v6.6.0-beta.0

Changelog

Sourced from RabbitMQ.Client's changelog.

v6.6.0 (2023-09-25)

Full Changelog

Implemented enhancements:

  • Allow update of RoutingKey during Nack #1333
  • Support credential refresh for OAuth 2/JWT authentication scenarios #956

Fixed bugs:

  • Configured MaxMessageSize is not honoured #1378
  • ConnectionFactory Authmechanisms has incorrect sharing between instances #1370
  • Unknown reply code 312 #1331

Closed issues:

  • Invalid parameter name in IManagementClient.DeleteExchangeBindingAsync #1375
  • Closing connection in EventingBasicConsumer.Received event handler freezes execution of event handler and connection is never closed #1292
Commits
  • 66f499a Merge pull request #1388 from rabbitmq/rabbitmq-dotnet-client-1355
  • b502081 Add Obsolete to API
  • 3c515a5 Start main reader loop using the default TaskScheduler
  • 6677851 Merge pull request #1387 from rabbitmq/rabbitmq-dotnet-client-1346-6.x
  • fd9a305 Manually back-port #1346 to 6.x branch.
  • 68f9f1b Merge pull request #1384 from rabbitmq/lukebakken/net462
  • ccd1a97 Bump to net462
  • cfae9f5 Merge pull request #1371 from evolvedlight/6.x
  • 4a7f9ee Fix #1370 by making copy of default AuthMechanisms
  • c582de2 Misc Windows CI updates #2
  • Additional commits viewable in compare view

Updates Microsoft.Data.Sqlite.Core from 7.0.11 to 7.0.12

Release notes

Sourced from Microsoft.Data.Sqlite.Core's releases.

.NET 7.0.12

Release

Commits
  • c20ecc7 Merged PR 34030: [frameshift/7.0] merge internal/release/7.0 into internal/re...
  • f16e454 Merge in 'release/7.0' changes
  • a76f27f Merge branch 'release/6.0' into release/7.0
  • 830d1b2 Merge in 'release/7.0' changes
  • 986b0f7 Merge pull request #31704 from vseanreesermsft/internal-merge-7.0-2023-09-12-...
  • d616f39 Merge pull request #31705 from vseanreesermsft/internal-merge-6.0-2023-09-12-...
  • 72d036b Update global.json
  • a4a7a94 Update global.json
  • 67ab228 Merge commit '687fc8f9a538592b2b1494f6353293aac5da74a5' into internal-merge-6...
  • 58a0004 Merge commit '8133d0c827462d8d84e47b70f294fc060a5d7a84' into internal-merge-7...
  • Additional commits viewable in compare view

Updates xunit from 2.5.1 to 2.5.2

Commits
  • 3293185 v2.5.2
  • 4d9d4fc Roll back singleton NullMessageSink and NullSourceInformationProvider
  • 45078f3 Pick up latest analyzers
  • 8ae0d06 Remove VisualStudioSourceInformationProvider and DiaSession-related classes
  • 4a35ce7 Missing comparer pass-through on DictionaryExtensions
  • 9ab4ece #2755: Tests for another embedded collection regression (v2)
  • e499f14 Bump up to v2.5.2-pre
  • See full diff in compare view

Updates xunit.runner.visualstudio from 2.5.1 to 2.5.3

Commits
  • 6b60a9e v2.5.3
  • 48d5ef6 Add diagnostic messages around DiaSession failures
  • 32b7c99 Incorrect URL for Git repository in .nuspec file
  • ce0f849 Bump up to v2.5.3-pre
  • b56611b v2.5.2
  • 9b843e1 Add Microsoft.TestPlatform.ObjectModel as a dependency in the nuspec for .NET...
  • 9d28006 Add /.vscode/tasks.json for builds inside VS Code
  • af96d96 Latest dependencies
  • 2dd6989 Undo the assembly merge from #383
  • 1c51d51 Latest dependencies
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.Authentication.JwtBearer from 7.0.11 to 7.0.12

Release notes

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

.NET 7.0.12

Release

Commits

Updates Microsoft.EntityFrameworkCore.Relational from 7.0.11 to 7.0.12

Release notes

Sourced from Microsoft.EntityFrameworkCore.Relational's releases.

.NET 7.0.12

Release

Commits
  • c20ecc7 Merged PR 34030: [frameshift/7.0] merge internal/release/7.0 into internal/re...
  • f16e454 Merge in 'release/7.0' changes
  • a76f27f Merge branch 'release/6.0' into release/7.0
  • 830d1b2 Merge in 'release/7.0' changes
  • 986b0f7 Merge pull request #31704 from vseanreesermsft/internal-merge-7.0-2023-09-12-...
  • d616f39 Merge pull request #31705 from vseanreesermsft/internal-merge-6.0-2023-09-12-...
  • 72d036b Update global.json
  • a4a7a94 Update global.json
  • 67ab228 Merge commit '687fc8f9a538592b2b1494f6353293aac5da74a5' into internal-merge-6...
  • 58a0004 Merge commit '8133d0c827462d8d84e47b70f294fc060a5d7a84' into internal-merge-7...
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore.Sqlite from 7.0.11 to 7.0.12

Release notes

Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases.

.NET 7.0.12

Release

Commits
  • c20ecc7 Merged PR 34030: [frameshift/7.0] merge internal/release/7.0 into internal/re...
  • f16e454 Merge in 'release/7.0' changes
  • a76f27f Merge branch 'release/6.0' into release/7.0
  • 830d1b2 Merge in 'release/7.0' changes
  • 986b0f7 Merge pull request #31704 from vseanreesermsft/internal-merge-7.0-2023-09-12-...
  • d616f39 Merge pull request #31705 from vseanreesermsft/internal-merge-6.0-2023-09-12-...
  • 72d036b Update global.json
  • a4a7a94 Update global.json
  • 67ab228 Merge commit '687fc8f9a538592b2b1494f6353293aac5da74a5' into internal-merge-6...
  • 58a0004 Merge commit '8133d0c827462d8d84e47b70f294fc060a5d7a84' into internal-merge-7...
  • Additional commits viewable in compare view

Updates xunit.assert from 2.5.1 to 2.5.2

Commits
  • 3293185 v2.5.2
  • 4d9d4fc Roll back singleton NullMessageSink and NullSourceInformationProvider
  • 45078f3 Pick up latest analyzers
  • 8ae0d06 Remove VisualStudioSourceInformationProvider and DiaSession-related classes
  • 4a35ce7 Missing comparer pass-through on DictionaryExtensions
  • 9ab4ece #2755: Tests for another embedded collection regression (v2)
  • e499f14 Bump up to v2.5.2-pre
  • See full diff in compare view

Updates Microsoft.IdentityModel.Tokens from 6.32.3 to 7.0.2

Release notes

Sourced from Microsoft.IdentityModel.Tokens's releases.

7.0.2

Bug Fixes:

  • Resolved an issue where JsonWebToken properties would throw exceptions when the input string was 'null'. See PR#2335 for details.

7.0.1

Bug fixes:

GetPayloadClaim("aud") returns a string when a single audience is specified, aligning with the behavior in 6.x. See PR #2331 for details.

7.0.0

See IdentityModel7x for the updates on this much anticipated release.

7.0.0-preview5

Bug fixes:

7.0.0-preview4

Bug fixes:

  • Add nullables to the properties in WsFederationMessage. See issue #2240 for details.
  • Fix regression where JsonWebToken.TryGetPayloadValue() was not compatible with dictionary types. See issue #2246 for details.
  • Fix regression where dictionary claims added to SecurityTokenDescriptor.Claims are no longer correctly serialized. See issue #2245 for details.
  • Fix regression with a Y2038 bug. See issue #2261 for details.
  • Fix a regression where claims with multiple values are incorrectly serialized. See #2244 for details.

Performance improvements:

  • Remove sync-over-async pattern with JsonWebTokens.ValidateToken, which when in the hot path can lead to threadpool starvation. See issue #2253 for details.
  • Perf testing using brenchmark dotnet and crank, similar to aspnetcore, to better gauge requests per second perf impacts. See issue #2232 for details.
  • Use optimistic synchronization in JsonWebToken.Audiences. See PR for details.
  • Reduce allocations when enumerating over collections. See PR for details.

Documentation:

Fundamentals:

  • Improvements to the build script to accommodate .NET's source-build requirements. See PR for details.

7.0.0-preview3

Performance improvements:

  • Replace Newtonsoft.Json with System.Text.Json, see #2233, and as a result, ASP.NET's JwtBearer auth handler will now be fully AOT compatible.

7.0.0-preview2

... (truncated)

Changelog

Sourced from Microsoft.IdentityModel.Tokens's changelog.

7.0.2

Bug Fixes:

  • Resolved an issue where JsonWebToken properties would throw exceptions when the input string was 'null'. See PR#2335 for details.

7.0.1

Bug Fixes:

  • GetPayloadClaim("aud") returns a string when a single audience is specified, aligning with the behavior in 6.x. See PR#2331 for details.

7.0.0

See IdentityModel7x for the updates on this much anticipated release.

7.0.0-preview5

Bug fixes:

7.0.0-preview4

Bug fixes:

  • Add nullables to the properties in WsFederationMessage. See issue #2240 for details.
  • Fix regression where JsonWebToken.TryGetPayloadValue() was not compatible with dictionary types. See issue #2246 for details.
  • Fix regression where dictionary claims added to SecurityTokenDescriptor.Claims are no longer correctly serialized. See issue #2245 for details.
  • Fix regression with a Y2038 bug. See issue #2261 for details.
  • Fix a regression where claims with multiple values are incorrectly serialized. See #2244 for details.

Performance improvements:

  • Remove sync-over-async pattern with JsonWebTokens.ValidateToken, which when in the hot path can lead to threadpool starvation. See issue #2253 for details.
  • Perf testing using brenchmark dotnet and crank, similar to aspnetcore, to better gauge requests per second perf impacts. See issue #2232 for details.
  • Use optimistic synchronization in JsonWebToken.Audiences. See PR for details.
  • Reduce allocations when enumerating over collections. See PR for details.

Documentation:

Fundamentals:

  • Improvements to the build script to accommodate .NET's source-build requirements. See PR for details.

7.0.0-preview3

Performance improvements:

  • Replace Newtonsoft.Json with System.Text.Json, see #2233, and as a result, ASP.NET's JwtBearer auth handler will now be fully AOT compatible.

7.0.0-preview2

... (truncated)

Commits

Updates Microsoft.AspNetCore.Identity.EntityFrameworkCore from 7.0.11 to 7.0.12

Release notes

Sourced from Microsoft.AspNetCore.Identity.EntityFrameworkCore's releases.

.NET 7.0.12

Release

Commits

Updates CSharpFunctionalExtensions from 2.40.2 to 2.40.3

Release notes

Sourced from CSharpFunctionalExtensions's releases.

v2.40.3

New features:

  • #520 Add two additional TapIf.Task functions

Fixed issues:

  • None
Commits

Updates Microsoft.Extensions.Identity.Stores from 7.0.11 to 7.0.12

Release notes

Sourced from Microsoft.Extensions.Identity.Stores's releases.

.NET 7.0.12

Release

Commits

Updates Microsoft.AspNetCore.Mvc.Testing from 7.0.11 to 7.0.12

Release notes

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

.NET 7.0.12

Release

Commits

Bumps the update-nuget-dependencies group with 24 updates:

| Package | From | To |
| --- | --- | --- |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `7.0.11` | `7.0.12` |
| [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `7.0.0` | `7.0.1` |
| [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `7.0.11` | `7.0.12` |
| [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `7.0.4` | `7.0.11` |
| [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net) | `7.16.1` | `7.16.2` |
| [Microsoft.Extensions.Identity.Core](https://github.com/dotnet/aspnetcore) | `7.0.11` | `7.0.12` |
| [RabbitMQ.Client](https://github.com/rabbitmq/rabbitmq-dotnet-client) | `6.5.0` | `6.6.0` |
| [Microsoft.Data.Sqlite.Core](https://github.com/dotnet/efcore) | `7.0.11` | `7.0.12` |
| [xunit](https://github.com/xunit/xunit) | `2.5.1` | `2.5.2` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.1` | `2.5.3` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `7.0.11` | `7.0.12` |
| [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) | `7.0.11` | `7.0.12` |
| [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) | `7.0.11` | `7.0.12` |
| [xunit.assert](https://github.com/xunit/xunit) | `2.5.1` | `2.5.2` |
| [Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `6.32.3` | `7.0.2` |
| [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `7.0.11` | `7.0.12` |
| [CSharpFunctionalExtensions](https://github.com/vkhorikov/CSharpFunctionalExtensions) | `2.40.2` | `2.40.3` |
| [Microsoft.Extensions.Identity.Stores](https://github.com/dotnet/aspnetcore) | `7.0.11` | `7.0.12` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `7.0.11` | `7.0.12` |
| [Microsoft.AspNetCore.SpaProxy](https://github.com/dotnet/aspnetcore) | `7.0.11` | `7.0.12` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `7.0.11` | `7.0.12` |
| [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) | `7.0.11` | `7.0.12` |
| [Dapper](https://github.com/DapperLib/Dapper) | `2.1.4` | `2.1.11` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.10.1` | `1.10.2` |


Updates `Microsoft.EntityFrameworkCore` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.11...v7.0.12)

Updates `Microsoft.Extensions.Logging.Abstractions` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v7.0.0...v7.0.1)

Updates `Microsoft.EntityFrameworkCore.SqlServer` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.11...v7.0.12)

Updates `Npgsql.EntityFrameworkCore.PostgreSQL` from 7.0.4 to 7.0.11
- [Release notes](https://github.com/npgsql/efcore.pg/releases)
- [Commits](npgsql/efcore.pg@v7.0.4...v7.0.11)

Updates `Azure.Messaging.ServiceBus` from 7.16.1 to 7.16.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.16.1...Azure.Messaging.ServiceBus_7.16.2)

Updates `Microsoft.Extensions.Identity.Core` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.11...v7.0.12)

Updates `RabbitMQ.Client` from 6.5.0 to 6.6.0
- [Release notes](https://github.com/rabbitmq/rabbitmq-dotnet-client/releases)
- [Changelog](https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/main/CHANGELOG.md)
- [Commits](rabbitmq/rabbitmq-dotnet-client@v6.5.0...v6.6.0)

Updates `Microsoft.Data.Sqlite.Core` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.11...v7.0.12)

Updates `xunit` from 2.5.1 to 2.5.2
- [Commits](xunit/xunit@2.5.1...2.5.2)

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

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

Updates `Microsoft.EntityFrameworkCore.Relational` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.11...v7.0.12)

Updates `Microsoft.EntityFrameworkCore.Sqlite` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.11...v7.0.12)

Updates `xunit.assert` from 2.5.1 to 2.5.2
- [Commits](xunit/xunit@2.5.1...2.5.2)

Updates `Microsoft.IdentityModel.Tokens` from 6.32.3 to 7.0.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@6.32.3...7.0.2)

Updates `Microsoft.AspNetCore.Identity.EntityFrameworkCore` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.11...v7.0.12)

Updates `CSharpFunctionalExtensions` from 2.40.2 to 2.40.3
- [Release notes](https://github.com/vkhorikov/CSharpFunctionalExtensions/releases)
- [Commits](vkhorikov/CSharpFunctionalExtensions@v2.40.2...v2.40.3)

Updates `Microsoft.Extensions.Identity.Stores` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.11...v7.0.12)

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

Updates `Microsoft.AspNetCore.SpaProxy` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.11...v7.0.12)

Updates `Microsoft.EntityFrameworkCore.Design` from 7.0.11 to 7.0.12
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v7.0.11...v7.0.12)

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

Updates `Dapper` from 2.1.4 to 2.1.11
- [Release notes](https://github.com/DapperLib/Dapper/releases)
- [Commits](DapperLib/Dapper@2.1.4...2.1.11)

Updates `Azure.Identity` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.1...Azure.Identity_1.10.2)

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.Extensions.Identity.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: RabbitMQ.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.Data.Sqlite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Relational
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: xunit.assert
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.IdentityModel.Tokens
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: CSharpFunctionalExtensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.Extensions.Identity.Stores
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.AspNetCore.SpaProxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Dapper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: update-nuget-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from tnotheis as a code owner October 16, 2023 02:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/nuget/update-nuget-dependencies-8e48f7e3c7 branch October 16, 2023 05:49
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