Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Dev Note
I've also removed dependency checker and updated more packages.

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

Package From To
Microsoft.AspNetCore.AzureAppServices.HostingStartup 8.0.12 8.0.13
Swashbuckle.AspNetCore 7.2.0 7.3.1
JsonConverter.Abstractions 0.7.1 0.7.0
Newtonsoft.Json 13.0.3 13.0.3
WireMock.Net 1.7.1 1.7.4
WireMock.Net.Abstractions 1.7.1 1.7.4
WireMock.Org.Abstractions 1.7.1 1.7.4
YamlDotNet 16.3.0 8.1.0
Microsoft.AspNetCore.HeaderPropagation 8.0.12 8.0.13
Swashbuckle.AspNetCore.Annotations 7.2.0 7.3.1

Updates Microsoft.AspNetCore.AzureAppServices.HostingStartup from 8.0.12 to 8.0.13

Release notes

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

.NET 8.0.13

Release

What's Changed

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

Commits
  • 009e1cc Merged PR 46821: [internal/release/8.0] Update dependencies from dnceng/inter...
  • d65a310 Merged PR 46811: [internal/release/8.0] Update dependencies from dnceng/inter...
  • a9e44d2 Merge commit 'db9f8d7a5aa19a582dcec04c7ae6f5d4bd2df422'
  • db9f8d7 Merge pull request #59872 from vseanreesermsft/internal-merge-8.0-2025-01-14-...
  • 21f09b3 Update baseline, SDK
  • 4fa922d Merge commit '31d685b2d9a86ca1243014d175a3da813f78e428' into internal-merge-8...
  • f302311 Merge commit 'f8dbde642466f4f34fec4e55468a3b1c9da9c219'
  • f8dbde6 fix/update docker tags (#59867)
  • 433c04a Merge commit 'abffb4d78dcb260cd2d91e582a676c9f7d7c5307'
  • abffb4d Update dependencies from https://github.com/dotnet/arcade build 20250110.1 (#...
  • Additional commits viewable in compare view

Updates Swashbuckle.AspNetCore from 7.2.0 to 7.3.1

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v7.3.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.0...v7.3.1

v7.3.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.2.0...v7.3.0

Commits

Updates JsonConverter.Abstractions from 0.7.1 to 0.7.0

Changelog

Sourced from JsonConverter.Abstractions's changelog.

0.7.1 (16 November 2024)

  • #15 - Update JsonConverter.System.Text.Json to .NET 9 [Feature] contributed by StefH

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

0.6.0 (13 July 2024)

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

0.5.0 (21 December 2023)

  • #11 - Add "object? Deserialize(string text, Type type, ...)" method [Feature] contributed by StefH

0.4.0 (02 March 2023)

  • #10 - Add ConvertToDynamicJsonClass and DeserializeToDynamicJsonClass [Feature] contributed by StefH

0.3.0 (25 September 2022)

  • #9 - JsonConverter.Argon [Feature] contributed by StefH

0.2.0 (17 August 2022)

  • #7 - Add Utf8Json & XUtf8Json [Feature] contributed by StefH
  • #8 - Add ServiceStack.Text [Feature] contributed by StefH

0.1.0 (16 August 2022)

  • #5 - SignAssembly [Feature] contributed by StefH
  • #6 - Change IJsonConverterOptions to JsonConverterOptions and rename JsonConverter classes [Feature] contributed by StefH

0.0.3 (15 August 2022)

  • #4 - Change Serialize method to use object instead on T [Feature] contributed by StefH

0.0.2 (14 August 2022)

  • #2 - Remove method "IsValidJson(string)" from interface and add SimpleJson.Tests [Feature] contributed by StefH
  • #3 - Add JsonConverter.NetJSON [Feature] contributed by StefH

0.0.1 (13 August 2022)

  • #1 - Version 0.0.1 [Feature] contributed by StefH
Commits

Updates Newtonsoft.Json from 13.0.3 to 13.0.3

Commits

Updates WireMock.Net from 1.7.1 to 1.7.4

Changelog

Sourced from WireMock.Net's changelog.

1.7.4 (27 February 2025)

  • #1256 - Add ToArray() to ConcurrentObservableCollection [bug] contributed by StefH
  • #1254 - FindLogEntries exception 'Destination array was not long enough' [bug]

1.7.3 (24 February 2025)

  • #1253 - Update QueryStringParser to support param with equal but no value [bug] contributed by StefH
  • #1247 - API call isn't matched when using an empty query string parameter [bug]

1.7.2 (12 February 2025)

  • #1246 - Add "AddUrl" to WireMockContainerBuilder to support grpc [feature] contributed by StefH
  • #1248 - Add exception message to logging when mapping fails due to an exception. contributed by JvE-iO
  • #1250 - Add ProtoDefinition to WireMockContainer [feature] contributed by StefH
  • #1239 - How to use WiremockContainerBuilder for grpc using http2 [feature]
  • #1249 - Add protodefinition and refer it from mapping [feature]
Commits

Updates WireMock.Net.Abstractions from 1.7.1 to 1.7.4

Changelog

Sourced from WireMock.Net.Abstractions's changelog.

1.7.4 (27 February 2025)

  • #1256 - Add ToArray() to ConcurrentObservableCollection [bug] contributed by StefH
  • #1254 - FindLogEntries exception 'Destination array was not long enough' [bug]

1.7.3 (24 February 2025)

  • #1253 - Update QueryStringParser to support param with equal but no value [bug] contributed by StefH
  • #1247 - API call isn't matched when using an empty query string parameter [bug]

1.7.2 (12 February 2025)

  • #1246 - Add "AddUrl" to WireMockContainerBuilder to support grpc [feature] contributed by StefH
  • #1248 - Add exception message to logging when mapping fails due to an exception. contributed by JvE-iO
  • #1250 - Add ProtoDefinition to WireMockContainer [feature] contributed by StefH
  • #1239 - How to use WiremockContainerBuilder for grpc using http2 [feature]
  • #1249 - Add protodefinition and refer it from mapping [feature]
Commits

Updates WireMock.Org.Abstractions from 1.7.1 to 1.7.4

Changelog

Sourced from WireMock.Org.Abstractions's changelog.

1.7.4 (27 February 2025)

  • #1256 - Add ToArray() to ConcurrentObservableCollection [bug] contributed by StefH
  • #1254 - FindLogEntries exception 'Destination array was not long enough' [bug]

1.7.3 (24 February 2025)

  • #1253 - Update QueryStringParser to support param with equal but no value [bug] contributed by StefH
  • #1247 - API call isn't matched when using an empty query string parameter [bug]

1.7.2 (12 February 2025)

  • #1246 - Add "AddUrl" to WireMockContainerBuilder to support grpc [feature] contributed by StefH
  • #1248 - Add exception message to logging when mapping fails due to an exception. contributed by JvE-iO
  • #1250 - Add ProtoDefinition to WireMockContainer [feature] contributed by StefH
  • #1239 - How to use WiremockContainerBuilder for grpc using http2 [feature]
  • #1249 - Add protodefinition and refer it from mapping [feature]
Commits

Updates YamlDotNet from 16.3.0 to 8.1.0

Changelog

Sourced from YamlDotNet's changelog.

Release 8.1.0

New features and improvements

  • Made CachedTypeInspector thread safe #386
    Previously, using an instance of Serializer or Deserializer was not thread-safe, although the intention was for them to be thread safe. The only mutable state is inside CachedTypeInspector and was not properly protected against concurrent mutation.

Other fixes

  • Fix type conflicts when targeting frameworks without nullability attributes #460

Previous releases

... (truncated)

Commits
  • bb70515 Prepare release 8.1.0
  • aaac633 Merge pull request #460 from Nihlus/nullability-conflicts
  • d077b3a Replace the nullability attributes in Portability.cs with a more feature-comp...
  • b6cf0f6 Make CachedTypeInspector thread safe
  • 349d44a Prepare release 8.0.0
  • 80505bf Merge pull request #435 from aaubry/emit-default-values
  • 296d4d8 Throw descriptive exceptions when using the "linq" methods of YamlNode
  • d70a69a Remove obsolete and unused SerializationOptions enum
  • 2c0ae4c Fix exception when deserializing an interface
  • 6c1a7b4 Never emit document end indicator on stream end
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.HeaderPropagation from 8.0.12 to 8.0.13

Release notes

Sourced from Microsoft.AspNetCore.HeaderPropagation's releases.

.NET 8.0.13

Release

What's Changed

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

Commits
  • 009e1cc Merged PR 46821: [internal/release/8.0] Update dependencies from dnceng/inter...
  • d65a310 Merged PR 46811: [internal/release/8.0] Update dependencies from dnceng/inter...
  • a9e44d2 Merge commit 'db9f8d7a5aa19a582dcec04c7ae6f5d4bd2df422'
  • db9f8d7 Merge pull request #59872 from vseanreesermsft/internal-merge-8.0-2025-01-14-...
  • 21f09b3 Update baseline, SDK
  • 4fa922d Merge commit '31d685b2d9a86ca1243014d175a3da813f78e428' into internal-merge-8...
  • f302311 Merge commit 'f8dbde642466f4f34fec4e55468a3b1c9da9c219'
  • f8dbde6 fix/update docker tags (#59867)
  • 433c04a Merge commit 'abffb4d78dcb260cd2d91e582a676c9f7d7c5307'
  • abffb4d Update dependencies from https://github.com/dotnet/arcade build 20250110.1 (#...
  • Additional commits viewable in compare view

Updates Swashbuckle.AspNetCore.Annotations from 7.2.0 to 7.3.1

Release notes

Sourced from Swashbuckle.AspNetCore.Annotations's releases.

v7.3.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.0...v7.3.1

v7.3.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.2.0...v7.3.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from rockydevnet as a code owner March 1, 2025 03:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Mar 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 1, 2025 03:00
@snyk-io
Copy link

snyk-io bot commented Mar 1, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

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

| Package | From | To |
| --- | --- | --- |
| [Microsoft.AspNetCore.AzureAppServices.HostingStartup](https://github.com/dotnet/aspnetcore) | `8.0.12` | `8.0.13` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.2.0` | `7.3.1` |
| [JsonConverter.Abstractions](https://github.com/StefH/JsonConverter) | `0.7.1` | `0.7.0` |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.3` |
| [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) | `1.7.1` | `1.7.4` |
| [WireMock.Net.Abstractions](https://github.com/WireMock-Net/WireMock.Net) | `1.7.1` | `1.7.4` |
| [WireMock.Org.Abstractions](https://github.com/WireMock-Net/WireMock.Net) | `1.7.1` | `1.7.4` |
| [YamlDotNet](https://github.com/aaubry/YamlDotNet) | `16.3.0` | `8.1.0` |
| [Microsoft.AspNetCore.HeaderPropagation](https://github.com/dotnet/aspnetcore) | `8.0.12` | `8.0.13` |
| [Swashbuckle.AspNetCore.Annotations](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.2.0` | `7.3.1` |


Updates `Microsoft.AspNetCore.AzureAppServices.HostingStartup` from 8.0.12 to 8.0.13
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.12...v8.0.13)

Updates `Swashbuckle.AspNetCore` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.2.0...v7.3.1)

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

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

Updates `WireMock.Net` from 1.7.1 to 1.7.4
- [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.7.1...1.7.4)

Updates `WireMock.Net.Abstractions` from 1.7.1 to 1.7.4
- [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.7.1...1.7.4)

Updates `WireMock.Org.Abstractions` from 1.7.1 to 1.7.4
- [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.7.1...1.7.4)

Updates `YamlDotNet` from 16.3.0 to 8.1.0
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Changelog](https://github.com/aaubry/YamlDotNet/blob/v8.1.0/RELEASE_NOTES.md)
- [Commits](aaubry/YamlDotNet@v16.3.0...v8.1.0)

Updates `Microsoft.AspNetCore.HeaderPropagation` from 8.0.12 to 8.0.13
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.12...v8.0.13)

Updates `Swashbuckle.AspNetCore.Annotations` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.2.0...v7.3.1)

---
updated-dependencies:
- 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: JsonConverter.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
  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>
@hukho hukho force-pushed the dependabot/nuget/UKHO.FmEssFssMock.API/UKHO.FmEssFssMock.API/all-packages-9f3812ad2c branch from 8fb4576 to 85f2756 Compare March 10, 2025 16:45
Copy link
Contributor

@JiviteshT JiviteshT left a comment

Choose a reason for hiding this comment

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

Looks good

@hukho hukho merged commit 742ba93 into main Mar 12, 2025
21 checks passed
@hukho hukho deleted the dependabot/nuget/UKHO.FmEssFssMock.API/UKHO.FmEssFssMock.API/all-packages-9f3812ad2c branch March 12, 2025 09:08
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.

3 participants