eclipse-tractusx / ssi-authority-schema-registry

SSI Authority & Schema Registry
Apache License 2.0
3 stars 5 forks source link

chore(deps): bump the default group across 1 directory with 18 updates #73

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

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

Package From To
FakeItEasy 8.2.0 8.3.0
FluentAssertions 6.12.0 6.12.1
Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1 8.0.2
Microsoft.NET.Test.Sdk 17.10.0 17.11.1
Testcontainers.PostgreSql 3.8.0 3.10.0
xunit 2.7.0 2.9.2
xunit.runner.visualstudio 2.5.7 2.8.2
Microsoft.AspNetCore.Mvc.Testing 8.0.6 8.0.10
Microsoft.Extensions.Hosting 8.0.0 8.0.1
Microsoft.Extensions.Configuration.Binder 8.0.1 8.0.2
Microsoft.Extensions.Configuration.Json 8.0.0 8.0.1
Microsoft.Extensions.Configuration.UserSecrets 8.0.0 8.0.1
Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1 8.0.2
Microsoft.Extensions.Configuration.Binder 8.0.1 8.0.2
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 8.0.7 8.0.10
Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1 8.0.2
Npgsql.EntityFrameworkCore.PostgreSQL 8.0.4 8.0.8
Microsoft.EntityFrameworkCore.Design 8.0.7 8.0.10
Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1 8.0.2
Microsoft.Extensions.Configuration.Json 8.0.0 8.0.1
Microsoft.Extensions.Configuration.UserSecrets 8.0.0 8.0.1
Microsoft.Extensions.Configuration.Json 8.0.0 8.0.1
Microsoft.Extensions.Hosting 8.0.0 8.0.1
Microsoft.Extensions.Configuration.Binder 8.0.1 8.0.2
Microsoft.Extensions.Configuration.Json 8.0.0 8.0.1
Microsoft.Extensions.Configuration.UserSecrets 8.0.0 8.0.1
Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1 8.0.2
JsonSchema.Net 7.0.2 7.2.3
Microsoft.AspNetCore.Authentication.JwtBearer 8.0.6 8.0.10
Microsoft.AspNetCore.OpenApi 8.0.6 8.0.10

Updates FakeItEasy from 8.2.0 to 8.3.0

Release notes

Sourced from FakeItEasy's releases.

8.3.0

New

  • Faking delegates now about 25 times faster due to DynamicProxy's CreateDelegateToMixin (#2013)
  • Build and test on macOS (#2029)

Fixed

  • Adding null-valued EventHandlers to a fake leads to ArgumentNullException (#2033)

Additional Items

  • Fix one aspect of Linux build - make build.ps1 executable on Linux (#2017)
  • Fix docs preview workflow (#2001, #2003, #2004)
  • Improve docs preview workflow (#2006, #2008)
  • Bump docs generation dependencies (#2005, #2025, #2032)
  • Update docs to
    • use new URL in link to Moq (#2021)
    • note that faking of generic types with methods that have in parameters works on .NET 6 and higher (#1382)
    • stress that methods must be fully configured to capture arguments (#2011)
    • indicate how to use A.CallTo with methods whose arguments include anonymous types (#1593)
    • document how to use InternalsVisibleTo from project files (#2027)
    • fix broken links (#2023)
  • Check generated documentation for dead links (#2024)
  • Update how to build instructions to correct mistakes and streamline (#2016)
  • Use .NET 5.0 source generators to generate strongly-typed overloads (#1804)

With special thanks for contributions to this release from:

Commits
  • 94caef0 Merge pull request #2034 from thomaslevesque/fix-null-event-handler
  • bc16732 Rename EventRaisingSpecs to EventSpecs
  • a77c8fd Handle case where event handler is null
  • fbfabf9 Add failing specs to reproduce the issue
  • 87511a7 Merge pull request #2032 from FakeItEasy/dependabot/pip/urllib3-2.2.2
  • 6430612 Bump urllib3 from 2.2.1 to 2.2.2
  • 44217e2 Merge pull request #2029 from blairconrad/macOS
  • 752218d Run CI build on macos as well
  • 9edb29c Correct option for listing build targets
  • cc27472 Merge pull request #2028 from thomaslevesque/internals-visibleto-in-project-file
  • Additional commits viewable in compare view


Updates FluentAssertions from 6.12.0 to 6.12.1

Release notes

Sourced from FluentAssertions's releases.

6.12.1

What's Changed

Improvements

  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #2530

Fixes

  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #2390, #2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #2445, #2511
  • BeEquivalentTo with a custom comparer can now handle null values - #2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #2648

Full Changelog: https://github.com/fluentassertions/fluentassertions/compare/6.12.0...6.12.1

Commits
  • a8e7f17 Update qodana
  • d58e0b5 Turn off RoslynAnalyzers in Qodana WF (#2504)
  • 2181217 Remove unused usings
  • 2c3a012 Make implicit usage more explicit
  • 1d5d64f Do not use UsingLineBreaks for [Not]BeSameAs
  • c30fc7a Fixed BeEquivalentTo when using a custom comparer targeting nullable types ...
  • f9b770b Make ThrowWithinAsync respect canceled tasks (#2614)
  • f204cf3 Simplify deferred allocation with local function
  • a3644b0 Only allocate Lazy<> and lambda when necessary
  • f3b4564 Ensured that nested assertion scopes produce a nested context (#2607)
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.1 to 8.0.2

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

.NET 8.0.2

Release

Commits
  • 1381d5e Merge in 'release/8.0' changes
  • c987e4f [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)
  • 441c91d Merge in 'release/8.0' changes
  • c93800e Merge pull request #97065 from carlossanlop/release/8.0-staging
  • c2d2bb3 Merge branch 'release/8.0' into release/8.0-staging
  • 6d35e39 [release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...
  • 96b0a55 [release/8.0-staging] macOS: Set certificate as a dependency of private key h...
  • 85c2772 [release/8.0] Fix server-side OCSP stapling on Linux (#96838)
  • 683da71 [release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...
  • f9d0a7b [release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)
  • Additional commits viewable in compare view


Updates Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.11.1

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.11.0...v17.11.1

v17.11.0

What's Changed

New Contributors

... (truncated)

Commits


Updates Testcontainers.PostgreSql from 3.8.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

  • chore: Apply fix for redirect.github.com/apache/pulsar/issues/22811 only for affected versions (#1232) @​entvex
  • chore: Replace codeinclude with snippets (#1251) @​HofmeisterAn
  • chore: Change global.json roll-forward policy from latestPatch to latestMinor (#1230) @​0xced
  • chore: Remove obsolete UntilOperationIsSucceeded wait strategy (#1202) @​HofmeisterAn

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
  • 934d7f0 chore: Apply fix for redirect.github.com/apache/pulsar/issues/22811 only for affected ...
  • 5b3d494 chore: Replace codeinclude with snippets (#1251)
  • 2da2080 docs: Use codeinclude in module examples (#1245)
  • b2699cc fix: Get sqlcmd utility file path from container instead of const file path (...
  • fffd384 feat: Add MongoDB replica set support (#1196)
  • 87184e3 feat: Detect CSharp, FSharp and Visual Basic projects (#1234)
  • dd05999 chore: Change global.json roll-forward policy from latestPatch to `latestMi...
  • ace1fe0 feat: Improve parsing of Docker image tag version `MatchVersion(Predicate<Ver...
  • 1a64762 fix: Add Keycloak health port 9000 starting from major version 25 (#1213)
  • 9a59b3e feat: Log Docker daemon labels if present (#1226)
  • Additional commits viewable in compare view


Updates xunit from 2.7.0 to 2.9.2

Commits
  • 82543a6 v2.9.2
  • 0f8f156 #3031: Changes to TheoryData break tests with arrays of objects
  • 502f6d1 Bump up to v2.9.2-pre
  • bb7c3e4 v2.9.1
  • 5d70d25 #3028: Support IGrouping<TKey,TValue> in Assert.Equivalent (v2)
  • ed6e05b Add support for IGrouping<,> in ArgumentFormatter, assuming it's safe to re-e...
  • d97c7f8 Restore TestInvoker<T>.GetTaskFromResult (forwards to AsyncUtility.TryConvert...
  • 416ed81 #3021: Add overload of Assert.Equal to resolve compiler ambiguity
  • 6b86235 Add Assert.Equivalent support for evaluating Lazy<T>
  • aadff05 Updated build table in README
  • Additional commits viewable in compare view


Updates xunit.runner.visualstudio from 2.5.7 to 2.8.2

Commits


Updates Microsoft.AspNetCore.Mvc.Testing from 8.0.6 to 8.0.10

Release notes

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

.NET 8.0.10

Release

.NET 8.0.8

Release

.NET 8.0.7

Release

Commits


Updates Microsoft.Extensions.Hosting from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.Configuration.Binder from 8.0.1 to 8.0.2

Release notes

Sourced from Microsoft.Extensions.Configuration.Binder's releases.

.NET 8.0.2

Release

Commits
  • 1381d5e Merge in 'release/8.0' changes
  • c987e4f [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)
  • 441c91d Merge in 'release/8.0' changes
  • c93800e Merge pull request #97065 from carlossanlop/release/8.0-staging
  • c2d2bb3 Merge branch 'release/8.0' into release/8.0-staging
  • 6d35e39 [release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...
  • 96b0a55 [release/8.0-staging] macOS: Set certificate as a dependency of private key h...
  • 85c2772 [release/8.0] Fix server-side OCSP stapling on Linux (#96838)
  • 683da71 [release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...
  • f9d0a7b [release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.Configuration.Json from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.Configuration.Json's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.Configuration.UserSecrets from 8.0.0 to 8.0.1

Release notes

Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases.

.NET 8.0.1

Release

Commits
  • bf5e279 Merge in 'release/8.0' changes
  • a6e4834 [release/8.0] Free the tls memory on thread termination (#95439)
  • eddf880 Merge in 'release/8.0' changes
  • 89a2364 [release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...
  • d682195 Merge in 'release/8.0' changes
  • 8557ef2 Merge pull request #95148 from carlossanlop/release/8.0-staging
  • aaa4b27 Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...
  • 72e5ae9 X509Chain.Build should throw when an internal error occurs
  • a20ee6f [release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)
  • 4fc3df2 Fix incremental servicing condition (#95119)
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.1 to 8.0.2

Release notes

Sourced from Microsoft.Extensions.DependencyInjection.Abstractions's releases.

.NET 8.0.2

Release

Commits
  • 1381d5e Merge in 'release/8.0' changes
  • c987e4f [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)
  • 441c91d Merge in 'release/8.0' changes
  • c93800e Merge pull request #97065 from carlossanlop/release/8.0-staging
  • c2d2bb3 Merge branch 'release/8.0' into release/8.0-staging
  • 6d35e39 [release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...
  • 96b0a55 [release/8.0-staging] macOS: Set certificate as a dependency of private key h...
  • 85c2772 [release/8.0] Fix server-side OCSP stapling on Linux (#96838)
  • 683da71 [release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...
  • f9d0a7b [release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.Configuration.Binder from 8.0.1 to 8.0.2

Release notes

Sourced from Microsoft.Extensions.Configuration.Binder's releases.

.NET 8.0.2

Release

Commits
  • 1381d5e Merge in 'release/8.0' changes
  • c987e4f [release/8.0] Fix Options Source Gen RangeAttribute Thread Safety (#97110)
  • 441c91d Merge in 'release/8.0' changes
  • c93800e Merge pull request #97065 from carlossanlop/release/8.0-staging
  • c2d2bb3 Merge branch 'release/8.0' into release/8.0-staging
  • 6d35e39 [release/8.0-staging] UInt64.CreateSaturating<Int128> truncates instead of sa...
  • 96b0a55 [release/8.0-staging] macOS: Set certificate as a dependency of private key h...
  • 85c2772 [release/8.0] Fix server-side OCSP stapling on Linux (#96838)
  • 683da71 [release/8.0-staging] Gen0 segment should always be reported as Gen0 for DacH...
  • f9d0a7b [release/8.0-staging] Fix Crossgen2 PDB generation (again) (#96566)
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 8.0.7 to 8.0.10

Release notes

Sourced from Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore's releases.

.NET 8.0.10

Release

.NET 8.0.8

Release

Commits
  • c2a4429 Merged PR 42968: [internal/release/8.0] Update dependencies from dnceng/inter...
  • e213713 Merged PR 42964: [internal/release/8.0] Update dependencies from dnceng/inter...
  • c65d335 Merge commit '30ef19c7d9651d0fa113dd8ed08809e545141d74'
  • 30ef19c [release/8.0] [Blazor] Invoke inbound activity handlers on circuit initializa...
  • dd48611 Merged PR 42789: [internal/release/8.0] Update dependencies from dnceng/inter...
  • 704e1a1 Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef...
  • e2cfb3b Merged PR 42754: [internal/release/8.0] Update dependencies from dnceng/inter...
  • dependabot[bot] commented 3 weeks ago

    Superseded by #78.