0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-06-30 02:31:08 +00:00
CleanArchitecture/CleanArchitecture.Domain
dependabot[bot] 90bf073076
chore: bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [xunit](https://github.com/xunit/xunit), [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) and [FluentValidation](https://github.com/JeremySkinner/fluentvalidation).


Updates `xunit` from 2.7.0 to 2.8.0
- [Commits](https://github.com/xunit/xunit/compare/2.7.0...2.8.0)

Updates `xunit.runner.visualstudio` from 2.5.7 to 2.8.0
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.7...2.8.0)

Updates `FluentValidation` from 11.9.0 to 11.9.1
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.9.0...11.9.1)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 06:37:51 +00:00
..
Commands feat: Rename error codes 2023-11-25 16:09:15 +01:00
Constants Add fanout event handler 2023-09-02 11:14:01 +02:00
DomainEvents feat: Move Events to Shared project 2023-09-02 12:32:36 +02:00
DomainNotifications chore: Move properties over ctor 2023-08-31 18:19:17 +02:00
Entities chore: Code Cleanup 2023-09-02 12:34:08 +02:00
Enums feat: Add background service 2023-08-31 20:13:36 +02:00
Errors feat: Rename error codes 2023-11-25 16:09:15 +01:00
EventHandler fix: Rabbitmq deployment 2023-09-02 17:52:05 +02:00
Extensions feat: Rename error codes 2023-11-25 16:09:15 +01:00
Interfaces feat: Move Events to Shared project 2023-09-02 12:32:36 +02:00
Notifications feat: Move Events to Shared project 2023-09-02 12:32:36 +02:00
Rabbitmq feat: Deleted query filter 2023-10-01 14:54:49 +02:00
Settings Refactor the user endpoints 2023-03-20 21:33:56 +01:00
ApiUser.cs chore: Code Cleanup 2023-08-30 23:36:48 +02:00
CacheKeyGenerator.cs chore: Code Cleanup 2023-09-02 12:34:08 +02:00
CleanArchitecture.Domain.csproj chore: bump the dependencies group with 3 updates 2024-05-01 06:37:51 +00:00