We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a580b2 + 832fb98 commit 1f72531Copy full SHA for 1f72531
pom.xml
@@ -58,8 +58,8 @@
58
<javac.version>9+181-r4173-1</javac.version>
59
60
<!--Compiler plugins-->
61
- <errorprone.version>2.5.1</errorprone.version>
62
- <lombok.version>1.18.12</lombok.version>
+ <errorprone.version>2.10.0</errorprone.version>
+ <lombok.version>1.18.28</lombok.version>
63
64
<spotbugs.maven.plugin.version>4.0.0</spotbugs.maven.plugin.version>
65
<spotbugs.version>4.0.3</spotbugs.version>
@@ -335,7 +335,7 @@
335
<plugin>
336
<groupId>com.diffplug.spotless</groupId>
337
<artifactId>spotless-maven-plugin</artifactId>
338
- <version>2.22.1</version>
+ <version>2.30.0</version>
339
<configuration>
340
<formats>
341
<!-- you can define as many formats as you want, each is independent -->
0 commit comments