Skip to content

Bump the all-packages group in /UKHO.MaritimeSafetyInformation.Web with 12 updates#200

Merged
hukho merged 5 commits intomainfrom
dependabot/nuget/UKHO.MaritimeSafetyInformation.Web/all-packages-41929e35da
Feb 17, 2025
Merged

Bump the all-packages group in /UKHO.MaritimeSafetyInformation.Web with 12 updates#200
hukho merged 5 commits intomainfrom
dependabot/nuget/UKHO.MaritimeSafetyInformation.Web/all-packages-41929e35da

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 1, 2025

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

Package From To
coverlet.collector 6.0.3 6.0.4
coverlet.msbuild 6.0.3 6.0.4
Microsoft.EntityFrameworkCore 8.0.11 8.0.12
Azure.Identity 1.13.1 1.13.2
Microsoft.Identity.Client 4.66.2 4.67.2
System.Security.Cryptography.ProtectedData 9.0.0 4.5.0
System.Text.Json 9.0.0 6.0.10
Microsoft.AspNetCore.Mvc.Testing 8.0.11 8.0.12
WireMock.Net 1.6.10 1.7.1
Microsoft.AspNetCore.Authentication.JwtBearer 8.0.11 8.0.12
Microsoft.AspNetCore.HeaderPropagation 8.0.11 8.0.12
Microsoft.Extensions.Logging.AzureAppServices 9.0.0 9.0.1

Updates coverlet.collector from 6.0.3 to 6.0.4

Release notes

Sourced from coverlet.collector's releases.

v6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #1726

Diff between 6.0.3 and 6.0.4

Commits

Updates coverlet.msbuild from 6.0.3 to 6.0.4

Release notes

Sourced from coverlet.msbuild's releases.

v6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #1726

Diff between 6.0.3 and 6.0.4

Commits

Updates Microsoft.EntityFrameworkCore from 8.0.11 to 8.0.12

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

.NET 8.0.12

Release

What's Changed

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

Commits
  • 1019637 Merged PR 44727: [internal/release/8.0] Update dependencies from dnceng/inter...
  • df84042 Merge commit 'b111d2a29afbfb7b15111ec510a0ac9212560869'
  • b111d2a Merge pull request #35081
  • e99d7c7 Merge commit '5d020e763f00511c102f94fdf5bf525512d7daaf' into internal-merge-8...
  • 6449ac2 Merge commit 'e63ad4a76d2949d6f775da1dcafc736065c036ef'
  • e63ad4a Merge branch 'release/8.0-staging' => 'release/8.0' (#35077)
  • 714de58 Merge branch 'release/8.0' into release/8.0-staging (#35055)
  • 7e40e04 Merge branch 'release/8.0' into release-8.0-staging
  • 8943288 Merge commit 'c12cf80baa31de4728c26ac536d75fc728de3b65'
  • c12cf80 Update branding to 8.0.12 (#35048)
  • Additional commits viewable in compare view

Updates Azure.Identity from 1.13.1 to 1.13.2

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.13.2

1.13.2 (2025-01-14)

Bugs Fixed

  • Fixed an issue where setting DefaultAzureCredentialOptions.TenantId twice throws an InvalidOperationException (#47035)
  • Fixed an issue where ManagedIdentityCredential does not honor the CancellationToken passed to GetToken and GetTokenAsync. (#47156)
  • Fixed an issue where some credentials in DefaultAzureCredential would not fall through to the next credential in the chain under certain exception conditions.
  • Fixed a regression in ManagedIdentityCredential when used in a ChainedTokenCredential where the invalid json responses do not fall through to the next credential in the chain. (#47470)
Commits
  • a5c44c2 [Storage][DataMovement] More GA API feedback (renames/refactors) (#47796)
  • 23c0c85 Prepare Identity for release with bugfix (#47753)
  • fffdf45 datamovement migration guide skeleton (#47818)
  • 0bb67b8 Increment package version after release of Azure.Data.Tables (#47831)
  • e1a0163 Permissions docs (#47793)
  • 0d0752b [CODEOWNERS] Remove invalid owner (#47820)
  • 9de236f [Storage] [DataMovement] [Archboard feedback] Renamed *CheckpointData to *Che...
  • 9d19f27 Fix typo in CertificatePolicy.KeySize documentation (#47794)
  • 8992dc6 Generating confidentialledger SDK for API spec version 2024-01-26-pre… (#47340)
  • 21554c4 Add detection for empty string in the return value of createdByPrincipalTenan...
  • Additional commits viewable in compare view

Updates Microsoft.Identity.Client from 4.66.2 to 4.67.2

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.67.2

Bug Fixes

4.67.1

Bug Fixes

4.67.0

New Features

Bug Fixes

Deprecated

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.67.2

Bug Fixes

4.67.1

Bug Fixes

4.67.0

New Features

Bug Fixes

Deprecated

Commits

Updates System.Security.Cryptography.ProtectedData from 9.0.0 to 4.5.0

Updates System.Text.Json from 9.0.0 to 6.0.10

Commits

Updates Microsoft.AspNetCore.Mvc.Testing from 8.0.11 to 8.0.12

Release notes

Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.

.NET 8.0.12

Release

What's Changed

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

Commits
  • 31d685b Merged PR 45643: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 6b7b74f Merged PR 45638: [internal/release/8.0] Update dependencies from dnceng/inter...
  • e356c37 Merge commit 'dc3b2086feef8e62771254fdfded9d9d8a05346f'
  • dc3b208 [release/8.0] (deps): Bump src/submodules/googletest (#59033)
  • 91fea27 Merge commit '216a41a1dc4940e9d83a761bb0f9c44545d03c44'
  • 216a41a [release/8.0] Update dependencies from dotnet/roslyn (#59184)
  • 2cea8a7 Merge commit 'b8a8e7281e9d8e7e1cfd15c0412906cf7eaecbf8'
  • b8a8e72 Fix java discovery in helix-matrix (#59181)
  • 0332d22 Merge commit 'd86a0b487871fa1a1f800557dfb7102164b772fc'
  • d86a0b4 Update dependencies from https://github.com/dotnet/arcade build 20241112.12 (...
  • Additional commits viewable in compare view

Updates WireMock.Net from 1.6.10 to 1.7.1

Changelog

Sourced from WireMock.Net's changelog.

1.7.1 (26 January 2025)

  • #1236 - Fix ProtoBuf mapping.json [bug] contributed by StefH
  • #1245 - Use Handlebars.Net.Helpers to version 2.4.10 [feature] contributed by StefH
  • #1233 - GRPC mappings are not created correctly when created through Admin API [bug]

1.7.0 (22 January 2025)

  • #1242 - Disable DynamicLinq to fix CVE [bug] contributed by StefH

1.6.12 (21 January 2025)

  • #1231 - Fix google protobuf WellKnownTypes: Empty, Duration and Timestamp [bug] contributed by StefH
  • #1235 - Fix ArgumentException in FindLogEntries [bug] contributed by StefH
  • #1241 - Upgrade to Handlebars.Net.Helpers 2.4.9 [bug] contributed by StefH
  • #1227 - unable to call grpc method with namespace [bug]
  • #1228 - how to set datetime for grpc field [bug]
  • #1234 - FindLogEntries regression [bug]
  • #1240 - Method 'get_Category' in type 'WireMock.Transformers.Handlebars.FileHelpers' [bug]

1.6.11 (02 January 2025)

  • #1221 - Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher [feature] contributed by StefH
  • #1222 - Fix WireMockContainerBuilder (duplicate entries) [bug] contributed by StefH
  • #1223 - Add functionality to call a PostTransform method after the Webhook request has been transformed [feature] contributed by StefH
  • #1224 - Add FindLogEntries to IWireMockServer [feature] contributed by StefH
  • #1092 - FindLogEntries present in WireMockServer but not IWireMockServer [feature]
  • #1192 - Feature: add URL assertion excluding query parameters [feature]
  • #1204 - Supplying Values From Request for Webhook Body and Headers [feature]
  • #1217 - Order of WireMockContainerBuilder WithX calls caused duplicate Networks in Configuration [bug]
Commits

Updates Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.11 to 8.0.12

Release notes

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

.NET 8.0.12

Release

What's Changed

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

Commits
  • 31d685b Merged PR 45643: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 6b7b74f Merged PR 45638: [internal/release/8.0] Update dependencies from dnceng/inter...
  • e356c37 Merge commit 'dc3b2086feef8e62771254fdfded9d9d8a05346f'
  • dc3b208 [release/8.0] (deps): Bump src/submodules/googletest (#59033)
  • 91fea27 Merge commit '216a41a1dc4940e9d83a761bb0f9c44545d03c44'
  • 216a41a [release/8.0] Update dependencies from dotnet/roslyn (#59184)
  • 2cea8a7 Merge commit 'b8a8e7281e9d8e7e1cfd15c0412906cf7eaecbf8'
  • b8a8e72 Fix java discovery in helix-matrix (#59181)
  • 0332d22 Merge commit 'd86a0b487871fa1a1f800557dfb7102164b772fc'
  • d86a0b4 Update dependencies from https://github.com/dotnet/arcade build 20241112.12 (...
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.HeaderPropagation from 8.0.11 to 8.0.12

Release notes

Sourced from Microsoft.AspNetCore.HeaderPropagation's releases.

.NET 8.0.12

Release

What's Changed

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

Commits
  • 31d685b Merged PR 45643: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 6b7b74f Merged PR 45638: [internal/release/8.0] Update dependencies from dnceng/inter...
  • e356c37 Merge commit 'dc3b2086feef8e62771254fdfded9d9d8a05346f'
  • dc3b208 [release/8.0] (deps): Bump src/submodules/googletest (#59033)
  • 91fea27 Merge commit '216a41a1dc4940e9d83a761bb0f9c44545d03c44'
  • 216a41a [release/8.0] Update dependencies from dotnet/roslyn (#59184)
  • 2cea8a7 Merge commit 'b8a8e7281e9d8e7e1cfd15c0412906cf7eaecbf8'
  • b8a8e72 Fix java discovery in helix-matrix (#59181)
  • 0332d22 Merge commit 'd86a0b487871fa1a1f800557dfb7102164b772fc'
  • d86a0b4 Update dependencies from https://github.com/dotnet/arcade build 20241112.12 (...
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Logging.AzureAppServices from 9.0.0 to 9.0.1

Release notes

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

.NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0...v9.0.1

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 review from a team and rockydevnet as code owners February 1, 2025 14:26
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
@snyk-io
Copy link
Copy Markdown

snyk-io Bot commented Feb 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)

@hukho
Copy link
Copy Markdown
Contributor

hukho commented Feb 17, 2025

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 17, 2025

Dependabot couldn't find any dependency files in the directory. Because of this, Dependabot cannot update this pull request.

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

| Package | From | To |
| --- | --- | --- |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.3` | `6.0.4` |
| [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) | `6.0.3` | `6.0.4` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.11` | `8.0.12` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.13.1` | `1.13.2` |
| [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) | `4.66.2` | `4.67.2` |
| System.Security.Cryptography.ProtectedData | `9.0.0` | `4.5.0` |
| [System.Text.Json](https://github.com/dotnet/runtime) | `9.0.0` | `6.0.10` |
| [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.11` | `8.0.12` |
| [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) | `1.6.10` | `1.7.1` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.11` | `8.0.12` |
| [Microsoft.AspNetCore.HeaderPropagation](https://github.com/dotnet/aspnetcore) | `8.0.11` | `8.0.12` |
| [Microsoft.Extensions.Logging.AzureAppServices](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.1` |


Updates `coverlet.collector` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4)

Updates `coverlet.msbuild` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4)

Updates `Microsoft.EntityFrameworkCore` from 8.0.11 to 8.0.12
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.11...v8.0.12)

Updates `Azure.Identity` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.1...Azure.Identity_1.13.2)

Updates `Microsoft.Identity.Client` from 4.66.2 to 4.67.2
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.66.2...4.67.2)

Updates `System.Security.Cryptography.ProtectedData` from 9.0.0 to 4.5.0

Updates `System.Text.Json` from 9.0.0 to 6.0.10
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v6.0.10)

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

Updates `WireMock.Net` from 1.6.10 to 1.7.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/WireMock.Net@1.6.10...1.7.1)

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

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

Updates `Microsoft.Extensions.Logging.AzureAppServices` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v9.0.0...v9.0.1)

---
updated-dependencies:
- dependency-name: coverlet.collector
  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-patch
  dependency-group: all-packages
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: System.Security.Cryptography.ProtectedData
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-packages
- dependency-name: System.Text.Json
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-packages
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  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-minor
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
@hukho hukho force-pushed the dependabot/nuget/UKHO.MaritimeSafetyInformation.Web/all-packages-41929e35da branch from da59e0e to 48ef391 Compare February 17, 2025 10:20
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 0a4153d into main Feb 17, 2025
@hukho hukho deleted the dependabot/nuget/UKHO.MaritimeSafetyInformation.Web/all-packages-41929e35da branch February 17, 2025 17:13
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