Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the all-packages group with 11 updates in the /UKHO.FmEssFssMock.API/UKHO.FmEssFssMock.API directory:

Package From To
JsonConverter.Abstractions 0.6.0 0.7.0
JsonConverter.Newtonsoft.Json 0.6.0 0.7.0
JsonConverter.Abstractions 0.6.0 0.7.0
Microsoft.AspNetCore.AzureAppServices.HostingStartup 6.0.33 6.0.35
Swashbuckle.AspNetCore 6.7.3 6.9.0
WireMock.Net 1.6.3 1.6.7
WireMock.Net.Abstractions 1.6.3 1.6.7
WireMock.Org.Abstractions 1.6.3 1.6.7
Azure.Storage.Blobs 12.21.2 12.22.2
FluentValidation 11.9.2 11.10.0
Microsoft.AspNetCore.HeaderPropagation 6.0.33 6.0.35
Swashbuckle.AspNetCore.Annotations 6.7.3 6.9.0

Updates JsonConverter.Abstractions from 0.6.0 to 0.7.0

Changelog

Sourced from JsonConverter.Abstractions's changelog.

0.7.0 (10 October 2024)

  • #13 - Bump System.Text.Json from 6.0.6 to 6.0.10 in /src/JsonConverter.System.Text.Json [dependencies] contributed by dependabot[bot]
  • #14 - Bump System.Text.Json from 8.0.4 to 8.0.5 + upgrade some other packages [Feature] contributed by StefH
Commits
  • e0db35b Bump System.Text.Json from 8.0.4 to 8.0.5 + upgrade some other packages (#14)
  • ee91a70 Update README.md (fix badges)
  • 3662e99 Bump System.Text.Json in /src/JsonConverter.System.Text.Json (#13)
  • See full diff in compare view

Updates JsonConverter.Newtonsoft.Json from 0.6.0 to 0.7.0

Changelog

Sourced from JsonConverter.Newtonsoft.Json's changelog.

0.7.0 (10 October 2024)

  • #13 - Bump System.Text.Json from 6.0.6 to 6.0.10 in /src/JsonConverter.System.Text.Json [dependencies] contributed by dependabot[bot]
  • #14 - Bump System.Text.Json from 8.0.4 to 8.0.5 + upgrade some other packages [Feature] contributed by StefH
Commits
  • e0db35b Bump System.Text.Json from 8.0.4 to 8.0.5 + upgrade some other packages (#14)
  • ee91a70 Update README.md (fix badges)
  • 3662e99 Bump System.Text.Json in /src/JsonConverter.System.Text.Json (#13)
  • See full diff in compare view

Updates JsonConverter.Abstractions from 0.6.0 to 0.7.0

Changelog

Sourced from JsonConverter.Abstractions's changelog.

0.7.0 (10 October 2024)

  • #13 - Bump System.Text.Json from 6.0.6 to 6.0.10 in /src/JsonConverter.System.Text.Json [dependencies] contributed by dependabot[bot]
  • #14 - Bump System.Text.Json from 8.0.4 to 8.0.5 + upgrade some other packages [Feature] contributed by StefH
Commits
  • e0db35b Bump System.Text.Json from 8.0.4 to 8.0.5 + upgrade some other packages (#14)
  • ee91a70 Update README.md (fix badges)
  • 3662e99 Bump System.Text.Json in /src/JsonConverter.System.Text.Json (#13)
  • See full diff in compare view

Updates Microsoft.AspNetCore.AzureAppServices.HostingStartup from 6.0.33 to 6.0.35

Release notes

Sourced from Microsoft.AspNetCore.AzureAppServices.HostingStartup's releases.

.NET 6.0.35

Release

Commits

Updates Swashbuckle.AspNetCore from 6.7.3 to 6.9.0

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.9.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.1...v6.9.0

v6.8.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.0...v6.8.1

v6.8.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0

Commits

Updates WireMock.Net from 1.6.3 to 1.6.7

Changelog

Sourced from WireMock.Net's changelog.

1.6.7 (17 October 2024)

  • #1161 - Use latest ProtoBufJsonConverter to support WellKnownTypes [bug] contributed by StefH
  • #1190 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #1194 - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE-2019-0820 [bug] contributed by StefH
  • #1197 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #1198 - Fix Google.Protobuf.WellKnownTypes.Value [bug] contributed by StefH
  • #1144 - Using google.protobuf.Empty as response results in a bad gRPC response [bug]
  • #1153 - Grpc support for multiple proto files [feature]
  • #1193 - Snyk issue : Regular Expression Denial of Service [bug]

1.6.6 (01 October 2024)

  • #1185 - Throw exception in case WithTransformer is used after WithBodyFromFile [bug] contributed by StefH
  • #1187 - Fix StaticMappingsPath in WireMockContainerBuilder [bug] contributed by StefH
  • #1184 - .WithBodyFromFile() + .WithTransformer(transformContentFromBodyAsFile: true) = empty string [bug]
  • #1186 - WithMappings path is null on Build() call [bug]

1.6.5 (28 September 2024)

  • #1175 - Add WireMock.Net.AspNetCore.Middleware [feature] contributed by StefH
  • #1181 - WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as default for Linux [feature] contributed by StefH
  • #1182 - pass in the request when no matching is found to the warn logger [feature] contributed by JasonLandbridge

1.6.4 (25 September 2024)

  • #1169 - Allow mapping without Path or Url [bug] contributed by StefH
  • #1170 - Update the .NET Aspire tests [feature] contributed by StefH
  • #1172 - Fix JSON parsing of text/plain content type [bug] contributed by ruxo
  • #1177 - Unpin Testcontainers version and upgrade to version 3.10.0 [bug] contributed by StefH
  • #1178 - Upgrade CS-Script to version 4.8.17 [feature] contributed by StefH
  • #1179 - Add WireMock.Net.TUnit project [feature] contributed by StefH
  • #1146 - Bump Request CS-Script 4.8.13 to 4.8.17 [feature]
  • #1167 - Admin API fails to create a mapping with Request Header matching using WildCardMatcher [bug]
  • #1168 - Numbers in text/plain content is parsed as JSON. [bug]
  • #1176 - WireMock.NET TestContainer Dependency Constraint Issue [bug]
Commits

Updates WireMock.Net.Abstractions from 1.6.3 to 1.6.7

Changelog

Sourced from WireMock.Net.Abstractions's changelog.

1.6.7 (17 October 2024)

  • #1161 - Use latest ProtoBufJsonConverter to support WellKnownTypes [bug] contributed by StefH
  • #1190 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #1194 - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE-2019-0820 [bug] contributed by StefH
  • #1197 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #1198 - Fix Google.Protobuf.WellKnownTypes.Value [bug] contributed by StefH
  • #1144 - Using google.protobuf.Empty as response results in a bad gRPC response [bug]
  • #1153 - Grpc support for multiple proto files [feature]
  • #1193 - Snyk issue : Regular Expression Denial of Service [bug]

1.6.6 (01 October 2024)

  • #1185 - Throw exception in case WithTransformer is used after WithBodyFromFile [bug] contributed by StefH
  • #1187 - Fix StaticMappingsPath in WireMockContainerBuilder [bug] contributed by StefH
  • #1184 - .WithBodyFromFile() + .WithTransformer(transformContentFromBodyAsFile: true) = empty string [bug]
  • #1186 - WithMappings path is null on Build() call [bug]

1.6.5 (28 September 2024)

  • #1175 - Add WireMock.Net.AspNetCore.Middleware [feature] contributed by StefH
  • #1181 - WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as default for Linux [feature] contributed by StefH
  • #1182 - pass in the request when no matching is found to the warn logger [feature] contributed by JasonLandbridge

1.6.4 (25 September 2024)

  • #1169 - Allow mapping without Path or Url [bug] contributed by StefH
  • #1170 - Update the .NET Aspire tests [feature] contributed by StefH
  • #1172 - Fix JSON parsing of text/plain content type [bug] contributed by ruxo
  • #1177 - Unpin Testcontainers version and upgrade to version 3.10.0 [bug] contributed by StefH
  • #1178 - Upgrade CS-Script to version 4.8.17 [feature] contributed by StefH
  • #1179 - Add WireMock.Net.TUnit project [feature] contributed by StefH
  • #1146 - Bump Request CS-Script 4.8.13 to 4.8.17 [feature]
  • #1167 - Admin API fails to create a mapping with Request Header matching using WildCardMatcher [bug]
  • #1168 - Numbers in text/plain content is parsed as JSON. [bug]
  • #1176 - WireMock.NET TestContainer Dependency Constraint Issue [bug]
Commits

Updates WireMock.Org.Abstractions from 1.6.3 to 1.6.7

Changelog

Sourced from WireMock.Org.Abstractions's changelog.

1.6.7 (17 October 2024)

  • #1161 - Use latest ProtoBufJsonConverter to support WellKnownTypes [bug] contributed by StefH
  • #1190 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #1194 - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE-2019-0820 [bug] contributed by StefH
  • #1197 - Bump System.Text.Json from 8.0.4 to 8.0.5 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #1198 - Fix Google.Protobuf.WellKnownTypes.Value [bug] contributed by StefH
  • #1144 - Using google.protobuf.Empty as response results in a bad gRPC response [bug]
  • #1153 - Grpc support for multiple proto files [feature]
  • #1193 - Snyk issue : Regular Expression Denial of Service [bug]

1.6.6 (01 October 2024)

  • #1185 - Throw exception in case WithTransformer is used after WithBodyFromFile [bug] contributed by StefH
  • #1187 - Fix StaticMappingsPath in WireMockContainerBuilder [bug] contributed by StefH
  • #1184 - .WithBodyFromFile() + .WithTransformer(transformContentFromBodyAsFile: true) = empty string [bug]
  • #1186 - WithMappings path is null on Build() call [bug]

1.6.5 (28 September 2024)

  • #1175 - Add WireMock.Net.AspNetCore.Middleware [feature] contributed by StefH
  • #1181 - WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as default for Linux [feature] contributed by StefH
  • #1182 - pass in the request when no matching is found to the warn logger [feature] contributed by JasonLandbridge

1.6.4 (25 September 2024)

  • #1169 - Allow mapping without Path or Url [bug] contributed by StefH
  • #1170 - Update the .NET Aspire tests [feature] contributed by StefH
  • #1172 - Fix JSON parsing of text/plain content type [bug] contributed by ruxo
  • #1177 - Unpin Testcontainers version and upgrade to version 3.10.0 [bug] contributed by StefH
  • #1178 - Upgrade CS-Script to version 4.8.17 [feature] contributed by StefH
  • #1179 - Add WireMock.Net.TUnit project [feature] contributed by StefH
  • #1146 - Bump Request CS-Script 4.8.13 to 4.8.17 [feature]
  • #1167 - Admin API fails to create a mapping with Request Header matching using WildCardMatcher [bug]
  • #1168 - Numbers in text/plain content is parsed as JSON. [bug]
  • #1176 - WireMock.NET TestContainer Dependency Constraint Issue [bug]
Commits

Updates Azure.Storage.Blobs from 12.21.2 to 12.22.2

Release notes

Sourced from Azure.Storage.Blobs's releases.

Azure.Storage.Blobs_12.22.2

12.22.2 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Common_12.22.0-beta.2

12.22.0-beta.2 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Common_12.22.0-beta.1

12.22.0-beta.1 (2024-10-08)

Features Added

  • This release contains bug fixes to improve quality.

Azure.Storage.Blobs_12.22.1

12.22.1 (2024-09-25)

Other Changes

  • Integrated decryption for CSE v2.1
Commits
  • 8c14304 [Storage] Patch Release for Blobs to include hotfix from previous release (#4...
  • 7a01ac6 [Storage] Prepare for patch release for Storage GA releases (except for blobs...
  • 635f03f Update Packages.Data.props (#46534)
  • 3691dff Update version of System.Text.Json (#46508)
  • c7548c1 Revert "[Storage] Add Queue Permissions enum to represent QueueAccessPolicy.P...
  • f362309 Update to newer resource id for open source api (#46044)
  • 5f8b725 Update perf tests to use federated auth (#46040)
  • 70567f2 Core TransferManager tests (#46014)
  • f328c76 Prepare for release (#46039)
  • c44e76d Increment package version after release of Azure.Identity (#46007)
  • Additional commits viewable in compare view

Updates FluentValidation from 11.9.2 to 11.10.0

Release notes

Sourced from FluentValidation's releases.

11.10.0

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.10.0

  • Add WhereAsync as conterpart to Where on collection rules (#2240)
  • Create IEnumValidator to expose the targeted Enum type of EnumValidator (#2244)
  • Add Romansh language translations (#2239)

Changes in 11.9.2

  • ScalePrecisionValidator error message clarification (#2211)

Changes in 11.9.1

  • Fix issue with CascadeMode on child validators (#2207)

Changes in 11.9.0

  • Fix memory leak in NotEmptyValidator/EmptyValidator (#2174)
  • Add more descriptive error messages if a rule throws a NullReferenceException (#2152)
  • Add support for caching root parameter expressions (eg RuleFor(x => x)) (#2168)
  • Prevent AddValidatorsFromAssemblyContaining from registering validators twice (#2182)
  • Add builds for .net 8

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)

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.10.0 - 15 Sep 2024 Add WhereAsync as conterpart to Where on collection rules (#2240) Create IEnumValidator to expose the targeted Enum type of EnumValidator (#2244) Add Romansh language translations (#2239)

Commits

Updates Microsoft.AspNetCore.HeaderPropagation from 6.0.33 to 6.0.35

Release notes

Sourced from Microsoft.AspNetCore.HeaderPropagation's releases.

.NET 6.0.35

Release

Commits

Updates Swashbuckle.AspNetCore.Annotations from 6.7.3 to 6.9.0

Release notes

Sourced from Swashbuckle.AspNetCore.Annotations's releases.

v6.9.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.1...v6.9.0

v6.8.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.0...v6.8.1

v6.8.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0

Commits

Bumps the all-packages group with 11 updates in the /UKHO.FmEssFssMock.API/UKHO.FmEssFssMock.API directory:

| Package | From | To |
| --- | --- | --- |
| [JsonConverter.Abstractions](https://github.com/StefH/JsonConverter) | `0.6.0` | `0.7.0` |
| [JsonConverter.Newtonsoft.Json](https://github.com/StefH/JsonConverter) | `0.6.0` | `0.7.0` |
| [JsonConverter.Abstractions](https://github.com/StefH/JsonConverter) | `0.6.0` | `0.7.0` |
| [Microsoft.AspNetCore.AzureAppServices.HostingStartup](https://github.com/dotnet/aspnetcore) | `6.0.33` | `6.0.35` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.7.3` | `6.9.0` |
| [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) | `1.6.3` | `1.6.7` |
| [WireMock.Net.Abstractions](https://github.com/WireMock-Net/WireMock.Net) | `1.6.3` | `1.6.7` |
| [WireMock.Org.Abstractions](https://github.com/WireMock-Net/WireMock.Net) | `1.6.3` | `1.6.7` |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.21.2` | `12.22.2` |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.9.2` | `11.10.0` |
| [Microsoft.AspNetCore.HeaderPropagation](https://github.com/dotnet/aspnetcore) | `6.0.33` | `6.0.35` |
| [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.7.3` | `6.9.0` |



Updates `JsonConverter.Abstractions` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/StefH/JsonConverter/releases)
- [Changelog](https://github.com/StefH/JsonConverter/blob/main/ReleaseNotes.md)
- [Commits](StefH/JsonConverter@0.6.0...0.7.0)

Updates `JsonConverter.Newtonsoft.Json` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/StefH/JsonConverter/releases)
- [Changelog](https://github.com/StefH/JsonConverter/blob/main/ReleaseNotes.md)
- [Commits](StefH/JsonConverter@0.6.0...0.7.0)

Updates `JsonConverter.Abstractions` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/StefH/JsonConverter/releases)
- [Changelog](https://github.com/StefH/JsonConverter/blob/main/ReleaseNotes.md)
- [Commits](StefH/JsonConverter@0.6.0...0.7.0)

Updates `Microsoft.AspNetCore.AzureAppServices.HostingStartup` from 6.0.33 to 6.0.35
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v6.0.33...v6.0.35)

Updates `Swashbuckle.AspNetCore` from 6.7.3 to 6.9.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.9.0)

Updates `WireMock.Net` from 1.6.3 to 1.6.7
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](wiremock/WireMock.Net@1.6.3...1.6.7)

Updates `WireMock.Net.Abstractions` from 1.6.3 to 1.6.7
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](wiremock/WireMock.Net@1.6.3...1.6.7)

Updates `WireMock.Org.Abstractions` from 1.6.3 to 1.6.7
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](wiremock/WireMock.Net@1.6.3...1.6.7)

Updates `Azure.Storage.Blobs` from 12.21.2 to 12.22.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.21.2...Azure.Storage.Blobs_12.22.2)

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

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

Updates `Swashbuckle.AspNetCore.Annotations` from 6.7.3 to 6.9.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.9.0)

---
updated-dependencies:
- dependency-name: JsonConverter.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: JsonConverter.Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: JsonConverter.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: WireMock.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: WireMock.Net.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: WireMock.Org.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: Swashbuckle.AspNetCore.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from rockydevnet as a code owner October 21, 2024 02:42
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2024
@dependabot dependabot bot requested a review from a team as a code owner October 21, 2024 02:42
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2024

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

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/nuget/UKHO.FmEssFssMock.API/UKHO.FmEssFssMock.API/all-packages-4c8c1bacb1 branch November 11, 2024 02:39
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