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 default group across 1 directory with 14 updates #1072

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the default group with 14 updates in the /src directory:

Package From To
coverlet.collector 6.0.0 6.0.2
HtmlAgilityPack 1.11.59 1.11.67
MimeKit 4.7.1 4.8.0
RestAssured.Net 4.2.1 4.3.1
HtmlAgilityPack 1.11.59 1.11.63
System.IdentityModel.Tokens.Jwt 7.4.1 7.7.1
Testcontainers 3.7.0 3.10.0
Testcontainers.PostgreSql 3.7.0 3.10.0
Testcontainers 3.7.0 3.10.0
JsonSchema.Net 6.0.5 6.1.2
Serilog.AspNetCore 8.0.1 8.0.3
Serilog.Settings.Configuration 8.0.2 8.0.4
Serilog.Settings.Configuration 8.0.2 8.0.4
SwashBuckle.AspNetCore 6.8.0 6.8.1
MailKit 4.3.0 4.8.0
MimeKit 4.7.1 4.8.0
Laraue.EfCoreTriggers.PostgreSql 8.0.3 8.1.2
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.4 8.0.8

Updates coverlet.collector from 6.0.0 to 6.0.2

Release notes

Sourced from coverlet.collector's releases.

v6.0.2

Fixed

  • Threshold-stat triggers error #1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #1629
  • Exception when multiple exclude-by-attribute filters specified #1624

Improvements

  • More concise options to specify multiple parameters in coverlet.console #1624

Diff between 6.0.1 and 6.0.2

v6.0.1

Fixed

  • Uncovered lines in .NET 8 for inheriting records #1555
  • Fix record constructors not covered when SkipAutoProps is true #1561
  • Fix .NET 7 Method Group branch coverage issue #1447
  • Fix ExcludeFromCodeCoverage does not exclude method in a partial class #1548
  • Fix ExcludeFromCodeCoverage does not exclude F# task #1547
  • Fix issues where ExcludeFromCodeCoverage ignored #1431
  • Fix issues with ExcludeFromCodeCoverage attribute #1484
  • Fix broken links in documentation #1514
  • Fix problem with coverage for .net5 WPF application #1221 by https://github.com/lg2de
  • Fix unable to instrument module for Microsoft.AspNetCore.Mvc.Razor #1459 by https://github.com/lg2de

Improvements

Diff between 6.0.0 and 6.0.1

Commits

Updates HtmlAgilityPack from 1.11.59 to 1.11.67

Release notes

Sourced from HtmlAgilityPack's releases.

v1.11.66

Download the library here

  • FIXED: OptionOutputAsXml = true since version 1.11.65 crossorigin issue #569

Library Sponsored By

This library is sponsored by Entity Framework Extensions

v1.11.65

Download the library here

  • ADDED: A new options OptionWriteEmptyNodesWithoutSpace allows to write "empty node" without the additional space
  • FIXED: Attributes with spaces are not quoted if the attribute was loaded without quotes #568

v1.11.64

Download the library here

  • MERGED: An attribute read without quotes is written without quotes even after the value has been set #565

v1.11.63

Download the library here

  • MERGED: Add tfoot to appropriate fields in IsParentExplicitEnd #563, #562

v1.11.62

Download the library here

  • MERGED: Review Attribute QuoteType Behavior vs InternalQuoteType fixes #552, #516 (#554)

v1.11.61

Download the library here

  • FIXED: Set PackageLicenseExpression on nuget #544
  • FIXED: Modify a #text node name causes a StackOverflowException #548

v1.11.60

Download the library here

  • FIXED: Performance optimization with Avoid creating new strings when parsing PcData #541
  • FIXED: The html rendering result is different from the html output result when we have two unclosed tbody tags #540
Commits

Updates MimeKit from 4.7.1 to 4.8.0

Changelog

Sourced from MimeKit's changelog.

MimeKit 4.8.0 (2024-09-29)

  • Added TypeConverters for InternetAddress and InternetAddressList.
Commits

Updates RestAssured.Net from 4.2.1 to 4.3.1

Changelog

Sourced from RestAssured.Net's changelog.

[4.3.1] - 2024-08-22

Fixed

  • Fixed an issue where trying to verify an element to be an empty array threw an exception (#122)

[4.3.0] - 2024-08-16

Added

Updated

  • Version bumps for HtmlAgilityPack, NJsonSchema (main project), Microsoft.NET.Test.Sdk, Microsoft.AspNetCore.Mvc.Testing, NUnit3TestAdapter, WireMock.Net (test project)

[4.2.2] - 2024-04-23

Fixed

  • Fixed an issue where trying to verify or extract elements from a JSON array response threw an exception (#119 by @​eliasespinosa)

Updated

  • Version bumps for HtmlAgilityPack, NJsonSchema (main project), Microsoft.NET.Test.Sdk, Microsoft.AspNetCore.Mvc.Testing, NUnit, Faker.NET and WireMock.NET (test project)
Commits
  • 4ace813 Prepare for release of 4.3.1
  • 3f0462b Add fix for issue with failing verification of empty array
  • c09837c Latest changes in CHANGELOG
  • 3ffd72a Prepare for release of version 4.3.0
  • b6cd4ba Add ability to specify HttpCompletionOption in RequestSpecification and globa...
  • 751fc30 Add capability to set HttpCompletionOption for individual requests
  • 9a5c71f Update dependencies in main and test projects
  • 1354469 Add example for serialization to XML from record type
  • 4eecb50 Update JSON serialization tests, add record example
  • 6debc60 Fix date in CHANGELOG
  • Additional commits viewable in compare view

Updates HtmlAgilityPack from 1.11.59 to 1.11.63

Release notes

Sourced from HtmlAgilityPack's releases.

v1.11.66

Download the library here

  • FIXED: OptionOutputAsXml = true since version 1.11.65 crossorigin issue #569

Library Sponsored By

This library is sponsored by Entity Framework Extensions

v1.11.65

Download the library here

  • ADDED: A new options OptionWriteEmptyNodesWithoutSpace allows to write "empty node" without the additional space
  • FIXED: Attributes with spaces are not quoted if the attribute was loaded without quotes #568

v1.11.64

Download the library here

  • MERGED: An attribute read without quotes is written without quotes even after the value has been set #565

v1.11.63

Download the library here

  • MERGED: Add tfoot to appropriate fields in IsParentExplicitEnd #563, #562

v1.11.62

Download the library here

  • MERGED: Review Attribute QuoteType Behavior vs InternalQuoteType fixes #552, #516 (#554)

v1.11.61

Download the library here

  • FIXED: Set PackageLicenseExpression on nuget #544
  • FIXED: Modify a #text node name causes a StackOverflowException #548

v1.11.60

Download the library here

  • FIXED: Performance optimization with Avoid creating new strings when parsing PcData #541
  • FIXED: The html rendering result is different from the html output result when we have two unclosed tbody tags #540
Commits

Updates System.IdentityModel.Tokens.Jwt from 7.4.1 to 7.7.1

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

7.7.1

Bug Fix

  • Re-add JsonSerializerPrimitives.TryAllStringClaimsAsDateTime which was removed as it is in an internal class, but due to InternalsVisibleTo can lead to a MissingMethodException if IdentityModel versions are not aligned. See PR #2734 for details.

7.7.0

CVE package updates

CVE-2024-30105

  • A derived ClaimsIdentity where claim retrieval is case-sensitive. The current ClaimsIdentity, in .NET, retrieves claims in a case-insensitive manner which is different than querying the underlying SecurityToken. The new CaseSensitiveClaimsIdentity class provides consistent retrieval logic with SecurityToken. Opt in to the new behavior via an AppContext switch. See PR #2715 for details.

Performance improvement

  • AppContext.TryGetSwitch statically caches internally but takes out a lock. .NET almost always caches these values. They're not expected to change while the process is running unlike normal config. IdentityModel now caches the value. See issue #2722 for details.

7.6.2

Bug Fix:

  • Revert reduced allocations in AadIssuerValidator by not using string.Replace where appropriate due to an index out-of-range error.

7.6.1

New Features:

  • Add missing metadata parameters to OpenIdConnectConfiguration. See issue #2498 for details.

Bug Fixes:

  • Fix over-reporting of IDX14100. See issue #2058 and PR #2618 for details.
  • JwtRegisteredClaimNames now contains previously missing Standard OpenIdConnect claims. See issue #1598 for details.

Performance Improvements:

  • Reduced allocations in AadIssuerValidator by not using string.Replace where appropriate. See issue #2595 and PR #2597 for more details.
  • No longer for every string claim, calling DateTime.TryParse on each value, whether it is expected to be a DateTime or not. See issue #2615 for details.

7.6.0

New Features:

  • Update JsonWebToken - extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues #2581, #2583, and #2495 for details.

Bug Fixes:

  • JWE header algorithm is now compliant to IANA document. See issue #2089 for details.

Performance Improvements:

  • Reduce the number of internal array allocations that need to happen for each claim set, see PR #2596.

Fundamentals:

  • Add an AOT compatibility check on each PR to ensure only AOT compatible code is checked-in. See PR #2598.
  • Update perl scrip for OneBranch build. See PR #2602.
  • Add langversion 12 to benchmark tests. See PR #2601.
  • Removed unused build.cmd file. See PR #2605.

... (truncated)

Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

7.7.1

Bug Fix

  • Re-add JsonSerializerPrimitives.TryAllStringClaimsAsDateTime which was removed as it is in an internal class, but due to InternalsVisibleTo can lead to a MissingMethodException if IdentityModel versions are not aligned. See PR #2734 for details.

7.7.0

CVE package updates

CVE-2024-30105

  • A derived ClaimsIdentity where claim retrieval is case-sensitive. The current ClaimsIdentity, in .NET, retrieves claims in a case-insensitive manner which is different than querying the underlying SecurityToken. The new CaseSensitiveClaimsIdentity class provides consistent retrieval logic with SecurityToken. Opt in to the new behavior via an AppContext switch. See PR #2715 for details.

7.6.3

Bug Fix

  • Remove dependency on AadIssuerValidator.GetTenantIdFromToken in ValidateIssuerSigningKey, to only consider the tid. An AppContext switch enables fallbacking to the previous behavior, which should not be needed. See PR #2680 for details.

7.6.2

Bug Fix:

  • Revert reduced allocations in AadIssuerValidator by not using string.Replace where appropriate due to an index out-of-range error.

7.6.1

New Features:

  • Add missing metadata parameters to OpenIdConnectConfiguration. See issue #2498 for details.

Bug Fixes:

  • Fix over-reporting of IDX14100. See issue #2058 and PR #2618 for details.
  • JwtRegisteredClaimNames now contains previously missing Standard OpenIdConnect claims. See issue #1598 for details.

Performance Improvements:

  • Reduced allocations in AadIssuerValidator by not using string.Replace where appropriate. See issue #2595 and PR #2597 for more details.
  • No longer for every string claim, calling DateTime.TryParse on each value, whether it is expected to be a DateTime or not. See issue #2615 for details.

7.6.0

New Features:

  • Update JsonWebToken - extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues #2581, #2583, and #2495 for details.

Bug Fixes:

  • JWE header algorithm is now compliant to IANA document. See issue #2089 for details.

Performance Improvements:

  • Reduce the number of internal array allocations that need to happen for each claim set, see PR #2596.

Fundamentals:

  • Add an AOT compatibility check on each PR to ensure only AOT compatible code is checked-in. See PR #2598.
  • Update perl scrip for OneBranch build. See PR #2602.
  • Add langversion 12 to benchmark tests. See PR #2601.

... (truncated)

Commits

Updates Testcontainers from 3.7.0 to 3.10.0

Release notes

Sourced from Testcontainers's releases.

3.10.0

Hey everyone, just wanted to say a huge thanks to all of you who helped with this version — whether through contributions, reporting issues, or discussions. I've been very busy lately, and your support has been a huge help. I really appreciate it!

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

3.9.0

Thank you to everyone whose contributions made this release possible.

What's Changed

⚠️ Breaking Changes

The UntilOperationIsSucceeded(Func<bool>, int, Action<IWaitStrategy>) wait strategy is obsolete. Instead of this wait strategy, use any other wait strategy that matches your use case and configure the retry behavior accordingly (wait strategy options).

Using reuse together with the container builder method WithName(string) will generate a new reuse hash the first time you use the configuration. The container name was not included in calculating the reuse hash previously.

🚀 Features

... (truncated)

Commits

Updates Testcontainers.PostgreSql from 3.7.0 to 3.10.0

Release notes

Sourced from Testcontainers.PostgreSql's releases.

3.10.0

Hey everyone, just wanted to say a huge thanks to all of you who helped with this version — whether through contributions, reporting issues, or discussions. I've been very busy lately, and your support has been a huge help. I really appreciate it!

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

3.9.0

Thank you to everyone whose contributions made this release possible.

What's Changed

⚠️ Breaking Changes

The UntilOperationIsSucceeded(Func<bool>, int, Action<IWaitStrategy>) wait strategy is obsolete. Instead of this wait strategy, use any other wait strategy that matches your use case and configure the retry behavior accordingly (wait strategy options).

Using reuse together with the container builder method WithName(string) will generate a new reuse hash the first time you use the configuration. The container name was not included in calculating the reuse hash previously.

🚀 Features

... (truncated)

Commits

Updates Testcontainers from 3.7.0 to 3.10.0

Release notes

Sourced from Testcontainers's releases.

3.10.0

Hey everyone, just wanted to say a huge thanks to all of you who helped with this version — whether through contributions, reporting issues, or discussions. I've been very busy lately, and your support has been a huge help. I really appreciate it!

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

3.9.0

Thank you to everyone whose contributions made this release possible.

What's Changed

⚠️ Breaking Changes

The UntilOperationIsSucceeded(Func<bool>, int, Action<IWaitStrategy>) wait strategy is obsolete. Instead of this wait strategy, use any other wait strategy that matches your use case and configure the retry behavior accordingly (wait strategy options).

Using reuse together with the container builder method WithName(string) will generate a new reuse hash the first time you use the configuration. The container name was not included in calculating the reuse hash previously.

🚀 Features

... (truncated)

Commits

Updates JsonSchema.Net from 6.0.5 to 6.1.2

Commits
  • 6493834 revert extension method return value change

Bumps the default group with 14 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.2` |
| [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) | `1.11.59` | `1.11.67` |
| [MimeKit](https://github.com/jstedfast/MimeKit) | `4.7.1` | `4.8.0` |
| [RestAssured.Net](https://github.com/basdijkstra/rest-assured-net) | `4.2.1` | `4.3.1` |
| [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) | `1.11.59` | `1.11.63` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.4.1` | `7.7.1` |
| [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) | `3.7.0` | `3.10.0` |
| [Testcontainers.PostgreSql](https://github.com/testcontainers/testcontainers-dotnet) | `3.7.0` | `3.10.0` |
| [Testcontainers](https://github.com/testcontainers/testcontainers-dotnet) | `3.7.0` | `3.10.0` |
| [JsonSchema.Net](https://github.com/gregsdennis/json-everything) | `6.0.5` | `6.1.2` |
| [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) | `8.0.1` | `8.0.3` |
| [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) | `8.0.2` | `8.0.4` |
| [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) | `8.0.2` | `8.0.4` |
| [SwashBuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.8.0` | `6.8.1` |
| [MailKit](https://github.com/jstedfast/MailKit) | `4.3.0` | `4.8.0` |
| [MimeKit](https://github.com/jstedfast/MimeKit) | `4.7.1` | `4.8.0` |
| [Laraue.EfCoreTriggers.PostgreSql](https://github.com/win7user10/Laraue.EfCoreTriggers) | `8.0.3` | `8.1.2` |
| [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `8.0.4` | `8.0.8` |



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

Updates `HtmlAgilityPack` from 1.11.59 to 1.11.67
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](https://github.com/zzzprojects/html-agility-pack/commits)

Updates `MimeKit` from 4.7.1 to 4.8.0
- [Changelog](https://github.com/jstedfast/MimeKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MimeKit@4.7.1...4.8.0)

Updates `RestAssured.Net` from 4.2.1 to 4.3.1
- [Changelog](https://github.com/basdijkstra/rest-assured-net/blob/main/CHANGELOG.md)
- [Commits](basdijkstra/rest-assured-net@rest-assured-net-4.2.1...rest-assured-net-4.3.1)

Updates `HtmlAgilityPack` from 1.11.59 to 1.11.63
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](https://github.com/zzzprojects/html-agility-pack/commits)

Updates `System.IdentityModel.Tokens.Jwt` from 7.4.1 to 7.7.1
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/7.7.1/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@v7.4.1...7.7.1)

Updates `Testcontainers` from 3.7.0 to 3.10.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@3.7.0...3.10.0)

Updates `Testcontainers.PostgreSql` from 3.7.0 to 3.10.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@3.7.0...3.10.0)

Updates `Testcontainers` from 3.7.0 to 3.10.0
- [Release notes](https://github.com/testcontainers/testcontainers-dotnet/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-dotnet/blob/develop/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-dotnet@3.7.0...3.10.0)

Updates `JsonSchema.Net` from 6.0.5 to 6.1.2
- [Commits](json-everything/json-everything@schema-v6.0.5...schema-v6.1.2)

Updates `Serilog.AspNetCore` from 8.0.1 to 8.0.3
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](serilog/serilog-aspnetcore@v8.0.1...v8.0.3)

Updates `Serilog.Settings.Configuration` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/serilog/serilog-settings-configuration/releases)
- [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md)
- [Commits](serilog/serilog-settings-configuration@v8.0.2...v8.0.4)

Updates `Serilog.Settings.Configuration` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/serilog/serilog-settings-configuration/releases)
- [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md)
- [Commits](serilog/serilog-settings-configuration@v8.0.2...v8.0.4)

Updates `SwashBuckle.AspNetCore` from 6.8.0 to 6.8.1
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.8.0...v6.8.1)

Updates `MailKit` from 4.3.0 to 4.8.0
- [Changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MailKit@4.3.0...4.8.0)

Updates `MimeKit` from 4.7.1 to 4.8.0
- [Changelog](https://github.com/jstedfast/MimeKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MimeKit@4.7.1...4.8.0)

Updates `Laraue.EfCoreTriggers.PostgreSql` from 8.0.3 to 8.1.2
- [Release notes](https://github.com/win7user10/Laraue.EfCoreTriggers/releases)
- [Commits](win7user10/Laraue.EfCoreTriggers@8.0.3...8.1.2)

Updates `Npgsql.EntityFrameworkCore.PostgreSQL` from 8.0.4 to 8.0.8
- [Release notes](https://github.com/npgsql/efcore.pg/releases)
- [Commits](npgsql/efcore.pg@v8.0.4...v8.0.8)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: HtmlAgilityPack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: MimeKit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: RestAssured.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: HtmlAgilityPack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: Testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: Testcontainers.PostgreSql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: Testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: JsonSchema.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: Serilog.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: Serilog.Settings.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: Serilog.Settings.Configuration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: SwashBuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
- dependency-name: MailKit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: MimeKit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: Laraue.EfCoreTriggers.PostgreSql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: default
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: default
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/main/default-b4e1f86b4a branch from 5b11e33 to 9658e21 Compare October 15, 2024 10:27
Copy link

sonarcloud bot commented Oct 15, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 15, 2024

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

@dependabot dependabot bot closed this Oct 15, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/main/default-b4e1f86b4a branch October 15, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: USER READY
Development

Successfully merging this pull request may close these issues.

0 participants