diff --git a/lombok.config b/lombok.config index d17e623d..26362021 100644 --- a/lombok.config +++ b/lombok.config @@ -2,3 +2,4 @@ lombok.anyConstructor.suppressConstructorProperties=true lombok.nonNull.exceptionType = IllegalArgumentException lombok.log.fieldName = LOG lombok.addLombokGeneratedAnnotation = true +lombok.addNullAnnotations = spring diff --git a/pom.xml b/pom.xml index c846ec7c..09f482e0 100644 --- a/pom.xml +++ b/pom.xml @@ -186,7 +186,7 @@ org.springframework.data.build spring-data-build-resources - 2.2.0.BUILD-SNAPSHOT + 2.3.0.BUILD-SNAPSHOT zip true @@ -244,7 +244,7 @@ org.projectlombok lombok-maven-plugin - 1.18.4.0 + 1.18.10.0 generate-sources @@ -814,7 +814,7 @@ org.projectlombok lombok - 1.18.4 + 1.18.12 provided