#1198 - Upgrade to Lombok 1.18.12.

This commit is contained in:
Oliver Drotbohm
2020-02-11 17:38:32 +01:00
parent 79ed8ba798
commit d060e4b155
2 changed files with 4 additions and 3 deletions

View File

@@ -2,3 +2,4 @@ lombok.anyConstructor.suppressConstructorProperties=true
lombok.nonNull.exceptionType = IllegalArgumentException
lombok.log.fieldName = LOG
lombok.addLombokGeneratedAnnotation = true
lombok.addNullAnnotations = spring

View File

@@ -186,7 +186,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.3.0.BUILD-SNAPSHOT</version>
<type>zip</type>
<optional>true</optional>
</dependency>
@@ -244,7 +244,7 @@
<plugin>
<groupId>org.projectlombok</groupId>
<artifactId>lombok-maven-plugin</artifactId>
<version>1.18.4.0</version>
<version>1.18.10.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -814,7 +814,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
<version>1.18.12</version>
<scope>provided</scope>
</dependency>