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

build(deps): bump the app-package-minor-and-patch group across 1 directory with 16 updates #497

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the app-package-minor-and-patch group with 16 updates in the /source/App directory:

Package From To
NodaTime 3.2.0 3.2.1
coverlet.collector 6.0.2 6.0.4
WireMock.Net 1.6.8 1.6.11
xunit 2.9.2 2.9.3
Azure.Identity 1.13.1 1.13.2
Azure.Messaging.ServiceBus 7.18.2 7.18.3
Azure.Monitor.Query 1.5.0 1.6.0
AutoFixture 4.18.1 4.18.1
AutoFixture.AutoMoq 4.18.1 4.18.1
Energinet.DataHub.Core.TestCommon 7.0.4 7.2.1
FluentAssertions 7.0.0 7.0.0
Moq 4.20.72 4.20.72
Energinet.DataHub.Core.JsonSerialization 3.0.1 3.0.2
Microsoft.AspNetCore.Authentication.JwtBearer 8.0.11 8.0.12
Microsoft.AspNetCore.TestHost 8.0.11 8.0.12
Swashbuckle.AspNetCore 7.1.0 7.2.0

Updates NodaTime from 3.2.0 to 3.2.1

Commits

Updates coverlet.collector from 6.0.2 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

v6.0.3

Fixed

Improvements

  • Cache the regex used in InstrumentationHelper #1693
  • Enable dotnetTool integration tests for linux #660

Diff between 6.0.2 and 6.0.3

Commits

Updates WireMock.Net from 1.6.8 to 1.6.11

Changelog

Sourced from WireMock.Net's changelog.

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]

1.6.10 (15 December 2024)

  • #1189 - WireMock.Net.Testcontainers: implement watching the static mapping folder for changes [bug] contributed by StefH
  • #1188 - WithWatchStaticMappings doesn't respect new files [bug]

1.6.9 (06 December 2024)

  • #1216 - Fix JsonPartialMatcher when using property names with dot [bug] contributed by StefH
  • #1210 - JsonPartialMatcher fails to match on property name that JsonMatcher matches [bug]
Commits
  • 9c94324 1.6.11
  • 1198fea Add unit test "WireMockServer_WithBodyAsProtoBuf_JsonPartialWildcardMatcher"
  • ab7ce37 Fix WireMockContainerBuilder (duplicate entries) (#1222)
  • 485f7ad FindLogEntries (#1224)
  • c4ae4ea Add functionality to call a PostTransform method after the Webhook request ha...
  • 6db5427 Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher (#1221)
  • deda7fb 1.6.10
  • 2a19b44 WireMock.Net.Testcontainers: implement watching the static mapping folder for...
  • c548600 1.6.9
  • 7f640df Fix JsonPartialMatcher when using property names with dot (#1216)
  • See full diff in compare view

Updates xunit from 2.9.2 to 2.9.3

Commits

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 Azure.Messaging.ServiceBus from 7.18.2 to 7.18.3

Release notes

Sourced from Azure.Messaging.ServiceBus's releases.

Azure.Messaging.ServiceBus_7.18.3

7.18.3 (2025-01-17)

Bugs Fixed

  • Fixed an issue where identifier generation for senders did not correctly include the entity path as an informational element. (#46952)

Other Changes

  • Added annotations to make the package compatible with trimming and native AOT compilation.

  • Updated the Microsoft.Azure.Amqp dependency to 2.6.9, which contains several bug fixes. (see: commits)

  • Updated the transitive dependency on System.Text.Json to 6.0.10 via Azure.Core 1.44.1. Though Service Bus does not perform JSON serialization and was not vulnerable, the .NET 9 SDK was emitting warnings during scans due to a flaw in the previous System.Text.Json dependency.

Commits
  • adc97b1 Remove sovereign cloud testing support (#47883)
  • 000048f [Service Bus] January Release Prep (#47884)
  • ed8d054 Sync eng/common directory with azure-sdk-tools for PR 9577 (#47875)
  • b224668 Remove sovereign cloud testing references (#47873)
  • 65c2670 Increment version for playwrighttesting releases (#47881)
  • 26fc034 docs(): CHANGELOG for 1.0.0-beta.4 release (#47880)
  • cbe71a0 Update AutoRest C# version to 3.0.0-beta.20250116.1 (#47878)
  • 3fb80ad Queue Listener fixes: Drain Mode and Message Deletion (#47791)
  • 5eda9c7 [Storage][DataMovement] Modify file-share client extensions to match LRO patt...
  • 3c2ffb1 Sync eng/common directory with azure-sdk-tools for PR 9649 (#47867)
  • Additional commits viewable in compare view

Updates Azure.Monitor.Query from 1.5.0 to 1.6.0

Commits
  • 68e212d Checkpointer use testing (#47224)
  • 1d41111 [Event Hubs] GeoDR - OffsetString (#47133)
  • 7efe3d1 wip (#47401)
  • 21c9d5f Update logging docs to indicate that IsLoggingContentEnabled requires EventLe...
  • 1b895fc fix incomplete run details (#47343)
  • d5ffdf2 Update logging docs to indicate that IsLoggingContentEnabled requires EventLe...
  • 1309fee [Azure.Monitor.Query] Update MetricsQueryResourcesOptions to have StartTime a...
  • 469fc55 Increment package version after release of Azure.ResourceManager.NetworkCloud...
  • b1b1e2e Fix deserialization bug (#46666)
  • 31289c4 Increment version for hybridcompute releases (#47384)
  • Additional commits viewable in compare view

Updates AutoFixture from 4.18.1 to 4.18.1

Commits

Updates AutoFixture.AutoMoq from 4.18.1 to 4.18.1

Commits

Updates Energinet.DataHub.Core.TestCommon from 7.0.4 to 7.2.1

Commits

Updates FluentAssertions from 7.0.0 to 7.0.0

Commits

Updates Moq from 4.20.72 to 4.20.72

Changelog

Sourced from Moq's changelog.

Commits

Updates Energinet.DataHub.Core.JsonSerialization from 3.0.1 to 3.0.2

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.TestHost from 8.0.11 to 8.0.12

Release notes

Sourced from Microsoft.AspNetCore.TestHost'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 Swashbuckle.AspNetCore from 7.1.0 to 7.2.0

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v7.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.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

…ctory with 16 updates

Bumps the app-package-minor-and-patch group with 16 updates in the /source/App directory:

| Package | From | To |
| --- | --- | --- |
| [NodaTime](https://github.com/nodatime/nodatime) | `3.2.0` | `3.2.1` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.4` |
| [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) | `1.6.8` | `1.6.11` |
| [xunit](https://github.com/xunit/xunit) | `2.9.2` | `2.9.3` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.13.1` | `1.13.2` |
| [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net) | `7.18.2` | `7.18.3` |
| [Azure.Monitor.Query](https://github.com/Azure/azure-sdk-for-net) | `1.5.0` | `1.6.0` |
| [AutoFixture](https://github.com/AutoFixture/AutoFixture) | `4.18.1` | `4.18.1` |
| [AutoFixture.AutoMoq](https://github.com/AutoFixture/AutoFixture) | `4.18.1` | `4.18.1` |
| [Energinet.DataHub.Core.TestCommon](https://github.com/Energinet-DataHub/geh-core) | `7.0.4` | `7.2.1` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `7.0.0` | `7.0.0` |
| [Moq](https://github.com/moq/moq) | `4.20.72` | `4.20.72` |
| [Energinet.DataHub.Core.JsonSerialization](https://github.com/Energinet-DataHub/geh-core) | `3.0.1` | `3.0.2` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `8.0.11` | `8.0.12` |
| [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) | `8.0.11` | `8.0.12` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.1.0` | `7.2.0` |



Updates `NodaTime` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/nodatime/nodatime/releases)
- [Commits](nodatime/nodatime@3.2.0...3.2.1)

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

Updates `WireMock.Net` from 1.6.8 to 1.6.11
- [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.6.8...1.6.11)

Updates `xunit` from 2.9.2 to 2.9.3
- [Commits](xunit/xunit@v2-2.9.2...v2-2.9.3)

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 `Azure.Messaging.ServiceBus` from 7.18.2 to 7.18.3
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.18.2...Azure.Messaging.ServiceBus_7.18.3)

Updates `Azure.Monitor.Query` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Monitor.Query_1.5.0...Azure.Monitor.Query_1.6.0)

Updates `AutoFixture` from 4.18.1 to 4.18.1
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](AutoFixture/AutoFixture@v4.18.1...v4.18.1)

Updates `AutoFixture.AutoMoq` from 4.18.1 to 4.18.1
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](AutoFixture/AutoFixture@v4.18.1...v4.18.1)

Updates `Energinet.DataHub.Core.TestCommon` from 7.0.4 to 7.2.1
- [Commits](https://github.com/Energinet-DataHub/geh-core/commits)

Updates `FluentAssertions` from 7.0.0 to 7.0.0
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@7.0.0...7.0.0)

Updates `Moq` from 4.20.72 to 4.20.72
- [Release notes](https://github.com/moq/moq/releases)
- [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md)
- [Commits](moq/moq.spikes@v4.20.72...v4.20.72)

Updates `Energinet.DataHub.Core.JsonSerialization` from 3.0.1 to 3.0.2
- [Commits](https://github.com/Energinet-DataHub/geh-core/commits)

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.TestHost` 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 `Swashbuckle.AspNetCore` from 7.1.0 to 7.2.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0)

---
updated-dependencies:
- dependency-name: NodaTime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: WireMock.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: Azure.Monitor.Query
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-package-minor-and-patch
- dependency-name: AutoFixture
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: AutoFixture.AutoMoq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: Energinet.DataHub.Core.TestCommon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-package-minor-and-patch
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: Moq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: Energinet.DataHub.Core.JsonSerialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: Microsoft.AspNetCore.TestHost
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-package-minor-and-patch
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-package-minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from FirestarJes as a code owner January 20, 2025 05:37
@dependabot dependabot bot added the .NET Pull requests that update .net code label Jan 20, 2025
@dependabot dependabot bot requested a review from dstenroejl as a code owner January 20, 2025 05:37
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2025

Superseded by #504.

@dependabot dependabot bot closed this Jan 27, 2025
@dependabot dependabot bot deleted the dependabot/nuget/source/App/app-package-minor-and-patch-555482dc77 branch January 27, 2025 05:45
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.

0 participants