Commit c8a5106c authored by Stephane Nicoll's avatar Stephane Nicoll

Upgrade to spring-javaformat 0.0.20

This commit upgrades to spring javaformat 0.0.20 and Checkstyle 8.29.

This commit also upgrades to the Checkstyle maven plugin 3.1.0.

See gh-20011
parent 140f5e7b
......@@ -24,7 +24,7 @@
</property>
</activation>
<properties>
<spring-javaformat.version>0.0.19</spring-javaformat.version>
<spring-javaformat.version>0.0.20</spring-javaformat.version>
<nohttp-checkstyle.version>0.0.4.RELEASE</nohttp-checkstyle.version>
</properties>
<build>
......@@ -32,12 +32,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.22</version>
<version>8.29</version>
</dependency>
<dependency>
<groupId>io.spring.javaformat</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment