diff --git a/README.md b/README.md index 0472083..aa524df 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ public class Person { } /* 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. */ diff --git a/pom.xml b/pom.xml index 348a748..7801a7a 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ org.mapstruct mapstruct-processor - 1.4.2.Final + 1.5.3.Final