Skip to content

Commit 8cfd20a

Browse files
committed
Upgrade checkstyle plugin to 3.2.0
This commit also upgrades the used Checkstyle and spring-java-format rules to respecive version 10.5.0 and 0.0.35. Closes: #103
1 parent 07a80c4 commit 8cfd20a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-batch-excel/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,17 +156,17 @@
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-checkstyle-plugin</artifactId>
159-
<version>3.1.1</version>
159+
<version>3.2.0</version>
160160
<dependencies>
161161
<dependency>
162162
<groupId>com.puppycrawl.tools</groupId>
163163
<artifactId>checkstyle</artifactId>
164-
<version>8.32</version>
164+
<version>10.5.0</version>
165165
</dependency>
166166
<dependency>
167167
<groupId>io.spring.javaformat</groupId>
168168
<artifactId>spring-javaformat-checkstyle</artifactId>
169-
<version>0.0.27</version>
169+
<version>0.0.35</version>
170170
</dependency>
171171
</dependencies>
172172
<executions>

0 commit comments

Comments
 (0)