Skip to content

Bump MediatR from 12.4.1 to 14.1.0#24

Merged
ThanhNguyen03 merged 1 commit intomainfrom
dependabot/nuget/apps/back-end/src/Gymeal.Application/MediatR-14.1.0
Mar 29, 2026
Merged

Bump MediatR from 12.4.1 to 14.1.0#24
ThanhNguyen03 merged 1 commit intomainfrom
dependabot/nuget/apps/back-end/src/Gymeal.Application/MediatR-14.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 28, 2026

Updated MediatR from 12.4.1 to 14.1.0.

Release notes

Sourced from MediatR's releases.

14.1.0

What's Changed

New Contributors

Full Changelog: LuckyPennySoftware/MediatR@v14.0.0...v14.1.0

14.0.0

What's Changed

Full Changelog: LuckyPennySoftware/MediatR@v13.1.0...v14.0.0

14.0.0-beta-1

What's Changed

Full Changelog: LuckyPennySoftware/MediatR@v13.1.0...v14.0.0-beta-1

This release is a beta release that introduces .NET 10 support and package signing. Signed packages means going forward packages can be validated against trusted authorities that the package has been published by Lucky Penny Software and not tampered with.

13.1.0

What's Changed

New Contributors

Full Changelog: LuckyPennySoftware/MediatR@v13.0.0...v13.1.0

13.0.0

Full Changelog: LuckyPennySoftware/MediatR@v12.5.0...v13.0.0

  • Added support for .NET Standard 2.0
  • Requiring license key
  • Moving from Apache license to dual commercial/OSS license

To set your license key:

services.AddMediatR(cfg => {
    cfg.LicenseKey = "<License key here>";
});

You can obtain your license key at MediatR.io

12.5.0

What's Changed

New Contributors

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

Commits viewable in compare view.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 28, 2026

Labels

The following labels could not be found: back-end, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

---
updated-dependencies:
- dependency-name: MediatR
  dependency-version: 14.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/apps/back-end/src/Gymeal.Application/MediatR-14.1.0 branch from c64c4f6 to f0888b2 Compare March 29, 2026 07:05
Copy link
Copy Markdown
Owner

@ThanhNguyen03 ThanhNguyen03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MediatR 12 → 14 bump. C# build ✅, all other checks pass. Only failure is the known Python lint config bug (ruff select/ignore under [tool.ruff] instead of [tool.ruff.lint]) — fixed separately in the sprint branch. Safe to merge.

@ThanhNguyen03 ThanhNguyen03 merged commit 471fc59 into main Mar 29, 2026
5 of 6 checks passed
@ThanhNguyen03 ThanhNguyen03 deleted the dependabot/nuget/apps/back-end/src/Gymeal.Application/MediatR-14.1.0 branch March 29, 2026 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant