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 other group with 15 updates #562

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps the other group with 15 updates:

Package From To
Autofac 7.0.1 7.1.0
Azure.Identity 1.9.0 1.10.0
MassTransit.EntityFrameworkCore 8.0.16 8.1.0
MassTransit 8.0.16 8.1.0
IdentityModel 6.1.0 6.2.0
Dapper 2.0.143 2.0.151
Serilog.Settings.Configuration 7.0.0 7.0.1
Google.Apis.Auth 1.61.0 1.62.0
Microsoft.IdentityModel.Tokens 6.32.1 7.0.0
System.IdentityModel.Tokens.Jwt 6.32.1 7.0.0
OpenTelemetry 1.5.1 1.6.0
Ory.Kratos.Client 0.13.1 1.0.0
BenchmarkDotNet 0.13.6 0.13.8
FluentAssertions 6.11.0 6.12.0
NSubstitute 5.0.0 5.1.0

Updates Autofac from 7.0.1 to 7.1.0

Release notes

Sourced from Autofac's releases.

v7.1.0

What's Changed

  • Fix #1388: Re-enabled RegsiterTypes filtering. This was an accidental behavior regression where the RegisterTypes method wouldn't filter out non-registerable types.
  • RegisterType<T> and RegisterType(Type t) will now throw when non-registerable types are provided, for example containerBuilder.RegisterType<IInterface>() (you can't register interfaces - you can register things As<IInterface>). This used to throw at container build time; now it throws at RegisterType time and it has a more precise error message so you can handle these issues more proactively.

Full Changelog: autofac/Autofac@v7.0.1...v7.1.0

Commits
  • 331a693 Semver => 7.1.0
  • 17e22eb Merge pull request #1389 from autofac/feature/registertypes-filtering
  • 36da90d Convert all '!= null' to 'is not null'
  • 13b3fee Tests for value type registrations.
  • 5e0b472 Better message for invalid RegisterType calls.
  • aab6734 Centralize check for potential to do reflection activation.
  • 80d1978 Spelling word.
  • 1fde081 Refactor and update naming for scanning utilities.
  • ea6a125 Share "concrete type" filter between assembly and type scanning.
  • 7996d57 Housekeeping: parameterised => parameterized.
  • Additional commits viewable in compare view

Updates Azure.Identity from 1.9.0 to 1.10.0

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.10.0

1.10.0 (2023-08-14)

Features Added

  • Added BrowserCustomization property to InteractiveBrowserCredential to enable web view customization for interactive authentication.

Bugs Fixed

  • ManagedIdentityCredential will no longer attempt to parse invalid json payloads on responses from the managed identity endpoint.
  • Fixed an issue where AzurePowerShellCredential fails to parse the token response from Azure PowerShell. #22638

Azure.Identity_1.10.0-beta.1

1.10.0-beta.1 (2023-07-17)

Features Added

  • Continuous Access Evaluation (CAE) is now configurable per-request by setting the IsCaeEnabled property of TokenRequestContext via its constructor.
  • Added IsSupportLoggingEnabled property to TokenCredentialOptions which equates to passing 'true' for the enablePiiLogging parameter to the 'WithLogging' method on the MSAL client builder.

Bugs Fixed

  • Fixed an issue with TokenCachePersistenceOptions where credentials in the same process would share the same cache, even if they had different configured names.
  • ManagedIdentityCredential now ignores empty ClientId values. #37100
  • ManagedIdentityCredential will no longer attempt to parse invalid json payloads on responses from the managed identity endpoint.
  • When utilizing EnvironmentCredential from DefaultAzureCredential the credential will now override the TENANT_ID environment value if the TenantId value is set in DefaultAzureCredentialOptions.

Other Changes

  • All developer credentials in the DefaultAzureCredential credential chain will fall through to the next credential in the chain on any failure. Previously, some exceptions would throw AuthenticationFailedException, which stops further progress in the chain.
Commits

Updates MassTransit.EntityFrameworkCore from 8.0.16 to 8.1.0

Commits
  • dcc278e Added additional constructor overload for prefix only on Kebab/Snake case end...
  • 9a6916d Fixed #4573 - empty strings should not be removed from the dictionary, not su...
  • 8256246 Retargeted PR #4571 - Changed ActiveMQ to use overloaded SendAsync instead of...
  • 0185878 Update to latest version of Marten [Breaking] (#4563)
  • 49c64fb Added a new, single method to add all three transactional outbox entities to ...
  • 95075e4 Added more missing obsolete attributes
  • f9deb98 Change RabbitMQ transport to not call Clear when using External auth
  • 15c44ca Removed Obsolete Property, added a bunch of obsolete attributes
  • a40b063 Added JobTypeSaga.Name property to the saga map
  • fc4fb14 Add job type name to help diagnose problems.
  • Additional commits viewable in compare view

Updates MassTransit from 8.0.16 to 8.1.0

Commits
  • dcc278e Added additional constructor overload for prefix only on Kebab/Snake case end...
  • 9a6916d Fixed #4573 - empty strings should not be removed from the dictionary, not su...
  • 8256246 Retargeted PR #4571 - Changed ActiveMQ to use overloaded SendAsync instead of...
  • 0185878 Update to latest version of Marten [Breaking] (#4563)
  • 49c64fb Added a new, single method to add all three transactional outbox entities to ...
  • 95075e4 Added more missing obsolete attributes
  • f9deb98 Change RabbitMQ transport to not call Clear when using External auth
  • 15c44ca Removed Obsolete Property, added a bunch of obsolete attributes
  • a40b063 Added JobTypeSaga.Name property to the saga map
  • fc4fb14 Add job type name to help diagnose problems.
  • Additional commits viewable in compare view

Updates IdentityModel from 6.1.0 to 6.2.0

Release notes

Sourced from IdentityModel's releases.

6.2.0

What's Changed

New Contributors

Full Changelog: IdentityModel/IdentityModel@6.1.0...6.2.0

Commits
  • 88dda0f Add IsTrimmable Annotation and convert json serialization to use source gener...
  • See full diff in compare view

Updates Dapper from 2.0.143 to 2.0.151

Release notes

Sourced from Dapper's releases.

2.0.151

Commits

Updates Serilog.Settings.Configuration from 7.0.0 to 7.0.1

Release notes

Sourced from Serilog.Settings.Configuration's releases.

v7.0.1

  • #388 - case-insensitive parsing for level overrides (@​sungam3r)
  • #391 - relax check for existence of Using section in configuration when publishing in single-file mode (@​0xced)
Commits

Updates Google.Apis.Auth from 1.61.0 to 1.62.0

Commits

Updates Microsoft.IdentityModel.Tokens from 6.32.1 to 7.0.0

Release notes

Sourced from Microsoft.IdentityModel.Tokens's releases.

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

Performance improvements:

  • Series of perf improvements in collaboration with ASP .NET Core DevDiv team, results in improvements from 280K Request per second (RPS) in 7.0.0-preview to 370K RPS in 7.0.0-preview2, with more improvements to come in later versions: #2195, #2194, #2193, #2192, #2190, #2188, #2184, #2181, #2180, #2178, #2175, #2172, #2171, #2170, #2169, #2168, #2167, #2166, #2164, #2162, #2161, #2160, #2159, #2158, #2221

  • First increment in replacing newtonsoft with System.Text.Json, see #2174

  • Reading and writing JsonWebKey and JsonWebKeySet types now use System.Text.Json.Utf8JsonReaders/Writers for serialization. Seee PR @​2208 for details.

  • Remove the use of Newtonsoft from OpenIdConnectConfiguration and OpenIdConnectMessage. See PR @​2214 for details.

... (truncated)

Changelog

Sourced from Microsoft.IdentityModel.Tokens's changelog.

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

Performance improvements:

  • Series of perf improvements in collaboration with ASP .NET Core DevDiv team, results in improvements from 280K Request per second (RPS) in 7.0.0-preview to 370K RPS in 7.0.0-preview2, with more improvements to come in later versions: #2195, #2194, #2193, #2192, #2190, #2188, #2184, #2181, #2180, #2178, #2175, #2172, #2171, #2170, #2169, #2168, #2167, #2166, #2164, #2162, #2161, #2160, #2159, #2158, #2221

  • First increment in replacing newtonsoft with System.Text.Json, see #2174

  • Reading and writing JsonWebKey and JsonWebKeySet types now use System.Text.Json.Utf8JsonReaders/Writers for serialization. Seee PR @​2208 for details.

  • Remove the use of Newtonsoft from OpenIdConnectConfiguration and OpenIdConnectMessage. See PR @​2214 for details.

... (truncated)

Commits
  • bf4cb25 remove preview from buildConfig.xml (#2310)
  • c82b10b update to 7x for yaml (#2309)
  • 74a59f2 7.0.0 changelog (#2308)
  • 2fef5a9 add year2038 bug issues to changelog (#2306)
  • d02e451 Revert to 6x behavior where users can clear.
  • 650e55d Support 6x where JsonWebToken.GetPayloadValue<string>("aud")
  • 675a7fc reverted to skipping audiences strings that are null
  • 76aa676 Add support for IList<string>, ICollection<string>
  • f602540 Add access to shared components
  • ec3086a update benchmark tool to use dev (#2299)
  • Additional commits viewable in compare view

Updates System.IdentityModel.Tokens.Jwt from 6.32.1 to 7.0.0

Release notes

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

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

Performance improvements:

  • Series of perf improvements in collaboration with ASP .NET Core DevDiv team, results in improvements from 280K Request per second (RPS) in 7.0.0-preview to 370K RPS in 7.0.0-preview2, with more improvements to come in later versions: #2195, #2194, #2193, #2192, #2190, #2188, #2184, #2181, #2180, #2178, #2175, #2172, #2171, #2170, #2169, #2168, #2167, #2166, #2164, #2162, #2161, #2160, #2159, #2158, #2221

  • First increment in replacing newtonsoft with System.Text.Json, see #2174

  • Reading and writing JsonWebKey and JsonWebKeySet types now use System.Text.Json.Utf8JsonReaders/Writers for serialization. Seee PR @​2208 for details.

  • Remove the use of Newtonsoft from OpenIdConnectConfiguration and OpenIdConnectMessage. See PR @​2214 for details.

... (truncated)

Changelog

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

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

Performance improvements:

  • Series of perf improvements in collaboration with ASP .NET Core DevDiv team, results in improvements from 280K Request per second (RPS) in 7.0.0-preview to 370K RPS in 7.0.0-preview2, with more improvements to come in later versions: #2195, #2194, #2193, #2192, #2190, #2188, #2184, #2181, #2180, #2178, #2175, #2172, #2171, #2170, #2169, #2168, #2167, #2166, #2164, #2162, #2161, #2160, #2159, #2158, #2221

  • First increment in replacing newtonsoft with System.Text.Json, see #2174

  • Reading and writing JsonWebKey and JsonWebKeySet types now use System.Text.Json.Utf8JsonReaders/Writers for serialization. Seee PR @​2208 for details.

  • Remove the use of Newtonsoft from OpenIdConnectConfiguration and OpenIdConnectMessage. See PR @​2214 for details.

... (truncated)

Commits
  • bf4cb25 remove preview from buildConfig.xml (#2310)
  • c82b10b update to 7x for yaml (#2309)
  • 74a59f2 7.0.0 changelog (#2308)
  • 2fef5a9 add year2038 bug issues to changelog (#2306)
  • d02e451 Revert to 6x behavior where users can clear.
  • 650e55d Support 6x where JsonWebToken.GetPayloadValue<string>("aud")
  • 675a7fc reverted to skipping audiences strings that are null
  • 76aa676 Add support for IList<string>, ICollection<string>
  • f602540 Add access to shared components
  • ec3086a update benchmark tool to use dev (#2299)
  • Additional commits viewable in compare view

Updates OpenTelemetry from 1.5.1 to 1.6.0

Release notes

Sourced from OpenTelemetry's releases.

core-1.6.0-rc.1

OpenTelemetry

  • Experimental Feature Added an opt-in feature to aggregate any metric measurements that were dropped due to reaching the max MetricPoints limit. When this feature is enabled, SDK would aggregate such measurements using a reserved MetricPoint with a single tag with key as otel.metric.overflow and value as true. The feature is turned-off by default. You can enable it by setting the environment variable OTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE to true before setting up the MeterProvider. (#4737)

OpenTelemetry.Exporter.OpenTelemetryProtocol

  • Excluded attributes corresponding to LogRecord.EventId, LogRecord.CategoryName and LogRecord.Exception from the exported data. This is done as the semantic conventions for these attributes are not yet stable. (#4781)

  • Added extension method for configuring export processor options for otlp log exporter. (#4733)

  • Added support for configuring the metric exporter's temporality using the environment variable OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE as defined in the specification. (Description has been truncated

Bumps the other group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [Autofac](https://github.com/autofac/Autofac) | `7.0.1` | `7.1.0` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.9.0` | `1.10.0` |
| [MassTransit.EntityFrameworkCore](https://github.com/MassTransit/MassTransit) | `8.0.16` | `8.1.0` |
| [MassTransit](https://github.com/MassTransit/MassTransit) | `8.0.16` | `8.1.0` |
| [IdentityModel](https://github.com/IdentityModel/IdentityModel) | `6.1.0` | `6.2.0` |
| [Dapper](https://github.com/DapperLib/Dapper) | `2.0.143` | `2.0.151` |
| [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) | `7.0.0` | `7.0.1` |
| [Google.Apis.Auth](https://github.com/googleapis/google-api-dotnet-client) | `1.61.0` | `1.62.0` |
| [Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `6.32.1` | `7.0.0` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `6.32.1` | `7.0.0` |
| [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.5.1` | `1.6.0` |
| [Ory.Kratos.Client](https://github.com/ory/sdk) | `0.13.1` | `1.0.0` |
| [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) | `0.13.6` | `0.13.8` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.11.0` | `6.12.0` |
| NSubstitute | `5.0.0` | `5.1.0` |


Updates `Autofac` from 7.0.1 to 7.1.0
- [Release notes](https://github.com/autofac/Autofac/releases)
- [Commits](autofac/Autofac@v7.0.1...v7.1.0)

Updates `Azure.Identity` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.9.0...Azure.Identity_1.10.0)

Updates `MassTransit.EntityFrameworkCore` from 8.0.16 to 8.1.0
- [Commits](MassTransit/MassTransit@v8.0.16...v8.1.0)

Updates `MassTransit` from 8.0.16 to 8.1.0
- [Commits](MassTransit/MassTransit@v8.0.16...v8.1.0)

Updates `IdentityModel` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/IdentityModel/IdentityModel/releases)
- [Commits](IdentityModel/IdentityModel@6.1.0...6.2.0)

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

Updates `Serilog.Settings.Configuration` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/serilog/serilog-settings-configuration/releases)
- [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md)
- [Commits](https://github.com/serilog/serilog-settings-configuration/commits)

Updates `Google.Apis.Auth` from 1.61.0 to 1.62.0
- [Release notes](https://github.com/googleapis/google-api-dotnet-client/releases)
- [Commits](https://github.com/googleapis/google-api-dotnet-client/commits)

Updates `Microsoft.IdentityModel.Tokens` from 6.32.1 to 7.0.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.32.1...7.0.0)

Updates `System.IdentityModel.Tokens.Jwt` from 6.32.1 to 7.0.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.32.1...7.0.0)

Updates `OpenTelemetry` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.5.1...core-1.6.0)

Updates `Ory.Kratos.Client` from 0.13.1 to 1.0.0
- [Release notes](https://github.com/ory/sdk/releases)
- [Commits](https://github.com/ory/sdk/commits)

Updates `BenchmarkDotNet` from 0.13.6 to 0.13.8
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.6...v0.13.8)

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

Updates `NSubstitute` from 5.0.0 to 5.1.0

---
updated-dependencies:
- dependency-name: Autofac
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: MassTransit.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: MassTransit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: IdentityModel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Dapper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Serilog.Settings.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: Google.Apis.Auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Microsoft.IdentityModel.Tokens
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: OpenTelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: Ory.Kratos.Client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other
- dependency-name: BenchmarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: NSubstitute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 11, 2023
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #562 (9b54cf5) into v8.0-preview (de3dac1) will not change coverage.
The diff coverage is n/a.

@@              Coverage Diff              @@
##           v8.0-preview     #562   +/-   ##
=============================================
  Coverage         66.64%   66.64%           
=============================================
  Files               194      194           
  Lines              4434     4434           
=============================================
  Hits               2955     2955           
  Misses             1479     1479           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

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

@dependabot dependabot bot closed this Sep 18, 2023
@dependabot dependabot bot deleted the dependabot/nuget/other-3d82e46418 branch September 18, 2023 06:20
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