Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.0.10.Final to 6.1.0.Final. - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/master/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-validator/compare/6.0.10.Final...6.1.0.Final) Signed-off-by: dependabot[bot] <support@github.com>
cqrs4j-example-aggregates
DDD related code for all demo applications (aggregates, entities and business exceptions).
⚠️ Normally you should not share code this way between your command microservices. A shared-nothing approach is a good practice for microservices (See for example Don't Share Libraries among Microservices). You can simply copy the content of this module directly into your command project.