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.
1 parent 07a80c4 commit 8cfd20aCopy full SHA for 8cfd20a
spring-batch-excel/pom.xml
@@ -156,17 +156,17 @@
156
<plugin>
157
<groupId>org.apache.maven.plugins</groupId>
158
<artifactId>maven-checkstyle-plugin</artifactId>
159
- <version>3.1.1</version>
+ <version>3.2.0</version>
160
<dependencies>
161
<dependency>
162
<groupId>com.puppycrawl.tools</groupId>
163
<artifactId>checkstyle</artifactId>
164
- <version>8.32</version>
+ <version>10.5.0</version>
165
</dependency>
166
167
<groupId>io.spring.javaformat</groupId>
168
<artifactId>spring-javaformat-checkstyle</artifactId>
169
- <version>0.0.27</version>
+ <version>0.0.35</version>
170
171
</dependencies>
172
<executions>
0 commit comments