prepare release 1.5.3

This commit is contained in:
Joern Muehlencord
2023-01-14 17:03:03 +01:00
parent 660be27f1a
commit 4f443e5eeb
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ public class Person {
} }
/* fluent setter - these are detected as extra setters and would /* fluent setter - these are detected as extra setters and would
cause an mapping exception, if the mapper is annotated with cause a mapping exception, if the mapper is annotated with
unmappedTargetPolicy = ReportingPolicy.ERROR. unmappedTargetPolicy = ReportingPolicy.ERROR.
*/ */

View File

@ -46,7 +46,7 @@
<dependency> <dependency>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId> <artifactId>mapstruct-processor</artifactId>
<version>1.4.2.Final</version> <version>1.5.3.Final</version>
</dependency> </dependency>
</dependencies> </dependencies>