Skip to content

Commit d5ed613

Browse files
committed
Merge branch '2.1.x' into 2.2.x
Closes gh-20015
2 parents 03d126c + c8a5106 commit d5ed613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
</property>
2525
</activation>
2626
<properties>
27-
<spring-javaformat.version>0.0.19</spring-javaformat.version>
27+
<spring-javaformat.version>0.0.20</spring-javaformat.version>
2828
<nohttp-checkstyle.version>0.0.4.RELEASE</nohttp-checkstyle.version>
2929
</properties>
3030
<build>
3131
<plugins>
3232
<plugin>
3333
<groupId>org.apache.maven.plugins</groupId>
3434
<artifactId>maven-checkstyle-plugin</artifactId>
35-
<version>3.0.0</version>
35+
<version>3.1.0</version>
3636
<dependencies>
3737
<dependency>
3838
<groupId>com.puppycrawl.tools</groupId>
3939
<artifactId>checkstyle</artifactId>
40-
<version>8.22</version>
40+
<version>8.29</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>io.spring.javaformat</groupId>

0 commit comments

Comments
 (0)