Skip to content

Bump the all-packages group in /UKHO.MaritimeSafetyInformation.Web with 20 updates#143

Merged
hukho merged 2 commits intomainfrom
dependabot/nuget/UKHO.MaritimeSafetyInformation.Web/all-packages-2413d7e852
Nov 22, 2023
Merged

Bump the all-packages group in /UKHO.MaritimeSafetyInformation.Web with 20 updates#143
hukho merged 2 commits intomainfrom
dependabot/nuget/UKHO.MaritimeSafetyInformation.Web/all-packages-2413d7e852

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 22, 2023

Bumps the all-packages group in /UKHO.MaritimeSafetyInformation.Web with 20 updates:

Package From To
Azure.Extensions.AspNetCore.Configuration.Secrets 1.2.2 1.3.0
Azure.Identity 1.10.3 1.10.4
FluentValidation 11.1.0 11.8.1
HtmlSanitizer 8.0.723 8.0.746
Microsoft.AspNetCore.Authentication.JwtBearer 6.0.21 6.0.25
Microsoft.AspNetCore.HeaderPropagation 6.0.21 6.0.25
Microsoft.Extensions.Logging.AzureAppServices 6.0.21 6.0.25
NuGet.ProjectModel 6.7.0 6.8.0
Swashbuckle.AspNetCore 6.3.1 6.5.0
Azure.Data.Tables 12.6.0 12.8.2
Microsoft.EntityFrameworkCore 6.0.21 6.0.25
Microsoft.EntityFrameworkCore.SqlServer 6.0.21 6.0.25
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 6.0.21 6.0.25
Microsoft.Identity.Web.UI 2.15.3 2.15.5
coverlet.msbuild 3.1.2 3.2.0
Microsoft.EntityFrameworkCore.InMemory 6.0.21 6.0.25
NuGet.Frameworks 6.7.0 6.8.0
NUnit 3.13.3 3.14.0
coverlet.collector 3.1.2 3.2.0
Microsoft.AspNetCore.Mvc.Testing 6.0.21 6.0.25

Updates Azure.Extensions.AspNetCore.Configuration.Secrets from 1.2.2 to 1.3.0

Release notes

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

Azure.Extensions.AspNetCore.Configuration.Secrets_1.3.0

1.3.0 (2023-11-08)

Acknowledgments

Thank you to our developer community members who helped to make the Key Vault configuration library better with their contributions to this release:

Features Added

  • Changed visibility of AzureKeyVaultConfigurationSource as public to allow for custom ordering of configuration sections when reading. (A community contribution, courtesy of jabberwik)

Bugs Fixed

  • Corrected the parameter name in the ArgumentNullException that is thrown if a null options argument is passed to AddAzureKeyVault.
Commits

Updates Azure.Identity from 1.10.3 to 1.10.4

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.10.4

1.10.4 (2023-11-13)

Other Changes

Commits

Updates FluentValidation from 11.1.0 to 11.8.1

Release notes

Sourced from FluentValidation's releases.

11.8.1

Release notes

Please read the upgrade guide if you are moving from 10.x to 11.x

Note that the after 11.1.0 release, the FluentValidation.AspNetCore package has been moved to a separate repository and is now versioned and released separately. These release notes now only apply to the core FluentValidation package. For FluentValidation.AspNetCore release notes, please visit the FluentValidation.AspNetCore repository.

Changes in 11.8.1

  • Fix unintentional behavioural changes in introduced in the previous release as part of #2158

Changes in 11.8.0

  • Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#2114)
  • Fix Serbian translation of LengthValidator (#2147)
  • Fix chinese culture codes (#2151)
  • Add Khmer translations (#2155)
  • Various performance improvements (#2158)
  • Fix ChildRules with class hierarchies (#2165)

Changes in 11.7.1

  • Resolved issue with combining multiple ValidationResult instances where RuleSetsExecuted wasn't properly set on the combined result (#2125)

Changes in 11.7.0

  • Add additional constructor for combining multiple ValidationResult instances (#2125)
  • Add PropertyPath placeholder (#2134)
  • Fix Brazilian Portuguese translation (#2131)

Changes in 11.6.0

  • Add OnFailurecCreated callback in ValidatorOptions.Global (#2120)
  • Fix typo in Russian localization (#2102)
  • Add Tajik language (#2108)
  • Fixed some typos in Validator Extension docblocks (#2118)

Changes in 11.5.2

  • Resolve issue with ruleset propagation for multiple levels of child rules (#2097)

Changes in 11.5.1

  • Deprecated the ability to disable the root model null check via overriding AbstractValidator.EnsureInstanceNotNull (See #2069 for migration steps)
  • Deprecated the Transform and TransformAsync methods (See #2072 for migration steps)

Changes in 11.5.0

  • MemberNameValidatorSelector now supports wildcard indexes in property paths (#2056)
  • Added overload of TestValidateAsync that accepts a context (#2052)
  • Minor optimization to regex validator (#2035)
  • Added Kazakh translations (#2036)
  • Added Catalan translations and updated Spanish translations (#2050)
  • Updates to Uzbek Latin and Cyrillic translations (#2040/#2041/#2045)
  • Updates to Italian translations (#2039)
  • Updates to French translations (#2065)

Changes in 11.4.0

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.8.1 - 22 Nov 2023 Fix unintentional behavioural changes in introduced in the previous release as part of #2158

11.8.0 - 19 Oct 2023 Added AbstractValidator.OnRuleAdded to allow customization of rule instances after creation (#2114) Fix Serbian translation of LengthValidator (#2147) Fix chinese culture codes (#2151) Add Khmer translations (#2155) Various performance improvements (#2158) Fix ChildRules with class hierarchies (#2165)

11.7.1 - 12 Aug 2023 Resolved issue with combining multiple ValidationResult instances where RuleSetsExecuted wasn't properly set on the combined result (#2125)

11.7.0 - 11 Aug 2023 Add additional constructor for combining multiple ValidationResult instances (#2125) Add PropertyPath placeholder (#2134) Fix Brazilian Portuguese translation (#2131)

11.6.0 - 4 Jul 2023 Add OnFailurecCreated callback in ValidatorOptions.Global (#2120) Fix typo in Russian localization (#2102) Add Tajik language (#2108) Fixed some typos in Validator Extension docblocks (#2118)

11.5.2 - 7 Apr 2023 Resolve issue with ruleset propogation for multiple levels of child rules (#2097)

11.5.1 - 20 Feb 2023 Deprecated the ability to disable the root model null check via overriding AbstractValidator.EnsureInstanceNotNull (#2069) Deprecated the Transform and TransformAsync methods (#2072)

11.5.0 - 13 Feb 2023 MemberNameValidatorSelector now supports wildcard indexes in property paths (#2056) Added overload of TestValidateAsync that accepts a context (#2052) Minor optimization to regex validator (#2035) Added Kazakh translations (#2036) Added Catalan translations and updated Spanish translations (#2050) Updates to Uzbek Latin and Cyrillic translations (#2040/#2041/#2045) Updates to Italian translations (#2039) Updates to French translations (#2065)

11.4.0 - 23 Nov 2022 Deprecate ScalePrecision validator and introduce PrecisionScale validator as its replacement (#2030)

11.3.0 - 10 Nov 2022 Annotate string parameters with StringSyntaxAttribute.Regex in net7 builds (#1957) Fixes to SourceLink integration (#2019) Add Uzbek Latin and Cyrillic languages (#2013) Updates to Danish language (#2012)

... (truncated)

Commits
  • 513eaa1 Fix behavioural changes in EmptyValidator/NotEmptyValidator introduced in pre...
  • feeb5ae Merge pull request #2166 from josbol/main
  • 2bd830c Update PortugueseBrazilLanguage.cs
  • c6c48ef Bump version
  • ce11ae3 Update changelog
  • a437761 Fix ChildRules with hierarchies #2165
  • c28c5a4 Update ReadTheDocs packages due to breaking changes in RTD build images
  • a8c112f Add ReadTheDocs config file
  • 701bc75 Merge pull request #2158 from ProfFrugal/perf
  • 44cca0f Revert changes to PropertyChain as they cause baseline compatibility validati...
  • Additional commits viewable in compare view

Updates HtmlSanitizer from 8.0.723 to 8.0.746

Release notes

Sourced from HtmlSanitizer's releases.

8.0.746

Fix #483

8.0.744

Fix #483

Commits
  • e3e943f Fix #483
  • fe337df Fix #483
  • 13b2e1a Merge pull request #482 from ChuckFork/master
  • d46ef46 Merge pull request #481 from mganss/dependabot/nuget/xunit-2.5.3
  • 2ce2d90 Merge pull request #480 from mganss/dependabot/nuget/xunit.runner.console-2.5.3
  • 51e129d Update README.md
  • 54d3d3b Bump xunit from 2.5.2 to 2.5.3
  • a6fbf39 Bump xunit.runner.console from 2.5.2 to 2.5.3
  • ddb3c4e Merge pull request #476 from mganss/dependabot/nuget/xunit.runner.visualstudi...
  • 6336e6a Merge pull request #477 from mganss/dependabot/nuget/xunit.runner.console-2.5.2
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.Authentication.JwtBearer from 6.0.21 to 6.0.25

Release notes

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

.NET 6.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v6.0.24...v6.0.25

.NET 6.0.24

Release

.NET 6.0.23

Release

.NET 6.0.22

Release

Commits

Updates Microsoft.AspNetCore.HeaderPropagation from 6.0.21 to 6.0.25

Release notes

Sourced from Microsoft.AspNetCore.HeaderPropagation's releases.

.NET 6.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v6.0.24...v6.0.25

.NET 6.0.24

Release

.NET 6.0.23

Release

.NET 6.0.22

Release

Commits

Updates Microsoft.Extensions.Logging.AzureAppServices from 6.0.21 to 6.0.25

Release notes

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

.NET 6.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v6.0.24...v6.0.25

.NET 6.0.24

Release

.NET 6.0.23

Release

.NET 6.0.22

Release

Commits

Updates NuGet.ProjectModel from 6.7.0 to 6.8.0

Commits

Updates Swashbuckle.AspNetCore from 6.3.1 to 6.5.0

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.5.0

Changes since v6.4.0

v6.4.0

Changes since v6.3.0

Commits
  • 8f363f7 Upgrade swagger-ui to 4.15.5 & redoc to 2.0.0
  • 1b1d3da Update version to 6.5.0
  • 0fa9723 Merge pull request #2529 from ozziepeeps/fix-2528
  • 2da3a72 Merge pull request #2373 from Eneuman/master
  • a6d3386 Update target framework config for test projects
  • eede471 Target net6.0 for test projects
  • 5267a03 Increment version for 7.0 preview builds
  • 93fe279 Merge pull request #2542 from eslamisepehr/master
  • e98e4aa Account for InferSecuritySchemes in generator options DeepCopy
  • a97df7d Merge pull request #2480 from captainsafia/fix-dateonly
  • Additional commits viewable in compare view

Updates Azure.Data.Tables from 12.6.0 to 12.8.2

Release notes

Sourced from Azure.Data.Tables's releases.

Azure.Data.Tables_12.8.2

12.8.2 (2023-11-13)

Acknowledgments

Thank you to our developer community members who helped to make Azure Tables better with their contributions to this release:

Bugs Fixed

  • Fixed an issue where custom models decorated with the DataMemberAttribute were not properly considered in query filters (A community contribution, courtesy of [metjuperry] (#38884)

Other Changes

Commits
  • 43aacd3 Prep for tables release (#39940)
  • 7ec340b Disable diagnostics checks in tests that use released version of KeyVault (#3...
  • 615cfcc Refer to correct article regarding ServiceBusAdministrationClient (#39699)
  • 2818ef1 Increment package version after release of Azure.Extensions.AspNetCore.Config...
  • a0fe6ba Increment version for keyvault releases (#39892)
  • c276bb5 Increment package version after release of Microsoft.Azure.WebJobs.Extensions...
  • 4e05177 Increment package version after release of Azure.Messaging.EventGrid (#39883)
  • 801dd7e DataMovement Share Destination Checkpoint Data Update (#39764)
  • 371c357 revert the breaking changes introduced by #39753 (#39931)
  • dba99f7 [DataFactory]Upgrade SDK Version To 1.0.0-beta.5 (#39778)
  • Additional commits viewable in compare view

Updates Microsoft.EntityFrameworkCore from 6.0.21 to 6.0.25

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

EF Core 6.0.25

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.24.

EF Core 6.0.24 is available on NuGet now. This is a patch release of EF Core 6 containing only important bug fixes:

EF Core 6.0.23

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.22.

EF Core 6.0.22

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.21.

Commits

Updates Microsoft.EntityFrameworkCore.SqlServer from 6.0.21 to 6.0.25

Release notes

Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.

EF Core 6.0.25

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.24.

EF Core 6.0.24 is available on NuGet now. This is a patch release of EF Core 6 containing only important bug fixes:

EF Core 6.0.23

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.22.

EF Core 6.0.22

This is a patch release of EF Core 6.0 containing only updates to dependencies. There are no additional fixes in this release beyond those already shipped in EF Core 6.1.21.

Commits

Updates Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions from 6.0.21 to 6.0.25

Release notes

Sourced from Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions's releases.

.NET 6.0.25

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v6.0.24...v6.0.25

.NET 6.0.24

Release

.NET 6.0.23

Release

.NET 6.0.22

Release

Commits

Updates Microsoft.Identity.Web.UI from 2.15.3 to 2.15.5

Release notes

Sourced from Microsoft.Identity.Web.UI's releases.

2.15.5

  • Update to .NET 8 GA
  • Update to Microsoft.Graph 5.34.0

Bug Fixes

  • Fixes an issue where users were not able to override ICredentialsLoader. See #2564 for details.
  • The latest patch version is no longer used in dependencies, as it made builds non-deterministic. See #2569 for details.
  • Removed dependencies that were no longer needed. See

Bumps the all-packages group in /UKHO.MaritimeSafetyInformation.Web with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [Azure.Extensions.AspNetCore.Configuration.Secrets](https://github.com/Azure/azure-sdk-for-net) | `1.2.2` | `1.3.0` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.10.3` | `1.10.4` |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.1.0` | `11.8.1` |
| [HtmlSanitizer](https://github.com/mganss/HtmlSanitizer) | `8.0.723` | `8.0.746` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `6.0.21` | `6.0.25` |
| [Microsoft.AspNetCore.HeaderPropagation](https://github.com/dotnet/aspnetcore) | `6.0.21` | `6.0.25` |
| [Microsoft.Extensions.Logging.AzureAppServices](https://github.com/dotnet/aspnetcore) | `6.0.21` | `6.0.25` |
| [NuGet.ProjectModel](https://github.com/NuGet/NuGet.Client) | `6.7.0` | `6.8.0` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.3.1` | `6.5.0` |
| [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) | `12.6.0` | `12.8.2` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `6.0.21` | `6.0.25` |
| [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) | `6.0.21` | `6.0.25` |
| [Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions](https://github.com/dotnet/aspnetcore) | `6.0.21` | `6.0.25` |
| [Microsoft.Identity.Web.UI](https://github.com/AzureAD/microsoft-identity-web) | `2.15.3` | `2.15.5` |
| [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) | `3.1.2` | `3.2.0` |
| [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) | `6.0.21` | `6.0.25` |
| [NuGet.Frameworks](https://github.com/NuGet/NuGet.Client) | `6.7.0` | `6.8.0` |
| [NUnit](https://github.com/nunit/nunit) | `3.13.3` | `3.14.0` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `3.1.2` | `3.2.0` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `6.0.21` | `6.0.25` |


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

Updates `Azure.Identity` from 1.10.3 to 1.10.4
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.10.3...Azure.Identity_1.10.4)

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

Updates `HtmlSanitizer` from 8.0.723 to 8.0.746
- [Release notes](https://github.com/mganss/HtmlSanitizer/releases)
- [Commits](mganss/HtmlSanitizer@v8.0.723...v8.0.746)

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

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

Updates `Microsoft.Extensions.Logging.AzureAppServices` from 6.0.21 to 6.0.25
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.21...v6.0.25)

Updates `NuGet.ProjectModel` from 6.7.0 to 6.8.0
- [Release notes](https://github.com/NuGet/NuGet.Client/releases)
- [Commits](https://github.com/NuGet/NuGet.Client/commits)

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

Updates `Azure.Data.Tables` from 12.6.0 to 12.8.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.6.0...Azure.Data.Tables_12.8.2)

Updates `Microsoft.EntityFrameworkCore` from 6.0.21 to 6.0.25
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v6.0.21...v6.0.25)

Updates `Microsoft.EntityFrameworkCore.SqlServer` from 6.0.21 to 6.0.25
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v6.0.21...v6.0.25)

Updates `Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions` from 6.0.21 to 6.0.25
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.21...v6.0.25)

Updates `Microsoft.Identity.Web.UI` from 2.15.3 to 2.15.5
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@2.15.3...2.15.5)

Updates `coverlet.msbuild` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.2.0)

Updates `Microsoft.EntityFrameworkCore.InMemory` from 6.0.21 to 6.0.25
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v6.0.21...v6.0.25)

Updates `NuGet.Frameworks` from 6.7.0 to 6.8.0
- [Release notes](https://github.com/NuGet/NuGet.Client/releases)
- [Commits](https://github.com/NuGet/NuGet.Client/commits)

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

Updates `coverlet.collector` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.2.0)

Updates `Microsoft.AspNetCore.Mvc.Testing` from 6.0.21 to 6.0.25
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.21...v6.0.25)

---
updated-dependencies:
- dependency-name: Azure.Extensions.AspNetCore.Configuration.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: HtmlSanitizer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.HeaderPropagation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Extensions.Logging.AzureAppServices
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: NuGet.ProjectModel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Identity.Web.UI
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: coverlet.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: NuGet.Frameworks
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot requested review from a team and rockydevnet as code owners November 22, 2023 12:02
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 22, 2023
Copy link
Copy Markdown
Contributor

@hukho hukho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@hukho hukho merged commit c9c8e34 into main Nov 22, 2023
@hukho hukho deleted the dependabot/nuget/UKHO.MaritimeSafetyInformation.Web/all-packages-2413d7e852 branch November 22, 2023 12:36
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.

1 participant