Update Project Lombok version to 1.16.20

Update Project Lombok version to 1.16.20 (from 1.16.18) and specify this
version in runelite-parent instead of having it specified all around the
maven projects.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-01-23 11:14:34 +01:00
parent 340ed3dcfe
commit 1ad129a608
8 changed files with 8 additions and 9 deletions

View File

@@ -37,7 +37,6 @@
<properties>
<spring.boot.version>1.5.6.RELEASE</spring.boot.version>
<lombok.version>1.16.18</lombok.version>
<mapstruct.version>1.2.0.Final</mapstruct.version>
</properties>
@@ -73,7 +72,6 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>