Merge pull request #21 from CodeMC/dependabot/maven/org.projectlombok-lombok-1.18.10

Bump lombok from 1.18.8 to 1.18.10
This commit is contained in:
Gabriele C 2019-09-16 02:08:29 +02:00 committed by GitHub
commit 9b2b0252c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
<version>1.18.8</version> <version>1.18.10</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>