Altinn / altinn-authentication

Altinn platform microservice for handling authentication
6 stars 2 forks source link

chore(deps): update nuget non-major dependencies #739

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Azure.Identity (source) 1.12.0 -> 1.12.1 age adoption passing confidence
Microsoft.IdentityModel.Protocols.OpenIdConnect 8.0.2 -> 8.1.0 age adoption passing confidence
Swashbuckle.AspNetCore 6.7.3 -> 6.8.0 age adoption passing confidence
Swashbuckle.AspNetCore.Annotations 6.7.3 -> 6.8.0 age adoption passing confidence
Testcontainers.PostgreSql (source) 3.9.0 -> 3.10.0 age adoption passing confidence
xunit 2.9.0 -> 2.9.2 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Identity) ### [`v1.12.1`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Azure.Identity_1.12.1) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Azure.Identity_1.12.0...Azure.Identity_1.12.1) ##### 1.12.1 (2024-09-26) ##### Bugs Fixed - Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS ([4927](https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4927)) .
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.Protocols.OpenIdConnect) ### [`v8.1.0`](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/HEAD/CHANGELOG.md#810) [Compare Source](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.0.2...8.1.0) \===== ##### Performance improvements - Improves performance during issuer validation by replacing string comparison with span comparison. See PR [#​2826](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2826). ##### New features - Add optional check to prevent using keys that are shared across multiple clouds. See issue [#​2832](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2832) for details. ##### Bug fixes - JsonWebTokenHandler would only return unwrapped keys if there was no errors. This change is to align with the behavior in JwtSecurityTokenHandler, that is it returns the keys that were able to be unwrapped, and only throw if no keys were able to be unwrapped. See issue [#​2695](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2695) for details. ##### Fundamentals - Fix flaky tests. See [#​2793](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2793) for details. - Update XUnit versoin and fix test warnings due to new XUnit analyzers. See PR [#​2796](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2796) for details. - Onhboard to code coverage in ADO. See PR [#​2798](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2798). - Use `IsTargetFrameworkCompatible(*)` so AOT is forward-compatible with .NET 9 and beyond. See PR [#​2790](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2790) for details. - Fix a merge conflict impacting dev. See PR [#​2819](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2819). - Defining the following attribute in multiple assemblies (.Tokens, .Logging) causes an internal error. \[DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]. See PR [#​2820](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2820). - Remove perl dependency. See PR [#​2830](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2830). ##### Work related to redesign of IdentityModel's token validation logic [#​2711](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2711) - [#​2794](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2794) - [#​2800](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2800) - [#​2810](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2810) - [#​2811](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2811) - [#​2816](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2816) - [#​2822](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2822) - [#​2815](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2815) - [#​2818](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2818) - [#​2813](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2813) - [#​2827](https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2827) -
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore) ### [`v6.8.0`](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.8.0) #### What's Changed - Added dependency injection/easy registration for async filters by [@​tofi92](https://redirect.github.com/tofi92) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030) - Improve IncludeXmlComments performance (2) by [@​mus65](https://redirect.github.com/mus65) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044) - Apply ParameterFilters and RequestBodyFilters for WithOpenApi endpoints by [@​jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3059) - Swagger plugins support by [@​jvmlet](https://redirect.github.com/jvmlet) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056) - Add benchmarks project by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3050) - Fix NuGet badge by [@​martincostello](https://redirect.github.com/martincostello) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3064) - SwaggerGen - Improved handling of dictionaries with enum key by [@​flarestudiopl](https://redirect.github.com/flarestudiopl) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068) - Fix typo by [@​tom-star119](https://redirect.github.com/tom-star119) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073) - Do not fill the RequestBody description with the first parameter of aโ€ฆ by [@​jgarciadelanoceda](https://redirect.github.com/jgarciadelanoceda) in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3076) #### New Contributors - [@​tofi92](https://redirect.github.com/tofi92) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3030) - [@​mus65](https://redirect.github.com/mus65) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3044) - [@​jvmlet](https://redirect.github.com/jvmlet) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3056) - [@​flarestudiopl](https://redirect.github.com/flarestudiopl) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3068) - [@​tom-star119](https://redirect.github.com/tom-star119) made their first contribution in [https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073](https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3073) **Full Changelog**: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.7.3...v6.8.0
testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql) ### [`v3.10.0`](https://redirect.github.com/testcontainers/testcontainers-dotnet/releases/tag/3.10.0) [Compare Source](https://redirect.github.com/testcontainers/testcontainers-dotnet/compare/3.9.0...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 - feat: Add MongoDB replica set support ([#​1196](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1196)) [@​artiomchi](https://redirect.github.com/artiomchi) - feat: Detect CSharp, FSharp and Visual Basic projects ([#​1234](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1234)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - feat: Improve parsing of Docker image tag version `MatchVersion(Predicate)` ([#​1231](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1231)) [@​0xced](https://redirect.github.com/0xced) - feat: Log Docker daemon labels if present ([#​1226](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1226)) [@​eddumelendez](https://redirect.github.com/eddumelendez) #### ๐Ÿ› Bug Fixes - fix: Get sqlcmd utility file path from container instead of const file path ([#​1221](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1221)) [@​outofrange-consulting](https://redirect.github.com/outofrange-consulting) - fix: Add Keycloak health port 9000 starting from major version 25 ([#​1213](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1213)) [@​paulomorgado](https://redirect.github.com/paulomorgado) - fix: Allow specifying the protocol (TCP, UDP, SCTP) to resolve the public assigned host port ([#​1219](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1219)) [@​wolfman42](https://redirect.github.com/wolfman42) - fix: Trim relative path indicators from Dockerfile path ([#​1203](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1203)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) #### ๐Ÿ“– Documentation - chore: Replace codeinclude with snippets ([#​1251](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1251)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - docs: Use codeinclude in module examples ([#​1245](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1245)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) #### ๐Ÿงน Housekeeping - chore: Apply fix for [github.com/apache/pulsar/issues/22811](redirect.github.com/apache/pulsar/issues/22811) only for affected versions ([#​1232](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1232)) [@​entvex](https://redirect.github.com/entvex) - chore: Replace codeinclude with snippets ([#​1251](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1251)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn) - chore: Change global.json roll-forward policy from `latestPatch` to `latestMinor` ([#​1230](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1230)) [@​0xced](https://redirect.github.com/0xced) - chore: Remove obsolete UntilOperationIsSucceeded wait strategy ([#​1202](https://redirect.github.com/testcontainers/testcontainers-dotnet/issues/1202)) [@​HofmeisterAn](https://redirect.github.com/HofmeisterAn)

Configuration

๐Ÿ“… Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

๐Ÿšฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.

โ™ป Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

๐Ÿ‘ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud