Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the dependencies group with 22 updates in the /server directory:

Package From To
MediatR 12.4.1 12.5.0
Medo.Uuid7 3.0.0 3.1.0
SonarAnalyzer.CSharp 10.3.0.106239 10.7.0.110445
Vogen 5.0.6 7.0.3
Microsoft.Extensions.Hosting.Abstractions 9.0.0 9.0.3
Riok.Mapperly 4.1.1 4.2.0
DotNetCore.CAP 8.3.2 8.3.3
DotNetCore.CAP 8.3.2 8.3.3
DotNetCore.CAP.PostgreSql 8.3.2 8.3.3
DotNetCore.CAP 8.3.2 8.3.3
DotNetCore.CAP.RabbitMQ 8.3.2 8.3.3
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 9.0.0 9.0.3
Npgsql.EntityFrameworkCore.PostgreSQL 9.0.2 9.0.4
Microsoft.AspNetCore.Authentication.JwtBearer 9.0.0 9.0.3
Microsoft.EntityFrameworkCore.Design 9.0.0 9.0.3
OpenTelemetry 1.10.0 1.11.2
Scrutor 5.0.2 6.0.1
Sentry.Serilog 4.13.0 5.5.0
Serilog 4.2.0 2.10.0
Swashbuckle.AspNetCore 7.2.0 8.1.0
coverlet.collector 6.0.2 6.0.4
FluentAssertions 7.0.0 8.2.0
Microsoft.NET.Test.Sdk 17.12.0 17.13.0
Verify.Xunit 28.5.0 29.2.0

Updates MediatR from 12.4.1 to 12.5.0

Release notes

Sourced from MediatR's releases.

v12.5.0

What's Changed

New Contributors

Full Changelog: LuckyPennySoftware/MediatR@v12.4.1...v12.5.0

Commits

Updates Medo.Uuid7 from 3.0.0 to 3.1.0

Changelog

Sourced from Medo.Uuid7's changelog.

CHANGELOG

Changelog at https://github.com/medo64/Medo.Uuid7/blob/main/CHANGELOG.md

[3.1.0] (2025-03-16)

  • Added ID26 output

[3.0.0] (2024-12-03)

  • .NET 9 suppport
  • BREAKING CHANGE: Guid conversion is done in native endianess (was always big endian before)
    • this was done to match Guid.CreateVersion7() behavior by default
    • old behavior possible by using ToGuid(bigEndian: true)
  • BREAKING CHANGE: all overloads that used matchGuidEndianess were changed to bigEndian parameter.
    • this was done to match most of .NET 9 overloads
    • it is possible to get the old behavior by using opposite boolean value (e.g., ToGuid(bigEndian: !matchGuidEndianess), on little-endian platform)
  • improved ToGuid() performance
  • removed obsoleted functions
  • removed explicit .NET 6 support

[2.1.1] (2024-11-08)

  • Fixed handling of non-initialized struct

[2.1.0] (2024-11-05)

  • Added timestamp support for FillMsSqlUniqueIdentifier
  • Removed explicit .NET 7 support
  • Fixed handling of non-initialized struct

[2.0.0] (2024-06-29)

  • Compatible with the final RFC 9562
  • Fixed compatibility with Microsoft SQL Server UniqueIdentifier
  • Added support for Guid endianness when converting from and to System.Guid
  • Added support for creating Uuid7 with custom timestamp

[1.9.1] (2024-01-21)

  • More parsing performance improvement - courtesy of Joel Mueller

[1.9.0] (2024-01-06)

... (truncated)

Commits

Updates SonarAnalyzer.CSharp from 10.3.0.106239 to 10.7.0.110445

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

10.7



Improvement

  • NET-1116 - Deprecate S1227: break statements should not be used except for switch cases
  • NET-1045 - Remove unused AnalyzerId and RuleNamespace server properties

Bug

  • NET-1047 - Fix install scripts for NuGet packages

10.6

Improvement

  • NET-735 - Remove RoslynProfileExporter
  • NET-1031 - Remove deprecated SonarLintProfileExporter
  • NET-1038 - Add symbolic-execution tag to our rules
  • NET-988 - Remove S1197 from SonarWay for VB.NET
  • NET-989 - S3444: Add secondary location message
  • NET-982 - S4144: Add secondary location message
  • NET-979 - S4663: Add secondary location message
  • NET-978 - S1168: Add secondary location message
  • NET-977 - S4047: Add secondary location message
  • NET-976 - S4457: Add secondary location message
  • NET-975 - S1066: Add secondary location message
  • NET-974 - S4070: Add secondary location message
  • NET-973 - S1110: Add secondary location message
  • NET-971 - S2612: Add secondary location message
  • NET-970 - S6667: Add secondary location message
  • NET-969 - S6931: Add secondary location message
  • NET-968 - S6934: Add secondary location message
  • NET-967 - S5034: Add secondary location message
  • NET-966 - S6607: Add secondary location message
  • NET-965 - S4143: Add secondary location message
  • NET-961 - S6664: Add secondary location message
  • NET-960 - S6677: Add secondary location message
  • NET-956 - S6673: Add secondary location message

10.5

### Improvement

  • NET-957 - S5693: Add secondary location message

10.4

Improvements

In this release, we have added support for test density and metrics at the individual file level. You can now view the number of unit tests, as well as details on skipped tests, failed tests, and test duration, from all supported coverage tools (xUnit, MsTest, and nUnit).

Additionally, we have significantly optimized memory allocation, resulting in memory usage reduction during registration.

... (truncated)

Commits
  • 033f8a4 NET-1040 Update RSPEC before 10.7 release
  • d9a8fd0 NET-1151 Repro FP S3626
  • 88381f2 NET-1047 Update nuget install scripts to account for single analyzer dll
  • ef12213 NET-1137 Repro FP S1121
  • 4dceed1 NET-1140 Add UT for issue with same start and end location
  • 77b933a NET-504 Clean up RuleDefinition UTs
  • 5697628 NET-1058 Move plugin properties to root pom.xml
  • 0172dbc NET-1059 Move organization and scm to private/pom.xml and pom.xml
  • 96b07b3 NET-1043 Extract remaining Helper extensions from SonarAnalyzer.Core
  • 856f2f5 NET-1042 Extract semantic Helper extensions from SonarAnalyzer.Core
  • Additional commits viewable in compare view

Updates Vogen from 5.0.6 to 7.0.3

Release notes

Sourced from Vogen's releases.

7.0.3

What's Changed

New Contributors

Full Changelog: SteveDunn/Vogen@7.0.2...7.0.3

7.0.2

What's Changed

  • fix: Deserialise bug by @​SteveDunn in SteveDunn/Vogen#760 Deserialising with System.Text.Json skipped checking for predefined instances (e.g. empty), and instead threw an exception if validation failed where it would otherwise match one of those instances

Full Changelog: SteveDunn/Vogen@7.0.1...7.0.2

7.0.1

What's Changed

fix: Net472bug multi-targeting Roslyn by @​SteveDunn in SteveDunn/Vogen#756 #751 feat: assemblies now strongly named #750

Full Changelog: SteveDunn/Vogen@7.0.0...7.0.1

7.0.0

What's Changed

*This is a minor (rare) breaking change*: when deserializing a value object that fails validation, a JsonException is now thrown instead of a ValueObjectValidationException. The JsonException is a lot more useful at it contains the location of the issue. This is only a breaking change if you explicitly catch a ValueObjectValidationException when deserializing.

New Contributors

... (truncated)

Commits
  • 72b951b Merge pull request #759 from Peter-B-/feature/linqpad-dump
  • 1f30558 Passing test
  • b8e88a4 Passing test
  • 60fda4f Implementation wrapped in flag - and a failing test
  • f7f0cfa Add private ToDump method for LinqPad dumps
  • 2c8268e Merge pull request #767 from SteveDunn/765-nuget-packaging-issues
  • 04d0db9 Tidy up some docs
  • c26eb75 Fix
  • b9b6914 Merge pull request #764 from AArnott/simplyDocFile
  • d7231c6 Merge pull request #763 from AArnott/fixStrongName
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Hosting.Abstractions from 9.0.0 to 9.0.3

Release notes

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

.NET 9.0.3

Release

What's Changed

... (truncated)

Commits
  • 831d23e Merge commit 'c97d3a415dfcf6cbf099a31747dad98ce7c13279'
  • c97d3a4 Merge pull request #112453 from vseanreesermsft/internal-merge-9.0-2025-02-11...
  • 4045f55 Disable loc from release/9.0 (#112443)
  • ddae4fe Merge commit '80aa709f5d919c6814726788dc6dabe23e79e672' into internal-merge-9...
  • 710b9e0 Merge commit '9988faba42c61a4e42737b9cb9d5eff75d967af2'
  • 9988fab [9.0] Backport labeling workflow changes (#112240)
  • 95e028d Merge commit '689f4e9a5a2f8430455266a27921444ec1605eb6'
  • 689f4e9 Merge pull request #112382 from carlossanlop/release/9.0-staging
  • 10a6130 Backport pr 111723 to 9.0 staging (#112322)
  • 49a1042 [release/9.0-staging] Update dependencies from dotnet/arcade (#111483)
  • Additional commits viewable in compare view

Updates Riok.Mapperly from 4.1.1 to 4.2.0

Release notes

Sourced from Riok.Mapperly's releases.

v4.2.0

🚀 Features

  • feat: Separate RequiredMappingStrategy configuration for enums by @​jacob-buckaroo in #1591
  • feat: Diagnostic for mapping null mismatch by @​latonz in #1612
  • feat: Add support for From and To method conversions (#1117) by @​TonEnfer in #1616
  • feat: do not apply deep cloning to queryable projection mappings by @​latonz in #1717
  • feat: add NotNullIfNotNull attribute on generated methods, support it on user implemented methods by @​latonz in #1718
  • feat: support named mappings for existing target objects by @​clegoz in #1720

🐛 Bug Fixes

  • fix: missing global alias on method argument in inlined user-implemented method #1629 by @​TonEnfer in #1630
  • fix: initialize nullable members for nested containers by @​clegoz in #1660
  • fix: only diagnostic missing member mappings for required init members by @​latonz in #1686
  • fix: do not emit null coalesce operator in queryable mappings by @​latonz in #1716
  • fix: correct nameof expression for enum value checked mappings by @​latonz in #1741

Full Changelog: riok/mapperly@v4.1.1...v4.2.0

v4.2.0-next.2

🚀 Features

  • feat: support named mappings for existing target objects by @​clegoz in #1720

🐛 Bug Fixes

  • fix: correct nameof expression for enum value checked mappings by @​latonz in #1741

Full Changelog: riok/mapperly@v4.2.0-next.1...v4.2.0-next.2

v4.2.0-next.1

🚀 Features

  • feat: do not apply deep cloning to queryable projection mappings by @​latonz in #1717
  • feat: add NotNullIfNotNull attribute on generated methods, support it on user implemented methods by @​latonz in #1718

🐛 Bug Fixes

  • fix: do not emit null coalesce operator in queryable mappings by @​latonz in #1716

Full Changelog: riok/mapperly@v4.2.0-next.0...v4.2.0-next.1

v4.2.0-next.0

🚀 Features

... (truncated)

Commits
  • d20c027 chore: fix syntax factory parameter code smell in public static extern method...
  • 9a5f42e feat: support named mappings for existing target objects (#1720)
  • 7f7b0a7 chore(deps-dev): Bump prettier from 3.5.2 to 3.5.3 in /docs (#1742)
  • b777a1e chore(deps): Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.13.0 (#1746)
  • 242531e chore(deps-dev): Bump stylelint from 16.14.1 to 16.15.0 in /docs (#1743)
  • 5ef0cfe chore(deps): Bump meziantou.framework.nugetpackagevalidation.tool (#1744)
  • d179a58 chore(deps): Bump NuGet.Frameworks from 6.13.1 to 6.13.2 (#1747)
  • 7c8a6d7 chore(deps): Bump prismjs in /docs in the npm_and_yarn group (#1750)
  • e500ca1 fix: correct nameof expression for enum value checked mappings (#1741)
  • 7e09979 chore(deps-dev): Bump prettier from 3.5.1 to 3.5.2 in /docs (#1729)
  • Additional commits viewable in compare view

Updates DotNetCore.CAP from 8.3.2 to 8.3.3

Release notes

Sourced from DotNetCore.CAP's releases.

8.3.3

Improvements

  • Introduced a FlushAsync function, which is now called within CommitAsync using the await keyword (#1629). Thanks to @​PoteRii.
  • Reworked the message scheduling mechanism to be thread-safe, along with adding relevant tests (#1638). Thanks to @​amimelia.
  • Eliminated the inclusion of password configuration information in RabbitMQ debug logs (#1647).
  • Upgraded to support RabbitMQ.Client version 7.0 (#1645).
  • Updated the MongoDB driver to version 3.1.0 (#1609). Thanks to @​li-zheng-hao.

Bug Fixes

  • Resolved an issue causing EFCore to crash when PostgreSQL is used without Persist Security Info = true (#1643).
  • Fixed an indexing issue when sending large payloads that exceed the Postgres Include design limits (#1619).
Commits
  • 42ccbd4 Update apperyor api_key
  • 9dcba43 Remove Redis Streams integration test project as appveyor is not working now.
  • 6b88bc5 Fixes indexing error when sending large payload content beyond Postgres Inclu...
  • 0794191 Upgrade mongo.driver to 3.1.0
  • bfa202c Upgrade dependent mongodb driver to v3.0 (#1609)
  • d3e90d8 Upgrade to support RabbitMQ.Client 7.0. #1645
  • 86b5f95 Fixes EFCore crash when using PostgreSQL without `Persist Security Info = tru...
  • a57dce5 RabbitMQ removes password config output from debug logs. #1647
  • 7236b5d Update version to 8.3.3
  • e3d851f Add thread-safe message scheduling and related tests (#1638)
  • Additional commits viewable in compare view

Updates DotNetCore.CAP from 8.3.2 to 8.3.3

Release notes

Sourced from DotNetCore.CAP's releases.

8.3.3

Improvements

  • Introduced a FlushAsync function, which is now called within CommitAsync using the await keyword (#1629). Thanks to @​PoteRii.
  • Reworked the message scheduling mechanism to be thread-safe, along with adding relevant tests (#1638). Thanks to @​amimelia.
  • Eliminated the inclusion of password configuration information in RabbitMQ debug logs (#1647).
  • Upgraded to support RabbitMQ.Client version 7.0 (#1645).
  • Updated the MongoDB driver to version 3.1.0 (#1609). Thanks to @​li-zheng-hao.

Bug Fixes

  • Resolved an issue causing EFCore to crash when PostgreSQL is used without Persist Security Info = true (#1643).
  • Fixed an indexing issue when sending large payloads that exceed the Postgres Include design limits (#1619).
Commits
  • 42ccbd4 Update apperyor api_key
  • 9dcba43 Remove Redis Streams integration test project as appveyor is not working now.
  • 6b88bc5 Fixes indexing error when sending large payload content beyond Postgres Inclu...
  • 0794191 Upgrade mongo.driver to 3.1.0
  • bfa202c Upgrade dependent mongodb driver to v3.0 (#1609)
  • d3e90d8 Upgrade to support RabbitMQ.Client 7.0. #1645
  • 86b5f95 Fixes EFCore crash when using PostgreSQL without `Persist Security Info = tru...
  • a57dce5 RabbitMQ removes password config output from debug logs. #1647
  • 7236b5d Update version to 8.3.3
  • e3d851f Add thread-safe message scheduling and related tests (#1638)
  • Additional commits viewable in compare view

Updates DotNetCore.CAP.PostgreSql from 8.3.2 to 8.3.3

Release notes

Sourced from DotNetCore.CAP.PostgreSql's releases.

8.3.3

Improvements

  • Introduced a FlushAsync function, which is now called within CommitAsync using the await keyword (#1629). Thanks to @​PoteRii.
  • Reworked the message scheduling mechanism to be thread-safe, along with adding relevant tests (#1638). Thanks to @​amimelia.
  • Eliminated the inclusion of password configuration information in RabbitMQ debug logs (#1647).
  • Upgraded to support RabbitMQ.Client version 7.0 (#1645).
  • Updated the MongoDB driver to version 3.1.0 (#1609). Thanks to @​li-zheng-hao.

Bug Fixes

  • Resolved an issue causing EFCore to crash when PostgreSQL is used without Persist Security Info = true (#1643).
  • Fixed an indexing issue when sending large payloads that exceed the Postgres Include design limits (#1619).
Commits
  • 42ccbd4 Update apperyor api_key
  • 9dcba43 Remove Redis Streams integration test project as appveyor is not working now.
  • 6b88bc5 Fixes indexing error when sending large payload content beyond Postgres Inclu...
  • 0794191 Upgrade mongo.driver to 3.1.0
  • bfa202c Upgrade dependent mongodb driver to v3.0 (#1609)
  • d3e90d8 Upgrade to support RabbitMQ.Client 7.0. #1645
  • 86b5f95 Fixes EFCore crash when using PostgreSQL without `Persist Security Info = tru...
  • a57dce5 RabbitMQ removes password config output from debug logs. #1647
  • 7236b5d Update version to 8.3.3
  • e3d851f Add thread-safe message scheduling and related tests (#1638)
  • Additional commits viewable in compare view

Updates DotNetCore.CAP from 8.3.2 to 8.3.3

Release notes

Sourced from DotNetCore.CAP's releases.

8.3.3

Improvements

  • Introduced a FlushAsync function, which is now called within CommitAsync using the await keyword (#1629). Thanks to @​PoteRii.
  • Reworked the message scheduling mechanism to be thread-safe, along with adding relevant tests (#1638). Thanks to @​amimelia.
  • Eliminated the inclusion of password configuration information in RabbitMQ debug logs (#1647).
  • Upgraded to support RabbitMQ.Client version 7.0 (#1645).
  • Updated the MongoDB driver to version 3.1.0 (#1609). Thanks to @​li-zheng-hao.

Bug Fixes

  • Resolved an issue causing EFCore to crash when PostgreSQL is used without Persist Security Info = true (#1643).
  • Fixed an indexing issue when sending large payloads that exceed the Postgres Include design limits (#1619).
Commits
  • 42ccbd4 Update apperyor api_key
  • 9dcba43 Remove Redis Streams integration test project as appveyor is not working now.
  • 6b88bc5 Fixes indexing error when sending large payload content beyond Postgres Inclu...
  • 0794191 Upgrade mongo.driver to 3.1.0
  • bfa202c Upgrade dependent mongodb driver to v3.0 (#1609)
  • d3e90d8 Upgrade to support RabbitMQ.Client 7.0. #1645
  • 86b5f95 Fixes EFCore crash when using PostgreSQL without `Persist Security Info = tru...
  • a57dce5 RabbitMQ removes password config output from debug logs. #1647
  • 7236b5d Update version to 8.3.3
  • e3d851f Add thread-safe message scheduling and related tests (#1638)
  • Additional commits viewable in compare view

Updates DotNetCore.CAP.RabbitMQ from 8.3.2 to 8.3.3

Release notes

Sourced from DotNetCore.CAP.RabbitMQ's releases.

8.3.3

Improvements

  • Introduced a FlushAsync function, which is now called within CommitAsync using the await keyword (#1629). Thanks to @​PoteRii.
  • Reworked the message scheduling mechanism to be thread-safe, along with adding relevant tests (#1638). Thanks to @​amimelia.
  • Eliminated the inclusion of password configuration information in RabbitMQ debug logs (#1647).
  • Upgraded to support RabbitMQ.Client version 7.0 (#1645).
  • Updated the MongoDB driver to version 3.1.0 (#1609). Thanks to @​li-zheng-hao.

Bug Fixes

  • Resolved an issue causing EFCore to crash when PostgreSQL is used with...

    Description has been truncated

…pdates

Bumps the dependencies group with 22 updates in the /server directory:

| Package | From | To |
| --- | --- | --- |
| [MediatR](https://github.com/jbogard/MediatR) | `12.4.1` | `12.5.0` |
| [Medo.Uuid7](https://github.com/medo64/Medo.Uuid7) | `3.0.0` | `3.1.0` |
| [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `10.3.0.106239` | `10.7.0.110445` |
| [Vogen](https://github.com/SteveDunn/Vogen) | `5.0.6` | `7.0.3` |
| [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.3` |
| [Riok.Mapperly](https://github.com/riok/mapperly) | `4.1.1` | `4.2.0` |
| [DotNetCore.CAP](https://github.com/dotnetcore/CAP) | `8.3.2` | `8.3.3` |
| [DotNetCore.CAP](https://github.com/dotnetcore/CAP) | `8.3.2` | `8.3.3` |
| [DotNetCore.CAP.PostgreSql](https://github.com/dotnetcore/CAP) | `8.3.2` | `8.3.3` |
| [DotNetCore.CAP](https://github.com/dotnetcore/CAP) | `8.3.2` | `8.3.3` |
| [DotNetCore.CAP.RabbitMQ](https://github.com/dotnetcore/CAP) | `8.3.2` | `8.3.3` |
| [Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.3` |
| [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) | `9.0.2` | `9.0.4` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `9.0.0` | `9.0.3` |
| [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) | `9.0.0` | `9.0.3` |
| [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-dotnet) | `1.10.0` | `1.11.2` |
| [Scrutor](https://github.com/khellang/Scrutor) | `5.0.2` | `6.0.1` |
| [Sentry.Serilog](https://github.com/getsentry/sentry-dotnet) | `4.13.0` | `5.5.0` |
| [Serilog](https://github.com/serilog/serilog) | `4.2.0` | `2.10.0` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.2.0` | `8.1.0` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.4` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `7.0.0` | `8.2.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.12.0` | `17.13.0` |
| [Verify.Xunit](https://github.com/VerifyTests/Verify) | `28.5.0` | `29.2.0` |



Updates `MediatR` from 12.4.1 to 12.5.0
- [Release notes](https://github.com/jbogard/MediatR/releases)
- [Commits](LuckyPennySoftware/MediatR@v12.4.1...v12.5.0)

Updates `Medo.Uuid7` from 3.0.0 to 3.1.0
- [Changelog](https://github.com/medo64/Medo.Uuid7/blob/main/CHANGELOG.md)
- [Commits](medo64/Medo.Uuid7@v3.0.0...v3.1.0)

Updates `SonarAnalyzer.CSharp` from 10.3.0.106239 to 10.7.0.110445
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@10.3.0.106239...10.7.0.110445)

Updates `Vogen` from 5.0.6 to 7.0.3
- [Release notes](https://github.com/SteveDunn/Vogen/releases)
- [Commits](SteveDunn/Vogen@5.0.6...7.0.3)

Updates `Microsoft.Extensions.Hosting.Abstractions` from 9.0.0 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.3)

Updates `Riok.Mapperly` from 4.1.1 to 4.2.0
- [Release notes](https://github.com/riok/mapperly/releases)
- [Commits](riok/mapperly@v4.1.1...v4.2.0)

Updates `DotNetCore.CAP` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/dotnetcore/CAP/releases)
- [Commits](dotnetcore/CAP@v8.3.2...v8.3.3)

Updates `DotNetCore.CAP` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/dotnetcore/CAP/releases)
- [Commits](dotnetcore/CAP@v8.3.2...v8.3.3)

Updates `DotNetCore.CAP.PostgreSql` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/dotnetcore/CAP/releases)
- [Commits](dotnetcore/CAP@v8.3.2...v8.3.3)

Updates `DotNetCore.CAP` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/dotnetcore/CAP/releases)
- [Commits](dotnetcore/CAP@v8.3.2...v8.3.3)

Updates `DotNetCore.CAP.RabbitMQ` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/dotnetcore/CAP/releases)
- [Commits](dotnetcore/CAP@v8.3.2...v8.3.3)

Updates `Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore` from 9.0.0 to 9.0.3
- [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.3)

Updates `Npgsql.EntityFrameworkCore.PostgreSQL` from 9.0.2 to 9.0.4
- [Release notes](https://github.com/npgsql/efcore.pg/releases)
- [Commits](npgsql/efcore.pg@v9.0.2...v9.0.4)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 9.0.0 to 9.0.3
- [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.3)

Updates `Microsoft.EntityFrameworkCore.Design` from 9.0.0 to 9.0.3
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v9.0.0...v9.0.3)

Updates `OpenTelemetry` from 1.10.0 to 1.11.2
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.10.0...core-1.11.2)

Updates `Scrutor` from 5.0.2 to 6.0.1
- [Release notes](https://github.com/khellang/Scrutor/releases)
- [Commits](khellang/Scrutor@v5.0.2...v6.0.1)

Updates `Sentry.Serilog` from 4.13.0 to 5.5.0
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@4.13.0...5.5.0)

Updates `Serilog` from 4.2.0 to 2.10.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](serilog/serilog@v4.2.0...v2.10.0)

Updates `Swashbuckle.AspNetCore` from 7.2.0 to 8.1.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.2.0...v8.1.0)

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 `FluentAssertions` from 7.0.0 to 8.2.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...8.2.0)

Updates `Microsoft.NET.Test.Sdk` from 17.12.0 to 17.13.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.12.0...v17.13.0)

Updates `Verify.Xunit` from 28.5.0 to 29.2.0
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@28.5.0...29.2.0)

---
updated-dependencies:
- dependency-name: MediatR
  dependency-version: 12.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Medo.Uuid7
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: SonarAnalyzer.CSharp
  dependency-version: 10.7.0.110445
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Vogen
  dependency-version: 7.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Hosting.Abstractions
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Riok.Mapperly
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: DotNetCore.CAP
  dependency-version: 8.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: DotNetCore.CAP
  dependency-version: 8.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: DotNetCore.CAP.PostgreSql
  dependency-version: 8.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: DotNetCore.CAP
  dependency-version: 8.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: DotNetCore.CAP.RabbitMQ
  dependency-version: 8.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: OpenTelemetry
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Scrutor
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Sentry.Serilog
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Serilog
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: coverlet.collector
  dependency-version: 6.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: FluentAssertions
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: Verify.Xunit
  dependency-version: 29.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies nuget nuget package-ecosystem labels Apr 7, 2025
@just-seba just-seba closed this Apr 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/nuget/server/dependencies-cdd4f81678 branch April 30, 2025 10:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies nuget nuget package-ecosystem

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants