Skip to content

Bump Ardalis.SmartEnum.EFCore and 43 others #236

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Updated Ardalis.SmartEnum.EFCore from 8.0.0 to 8.2.0.

Release notes

Sourced from Ardalis.SmartEnum.EFCore's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AspNetCore.HealthChecks.SqlServer from 8.0.2 to 9.0.0.

Release notes

Sourced from AspNetCore.HealthChecks.SqlServer's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AspNetCore.HealthChecks.UI.Client from 8.0.1 to 9.0.0.

Release notes

Sourced from AspNetCore.HealthChecks.UI.Client's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Autofac.Extensions.DependencyInjection from 9.0.0 to 10.0.0.

Release notes

Sourced from Autofac.Extensions.DependencyInjection's releases.

10.0.0

Breaking Changes

All instance dependencies are now considered ExternallyOwned which means if you register an object instance in the dependency injection container through this package, when you dispose of the container it will not dispose of the provided instance. This is different than default Autofac behavior. Autofac normally assumes control of registered instances, where the Microsoft DI container does not. This change only affects instances registered using the Microsoft syntax and then populated into Autofac; it does not change the underlying Autofac container.

public class Startup
{
  public void ConfigureServices(IServiceCollection services)
  {
      // The instance `item` here WILL NOT be disposed when the container is disposed
      // because it's registered using Microsoft syntax and will be imported into Autofac.
      var item = new MyDisposableItem();
      services.AddSingleton(item);
  }

  public void ConfigureContainer(ContainerBuilder builder)
  {
      // The instance `item` here WILL be disposed when the container is disposed
      // because it's registered using Autofac syntax directly with Autofac.
      var item = new MyDisposableItem();
      builder.RegisterInstance(item);
  }
}

Additional Changes

Full Changelog: autofac/Autofac.Extensions.DependencyInjection@v9.0.0...v10.0.0

Commits viewable in compare view.

Updated coverlet.collector from 6.0.2 to 6.0.4.

Release notes

Sourced from coverlet.collector's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated FluentAssertions from 6.12.0 to 8.5.0.

Release notes

Sourced from FluentAssertions's releases.

8.5.0

What's Changed

New features

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.4.0...8.5.0

8.4.0

What's Changed

Improvements

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.3.0...8.4.0

8.3.0

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@8.2.0...8.3.0

8.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.1.1...8.2.0

8.1.1

What's Changed

Fixes

Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1

8.1.0

What's Changed

Improvements

Fixes

Documentation

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.0.1...8.1.0

8.0.1

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@8.0.0...8.0.1

8.0.0

What's Changed

License change

Breaking Changes

New features

Improvements

8.0.0-rc.2

What's Changed

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.0.0-rc.1...8.0.0-rc.2

8.0.0-rc.1

What's Changed

Breaking Changes

Fixes

Documentation

Others

8.0.0-alpha.1

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@7.0.0-alpha.6...8.0.0-alpha.1

7.2.0

What's Changed

Improvements

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@7.1.0...7.2.0

7.1.0

What's Changed

Improvements

Others

Full Changelog: fluentassertions/fluentassertions@7.0.0...7.1.0

7.0.0

What's Changed

Breaking Changes

Fixes

Documentation

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@6.12.2...7.0.0

6.12.2

What's Changed

Others

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

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 viewable in compare view.

Updated MediatR from 12.3.0 to 13.0.0.

Release notes

Sourced from MediatR's releases.

13.0.0

Full Changelog: LuckyPennySoftware/MediatR@v12.5.0...v13.0.0

  • Added support for .NET Standard 2.0
  • Requiring license key
  • Moving from Apache license to dual commercial/OSS license

To set your license key:

services.AddMediatR(cfg => {
    cfg.LicenseKey = "<License key here>";
});

You can obtain your license key at MediatR.io

12.5.0

What's Changed

New Contributors

Full Changelog: LuckyPennySoftware/MediatR@v12.4.1...v12.5.0

12.4.1

What's Changed

Full Changelog: LuckyPennySoftware/MediatR@v12.4.0...v12.4.1

12.4.0

What's Changed

Full Changelog: LuckyPennySoftware/MediatR@v12.3.0...v12.4.0

Commits viewable in compare view.

Updated Microsoft.ApplicationInsights.AspNetCore from 2.22.0 to 2.23.0.

Release notes

Sourced from Microsoft.ApplicationInsights.AspNetCore's releases.

2.23.0

  • no changes since beta.

2.23.0-beta1

Commits viewable in compare view.

Updated Microsoft.ApplicationInsights.WorkerService from 2.22.0 to 2.23.0.

Release notes

Sourced from Microsoft.ApplicationInsights.WorkerService's releases.

2.23.0

  • no changes since beta.

2.23.0-beta1

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.6 to 8.0.18.

Release notes

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

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

8.0.14

Release

What's Changed

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

8.0.13

Release

What's Changed

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

8.0.12

Release

What's Changed

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

8.0.11

Release

What's Changed

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

8.0.10

Release

8.0.8

Release

8.0.7

Release

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Identity.EntityFrameworkCore from 8.0.6 to 8.0.18.

Release notes

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

8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

8.0.14

Release

What's Changed

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

8.0.13

Release

What's Changed

Description has been truncated

Bumps Ardalis.SmartEnum.EFCore from 8.0.0 to 8.2.0
Bumps AspNetCore.HealthChecks.SqlServer from 8.0.2 to 9.0.0
Bumps AspNetCore.HealthChecks.UI.Client from 8.0.1 to 9.0.0
Bumps Autofac.Extensions.DependencyInjection from 9.0.0 to 10.0.0
Bumps coverlet.collector from 6.0.2 to 6.0.4
Bumps FluentAssertions from 6.12.0 to 8.5.0
Bumps MediatR from 12.3.0 to 13.0.0
Bumps Microsoft.ApplicationInsights.AspNetCore from 2.22.0 to 2.23.0
Bumps Microsoft.ApplicationInsights.WorkerService from 2.22.0 to 2.23.0
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.6 to 8.0.18
Bumps Microsoft.AspNetCore.Identity.EntityFrameworkCore from 8.0.6 to 8.0.18
Bumps Microsoft.Azure.Functions.Worker from 1.22.0 to 2.0.0
Bumps Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues from 5.4.0 to 5.5.2
Bumps Microsoft.Azure.Functions.Worker.Sdk from 1.17.2 to 2.0.5
Bumps Microsoft.Bcl.AsyncInterfaces from 8.0.0 to 9.0.7
Bumps Microsoft.EntityFrameworkCore.Design from 8.0.6 to 9.0.7
Bumps Microsoft.EntityFrameworkCore.Tools from 8.0.6 to 9.0.7
Bumps Microsoft.Extensions.Configuration.UserSecrets from 8.0.0 to 9.0.7
Bumps Microsoft.Extensions.Hosting.Abstractions from 8.0.0 to 9.0.7
Bumps Microsoft.Extensions.Identity.Stores from 8.0.6 to 9.0.7
Bumps Microsoft.Identity.Web from 2.20.0 to 3.11.0
Bumps Microsoft.NET.Test.Sdk from 17.10.0 to 17.14.1
Bumps Microsoft.VisualStudio.Web.CodeGeneration.Design from 8.0.2 to 9.0.0
Bumps OneBeyond.Studio.Application.SharedKernel from 8.0.0.5 to 8.0.0.7
Bumps OneBeyond.Studio.DataAccess.EFCore from 8.0.0.5 to 8.0.0.7
Bumps OneBeyond.Studio.Domain.SharedKernel from 8.0.0.5 to 8.0.0.7
Bumps OneBeyond.Studio.EmailProviders.Domain from 8.0.0.7 to 8.0.0.8
Bumps OneBeyond.Studio.EmailProviders.Folder from 8.0.0.7 to 8.0.0.8
Bumps OneBeyond.Studio.EmailProviders.SendGrid from 8.0.0.7 to 8.0.0.8
Bumps OneBeyond.Studio.FileStorage.Azure from 8.0.0.7 to 8.0.0.9
Bumps OneBeyond.Studio.FileStorage.Domain from 8.0.0.7 to 8.0.0.9
Bumps OneBeyond.Studio.FileStorage.FileSystem from 8.0.0.7 to 8.0.0.9
Bumps OneBeyond.Studio.Hosting.AspNet from 8.0.0.5 to 8.0.0.7
Bumps OneBeyond.Studio.Infrastructure.Azure from 8.0.0.5 to 8.0.0.7
Bumps Serilog.AspNetCore from 8.0.1 to 9.0.0
Bumps Serilog.Extensions.Hosting from 8.0.0 to 9.0.0
Bumps Serilog.Settings.Configuration from 8.0.1 to 9.0.0
Bumps Serilog.Sinks.File from 6.0.0 to 7.0.0
Bumps Swashbuckle.AspNetCore.Filters from 8.0.2 to 9.0.0
Bumps Swashbuckle.AspNetCore.SwaggerGen to 8.0.0, 9.0.3
Bumps Swashbuckle.AspNetCore.SwaggerUI from 6.6.2 to 9.0.3
Bumps System.IdentityModel.Tokens.Jwt from 7.6.2 to 8.13.0
Bumps xunit from 2.8.1 to 2.9.3
Bumps xunit.runner.visualstudio from 3.0.2 to 3.1.3

---
updated-dependencies:
- dependency-name: Ardalis.SmartEnum.EFCore
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: AspNetCore.HealthChecks.SqlServer
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: AspNetCore.HealthChecks.UI.Client
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Autofac.Extensions.DependencyInjection
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: coverlet.collector
  dependency-version: 6.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: FluentAssertions
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: MediatR
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.ApplicationInsights.AspNetCore
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.ApplicationInsights.WorkerService
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 8.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore
  dependency-version: 8.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Azure.Functions.Worker
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.Azure.Functions.Worker.Sdk
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Identity.Stores
  dependency-version: 9.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Identity.Web
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 8.13.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.VisualStudio.Web.CodeGeneration.Design
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: OneBeyond.Studio.Application.SharedKernel
  dependency-version: 8.0.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OneBeyond.Studio.DataAccess.EFCore
  dependency-version: 8.0.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OneBeyond.Studio.Domain.SharedKernel
  dependency-version: 8.0.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OneBeyond.Studio.EmailProviders.Domain
  dependency-version: 8.0.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OneBeyond.Studio.EmailProviders.Folder
  dependency-version: 8.0.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OneBeyond.Studio.EmailProviders.SendGrid
  dependency-version: 8.0.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OneBeyond.Studio.FileStorage.Azure
  dependency-version: 8.0.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OneBeyond.Studio.FileStorage.Domain
  dependency-version: 8.0.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OneBeyond.Studio.FileStorage.FileSystem
  dependency-version: 8.0.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OneBeyond.Studio.Hosting.AspNet
  dependency-version: 8.0.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: OneBeyond.Studio.Infrastructure.Azure
  dependency-version: 8.0.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Serilog.AspNetCore
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Settings.Configuration
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Extensions.Hosting
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Sinks.File
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Swashbuckle.AspNetCore.Filters
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Swashbuckle.AspNetCore.SwaggerGen
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Swashbuckle.AspNetCore.SwaggerGen
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Swashbuckle.AspNetCore.SwaggerUI
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 21, 2025
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedmicrosoft.azure.functions.worker.sdk@​1.17.2 ⏵ 2.0.55010094100100
Updatedcoverlet.collector@​6.0.2 ⏵ 6.0.464 +1100100100100
Updatedonebeyond.studio.emailproviders.sendgrid@​8.0.0.7 ⏵ 8.0.0.89910087100100
Updatedmicrosoft.identity.web@​2.20.0 ⏵ 3.11.09510089100100
Updatedsystem.identitymodel.tokens.jwt@​7.6.0 ⏵ 8.13.095 +110089100100
Updatedmicrosoft.aspnetcore.identity.entityframeworkcore@​8.0.6 ⏵ 8.0.18100 +110089100100
Updatedserilog.extensions.hosting@​8.0.0 ⏵ 9.0.09610089100100
Updatedautofac.extensions.dependencyinjection@​9.0.0 ⏵ 10.0.09810089100100
Updatedserilog.aspnetcore@​8.0.1 ⏵ 9.0.09810089100100
Updatedaspnetcore.healthchecks.ui.client@​8.0.1 ⏵ 9.0.0100 +210089100100
Updatedmicrosoft.applicationinsights.aspnetcore@​2.22.0 ⏵ 2.23.09910089100100
Updatedaspnetcore.healthchecks.sqlserver@​8.0.2 ⏵ 9.0.09910089100100
Updatedmicrosoft.azure.functions.worker@​1.22.0 ⏵ 2.0.09810089100100
Updatedmicrosoft.visualstudio.web.codegeneration.design@​8.0.2 ⏵ 9.0.09910089100100
Updatedmicrosoft.applicationinsights.workerservice@​2.22.0 ⏵ 2.23.09910089100100
Updatedserilog.sinks.file@​6.0.0 ⏵ 7.0.09510089100100
Updatedmicrosoft.azure.functions.worker.extensions.storage.queues@​5.4.0 ⏵ 5.5.210010089100100
Updatedxunit@​2.8.1 ⏵ 2.9.310010089100100
Updatedserilog.settings.configuration@​8.0.1 ⏵ 9.0.095 +210089100100
Updatedmicrosoft.net.test.sdk@​17.10.0 ⏵ 17.14.110010089100100
Updatedardalis.smartenum.efcore@​8.0.0 ⏵ 8.2.09910089100100
Updatedonebeyond.studio.application.sharedkernel@​8.0.0.5 ⏵ 8.0.0.710010089100100
Updatedonebeyond.studio.domain.sharedkernel@​8.0.0.5 ⏵ 8.0.0.79910089100100
Updatedonebeyond.studio.emailproviders.domain@​8.0.0.7 ⏵ 8.0.0.89910089100100
Updatedonebeyond.studio.filestorage.domain@​8.0.0.7 ⏵ 8.0.0.99910089100100
Updatedonebeyond.studio.dataaccess.efcore@​8.0.0.5 ⏵ 8.0.0.710010089100100
Updatedonebeyond.studio.emailproviders.folder@​8.0.0.7 ⏵ 8.0.0.89910089100100
Updatedonebeyond.studio.filestorage.azure@​8.0.0.7 ⏵ 8.0.0.910010089100100
Updatedonebeyond.studio.filestorage.filesystem@​8.0.0.7 ⏵ 8.0.0.910010089100100
Updatedonebeyond.studio.hosting.aspnet@​8.0.0.5 ⏵ 8.0.0.710010089100100
Updatedonebeyond.studio.infrastructure.azure@​8.0.0.5 ⏵ 8.0.0.710010089100100
Updatedswashbuckle.aspnetcore.filters@​8.0.2 ⏵ 9.0.099 +110089100100
See 12 more rows in the dashboard

View full report

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2025

Superseded by #238.

@dependabot dependabot bot closed this Aug 5, 2025
@dependabot dependabot bot deleted the dependabot/nuget/multi-ce989cafe3 branch August 5, 2025 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants