From d060e4b1559b68ad7a2480ed0644ac3636f0571f Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 11 Feb 2020 17:38:32 +0100 Subject: [PATCH] #1198 - Upgrade to Lombok 1.18.12. --- lombok.config | 1 + pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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