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 all-packages group across 1 directory with 10 updates #206

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2024

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

Package From To
JsonConverter.Abstractions 0.5.0 0.6.0
JsonConverter.Newtonsoft.Json 0.5.0 0.6.0
JsonConverter.Abstractions 0.5.0 0.6.0
Swashbuckle.AspNetCore 6.5.0 6.7.3
WireMock.Net 1.5.52 1.6.1
WireMock.Net.Abstractions 1.5.52 1.6.1
WireMock.Org.Abstractions 1.5.52 1.6.1
YamlDotNet 15.1.2 15.3.0
Azure.Storage.Blobs 12.19.1 12.21.2
FluentValidation 11.9.0 11.9.2
Swashbuckle.AspNetCore.Annotations 6.6.2 6.7.3

Updates JsonConverter.Abstractions from 0.5.0 to 0.6.0

Changelog

Sourced from JsonConverter.Abstractions's changelog.

0.6.0 (13 July 2024)

  • #12 - Add .NET 8 support to JsonConverter.System.Text.Json [Feature] contributed by StefH
Commits

Updates JsonConverter.Newtonsoft.Json from 0.5.0 to 0.6.0

Changelog

Sourced from JsonConverter.Newtonsoft.Json's changelog.

0.6.0 (13 July 2024)

  • #12 - Add .NET 8 support to JsonConverter.System.Text.Json [Feature] contributed by StefH
Commits

Updates JsonConverter.Abstractions from 0.5.0 to 0.6.0

Changelog

Sourced from JsonConverter.Abstractions's changelog.

0.6.0 (13 July 2024)

  • #12 - Add .NET 8 support to JsonConverter.System.Text.Json [Feature] contributed by StefH
Commits

Updates Swashbuckle.AspNetCore from 6.5.0 to 6.7.3

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.7.3

What's Changed

New Contributors

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

v6.7.2

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.1...v6.7.2

v6.7.1

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1

v6.7.0

What's Changed

... (truncated)

Commits

Updates WireMock.Net from 1.5.52 to 1.6.1

Changelog

Sourced from WireMock.Net's changelog.

1.6.1 (22 August 2024)

  • #1160 - Use default timeout for Regex [bug] contributed by StefH
  • #1159 - RegexMatchTimeoutException when trying to parse HTTP version [bug]

1.6.0 (16 August 2024)

  • #1042 - Update + add fluent builder methods [feature] contributed by StefH
  • #1109 - Add Aspire Extension [feature] contributed by StefH
  • #1148 - Use Guid.TryParseExact with format "D" contributed by StefH
  • #1157 - Fix FormUrlEncodedMatcher (MatchOperator.And) [bug] contributed by StefH
  • #1158 - Allow setting Content-Length header on the response [feature] contributed by StefH
  • #720 - Response Header Content-Length not available when call HEAD Method [feature]
  • #1145 - Response is auto converting string to guid [bug]
  • #1156 - FormUrlEncodedMatcher is not requiring to match all properties when MatchOperator.And [bug]

1.5.62 (27 July 2024)

  • #1147 - Add FormUrlEncodedMatcher [feature] contributed by StefH
  • #1143 - FormEncoded Request fails (404 Not Found) if key value pairs order in mapping is different from request body order [bug]

1.5.61 (22 July 2024)

  • #1122 - Fix OpenApiPathsMapper [bug] contributed by StefH
  • #1135 - Bump System.Text.Json from 4.7.2 to 8.0.4 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #1136 - Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #1137 - Add link to TIOBE Index on main page + fix issues [refactor] contributed by StefH
  • #1138 - Fix some SonarCloud warnings [refactor] contributed by StefH
  • #1141 - Update WireMockContainerBuilder.WithMappings for "includeSubDirectories" [feature] contributed by StefH
  • #1142 - Make property FromConfiguredStub nullable (for WireMock.Org) [bug] contributed by StefH
  • #1118 - Generating mappings from Payroc open-api file gives ArgumentException: Property with the same name already exists on object [bug]
  • #1139 - Allow WithMappings to support scanning SubDirectories when building a WireMockContainer [feature]
  • #1140 - WireMock.Org nullable properties and defaults [bug]

1.5.60 (09 July 2024)

  • #1128 - Add Handlebars.Net.Helpers.Xslt [feature] contributed by StefH
  • #1130 - Add AdminPath to WireMockServerSettings [feature] contributed by StefH
  • #1131 - Add unit tests for AdminApiMappingBuilder [test] contributed by StefH
  • #1132 - Multipart Matcher Fix [bug] contributed by rmeshksar
  • #1133 - Add unit tests for AdminApiMappingBuilder_ [test] contributed by StefH
  • #1134 - Remove some files and folders [refactor] contributed by StefH
  • #1119 - Error in RequestMessageMultiPartMatcher [bug]
  • #1121 - XML transformation [feature]

1.5.59 (26 June 2024)

  • #1127 - Made changes to accommodate breaking change in testcontainers-dotnet 3.9 [feature] contributed by epDugas

1.5.58 (08 June 2024)

  • #1116 - Add some methods to the BodyModelBuilder [feature] contributed by StefH
  • #1117 - AbstractJsonPartialMatcher: Regex Value is Uppercased when IgnoreCase is set to true [bug]

1.5.57 (04 June 2024)

  • #1113 - Add some Extension methods to IWireMockAdminApi [feature] contributed by StefH

... (truncated)

Commits

Updates WireMock.Net.Abstractions from 1.5.52 to 1.6.1

Changelog

Sourced from WireMock.Net.Abstractions's changelog.

1.6.1 (22 August 2024)

  • #1160 - Use default timeout for Regex [bug] contributed by StefH
  • #1159 - RegexMatchTimeoutException when trying to parse HTTP version [bug]

1.6.0 (16 August 2024)

  • #1042 - Update + add fluent builder methods [feature] contributed by StefH
  • #1109 - Add Aspire Extension [feature] contributed by StefH
  • #1148 - Use Guid.TryParseExact with format "D" contributed by StefH
  • #1157 - Fix FormUrlEncodedMatcher (MatchOperator.And) [bug] contributed by StefH
  • #1158 - Allow setting Content-Length header on the response [feature] contributed by StefH
  • #720 - Response Header Content-Length not available when call HEAD Method [feature]
  • #1145 - Response is auto converting string to guid [bug]
  • #1156 - FormUrlEncodedMatcher is not requiring to match all properties when MatchOperator.And [bug]

1.5.62 (27 July 2024)

  • #1147 - Add FormUrlEncodedMatcher [feature] contributed by StefH
  • #1143 - FormEncoded Request fails (404 Not Found) if key value pairs order in mapping is different from request body order [bug]

1.5.61 (22 July 2024)

  • #1122 - Fix OpenApiPathsMapper [bug] contributed by StefH
  • #1135 - Bump System.Text.Json from 4.7.2 to 8.0.4 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #1136 - Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #1137 - Add link to TIOBE Index on main page + fix issues [refactor] contributed by StefH
  • #1138 - Fix some SonarCloud warnings [refactor] contributed by StefH
  • #1141 - Update WireMockContainerBuilder.WithMappings for "includeSubDirectories" [feature] contributed by StefH
  • #1142 - Make property FromConfiguredStub nullable (for WireMock.Org) [bug] contributed by StefH
  • #1118 - Generating mappings from Payroc open-api file gives ArgumentException: Property with the same name already exists on object [bug]
  • #1139 - Allow WithMappings to support scanning SubDirectories when building a WireMockContainer [feature]
  • #1140 - WireMock.Org nullable properties and defaults [bug]

1.5.60 (09 July 2024)

  • #1128 - Add Handlebars.Net.Helpers.Xslt [feature] contributed by StefH
  • #1130 - Add AdminPath to WireMockServerSettings [feature] contributed by StefH
  • #1131 - Add unit tests for AdminApiMappingBuilder [test] contributed by StefH
  • #1132 - Multipart Matcher Fix [bug] contributed by rmeshksar
  • #1133 - Add unit tests for AdminApiMappingBuilder_ [test] contributed by StefH
  • #1134 - Remove some files and folders [refactor] contributed by StefH
  • #1119 - Error in RequestMessageMultiPartMatcher [bug]
  • #1121 - XML transformation [feature]

1.5.59 (26 June 2024)

  • #1127 - Made changes to accommodate breaking change in testcontainers-dotnet 3.9 [feature] contributed by epDugas

1.5.58 (08 June 2024)

  • #1116 - Add some methods to the BodyModelBuilder [feature] contributed by StefH
  • #1117 - AbstractJsonPartialMatcher: Regex Value is Uppercased when IgnoreCase is set to true [bug]

1.5.57 (04 June 2024)

  • #1113 - Add some Extension methods to IWireMockAdminApi [feature] contributed by StefH

... (truncated)

Commits

Updates WireMock.Org.Abstractions from 1.5.52 to 1.6.1

Changelog

Sourced from WireMock.Org.Abstractions's changelog.

1.6.1 (22 August 2024)

  • #1160 - Use default timeout for Regex [bug] contributed by StefH
  • #1159 - RegexMatchTimeoutException when trying to parse HTTP version [bug]

1.6.0 (16 August 2024)

  • #1042 - Update + add fluent builder methods [feature] contributed by StefH
  • #1109 - Add Aspire Extension [feature] contributed by StefH
  • #1148 - Use Guid.TryParseExact with format "D" contributed by StefH
  • #1157 - Fix FormUrlEncodedMatcher (MatchOperator.And) [bug] contributed by StefH
  • #1158 - Allow setting Content-Length header on the response [feature] contributed by StefH
  • #720 - Response Header Content-Length not available when call HEAD Method [feature]
  • #1145 - Response is auto converting string to guid [bug]
  • #1156 - FormUrlEncodedMatcher is not requiring to match all properties when MatchOperator.And [bug]

1.5.62 (27 July 2024)

  • #1147 - Add FormUrlEncodedMatcher [feature] contributed by StefH
  • #1143 - FormEncoded Request fails (404 Not Found) if key value pairs order in mapping is different from request body order [bug]

1.5.61 (22 July 2024)

  • #1122 - Fix OpenApiPathsMapper [bug] contributed by StefH
  • #1135 - Bump System.Text.Json from 4.7.2 to 8.0.4 in /examples/WireMock.Net.Console.Net472.Classic [dependencies] contributed by dependabot[bot]
  • #1136 - Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/dotnet-WireMock.Net [dependencies] contributed by dependabot[bot]
  • #1137 - Add link to TIOBE Index on main page + fix issues [refactor] contributed by StefH
  • #1138 - Fix some SonarCloud warnings [refactor] contributed by StefH
  • #1141 - Update WireMockContainerBuilder.WithMappings for "includeSubDirectories" [feature] contributed by StefH
  • #1142 - Make property FromConfiguredStub nullable (for WireMock.Org) [bug] contributed by StefH
  • #1118 - Generating mappings from Payroc open-api file gives ArgumentException: Property with the same name already exists on object [bug]
  • #1139 - Allow WithMappings to support scanning SubDirectories when building a WireMockContainer [feature]
  • #1140 - WireMock.Org nullable properties and defaults [bug]

1.5.60 (09 July 2024)

  • #1128 - Add Handlebars.Net.Helpers.Xslt [feature] contributed by StefH
  • #1130 - Add AdminPath to WireMockServerSettings [feature] contributed by StefH
  • #1131 - Add unit tests for AdminApiMappingBuilder [test] contributed by StefH
  • #1132 - Multipart Matcher Fix [bug] contributed by rmeshksar
  • #1133 - Add unit tests for AdminApiMappingBuilder_ [test] contributed by StefH
  • #1134 - Remove some files and folders [refactor] contributed by StefH
  • #1119 - Error in RequestMessageMultiPartMatcher [bug]
  • #1121 - XML transformation [feature]

1.5.59 (26 June 2024)

  • #1127 - Made changes to accommodate breaking change in testcontainers-dotnet 3.9 [feature] contributed by epDugas

1.5.58 (08 June 2024)

  • #1116 - Add some methods to the BodyModelBuilder [feature] contributed by StefH
  • #1117 - AbstractJsonPartialMatcher: Regex Value is Uppercased when IgnoreCase is set to true [bug]

1.5.57 (04 June 2024)

  • #1113 - Add some Extension methods to IWireMockAdminApi [feature] contributed by StefH

... (truncated)

Commits

Updates YamlDotNet from 15.1.2 to 15.3.0

Release notes

Sourced from YamlDotNet's releases.

Release 15.3.0

  • Merge pull request #910 from lahma/symbols
    Include symbols and deterministic build

  • Merge pull request #930 from MrLuje/fsharp-option
    Add FSharpOption support

Release 15.1.6

  • Merge pull request #808 from tomer-amir/fix-hash-code-infinite-recursion
    Fix infinite recursion of the hash code function of YamlMappingNode

  • Merge pull request #924 from kasperk81/frameworknames
    use correct framework

Release 15.1.4

  • Merge pull request #903 from lahma/license-expression
    Switch to using PackageLicenseExpression

  • Merge pull request #904 from airbreather/fix-656
    Add a regression test for #656

Commits
  • 23991bd Merge pull request #930 from MrLuje/fsharp-option
  • 191087f Merge pull request #910 from lahma/symbols
  • cb1c48a feat: add FsharpOption support
  • abd3224 Include symbols and deterministic build
  • 846ebf7 Merge pull request #924 from kasperk81/frameworknames
  • 53cfe3e Merge pull request #808 from tomer-amir/fix-hash-code-infinite-recursion
  • 057a9c0 Merge remote-tracking branch 'upstream/master' into fix-hash-code-infinite-re...
  • cc5f5a6 adding test cases that cause recursive GetHashCode recursive call
  • 2c57ca2 fix hashcode recursion only for the recursive case (anchor)
  • de28ca2 use correct framework
  • Additional commits viewable in compare view

Updates Azure.Storage.Blobs from 12.19.1 to 12.21.2

Release notes

Sourced from Azure.Storage.Blobs's releases.

Azure.Storage.Blobs_12.21.2

12.21.2 (2024-08-08)

Bugs Fixed

  • Fixed [BUG] WrapKeyInternal to correctly call WrapKey in sync flow #42160

Azure.Storage.Blobs_12.21.1

12.21.1 (2024-07-25)

Bugs Fixed

  • Fixed [BUG] Azure Blob Storage Client SDK No Longer Supports Globalization Invariant Mode for Account Key Authentication #45052

Azure.Storage.Blobs_12.21.0

12.21.0 (2024-07-16)

Features Added

  • Includes all features from 12.21.0-beta.1.

Bugs Fixed

  • Fixed bug where storage clients when constructed with URLs with '#' character would truncate the blob name at the '#'.
Commits

Updates FluentValidation from 11.9.0 to 11.9.2

Release notes

Sourced from FluentValidation's releases.

11.9.2

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

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)

... (truncated)

Changelog

Sourced from FluentValidation's changelog.

11.9.2 - 10 Jun 2024 ScalePrecisionValidator error message clarification (#2211)

11.9.1 - 23 Apr 2024 Fix issue with CascadeMode on child validators (#2207)

Commits
  • 241394a Increase version
  • 266f9b0 ScalePrecisionValidator error message clarification. (#2211)
  • 95081c4 Fix typo in aspnet.md (#2220)
  • a0eaeae Fix issue with how CascadeMode.Stop works when set inside a child validator
  • a5a5700 Fix test failing due to differences in DateTime.ToString behaviour on differe...
  • 65c4827 Fix test caused by change in DateTime.ToString
  • 207d2a6 replace english "and" with german "und" (#2206)
  • 4df7f57 fix: minor polish translation fixes
  • 834f18a Fixed typo in NorwegianNynorskLanguage.cs
  • 195696a Attempt to fix docs build
  • Additional commits viewable in compare view

Updates Swashbuckle.AspNetCore.Annotations from 6.6.2 to 6.7.3

Release notes

Sourced from Swashbuckle.AspNetCore.Annotations's releases.

v6.7.3

What's Changed

New Contributors

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

v6.7.2

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.1...v6.7.2

v6.7.1

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1

v6.7.0

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [JsonConverter.Abstractions](https://github.com/StefH/JsonConverter) | `0.5.0` | `0.6.0` |
| [JsonConverter.Newtonsoft.Json](https://github.com/StefH/JsonConverter) | `0.5.0` | `0.6.0` |
| [JsonConverter.Abstractions](https://github.com/StefH/JsonConverter) | `0.5.0` | `0.6.0` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.5.0` | `6.7.3` |
| [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) | `1.5.52` | `1.6.1` |
| [WireMock.Net.Abstractions](https://github.com/WireMock-Net/WireMock.Net) | `1.5.52` | `1.6.1` |
| [WireMock.Org.Abstractions](https://github.com/WireMock-Net/WireMock.Net) | `1.5.52` | `1.6.1` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `15.1.2` | `15.3.0` |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.19.1` | `12.21.2` |
| [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) | `11.9.0` | `11.9.2` |
| [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.6.2` | `6.7.3` |



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

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

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

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

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

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

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

Updates `YamlDotNet` from 15.1.2 to 15.3.0
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v15.1.2...v15.3.0)

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

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

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

---
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: 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-minor
  dependency-group: all-packages
- dependency-name: WireMock.Net.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: WireMock.Org.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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-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] <[email protected]>
@dependabot dependabot bot requested review from rockydevnet and a team as code owners August 28, 2024 10:39
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2024
@DanOwenUKHO DanOwenUKHO merged commit 6f3837c into main Sep 6, 2024
20 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/UKHO.FmEssFssMock.API/UKHO.FmEssFssMock.API/all-packages-8d46ae7a83 branch September 6, 2024 13:07
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.

2 participants