Skip to content

Commit 5d112be

Browse files
committed
ci: updating checkstyle version
1 parent 3aa146f commit 5d112be

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,6 @@
285285
<groupId>org.apache.maven.plugins</groupId>
286286
<artifactId>maven-checkstyle-plugin</artifactId>
287287
<version>3.1.2</version>
288-
<dependencies>
289-
<dependency>
290-
<groupId>com.puppycrawl.tools</groupId>
291-
<artifactId>checkstyle</artifactId>
292-
<version>8.39</version>
293-
</dependency>
294-
</dependencies>
295288
</plugin>
296289
<plugin>
297290
<groupId>org.codehaus.mojo</groupId>
@@ -568,7 +561,7 @@
568561
<dependency>
569562
<groupId>com.puppycrawl.tools</groupId>
570563
<artifactId>checkstyle</artifactId>
571-
<version>8.23</version>
564+
<version>8.39</version>
572565
</dependency>
573566
</dependencies>
574567
<configuration>

0 commit comments

Comments
 (0)