Commit d5ed6131 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.1.x' into 2.2.x

Closes gh-20015
parents 03d126cb c8a5106c
......@@ -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