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 3aa146f commit 5d112beCopy full SHA for 5d112be
pom.xml
@@ -285,13 +285,6 @@
285
<groupId>org.apache.maven.plugins</groupId>
286
<artifactId>maven-checkstyle-plugin</artifactId>
287
<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>
295
</plugin>
296
<plugin>
297
<groupId>org.codehaus.mojo</groupId>
@@ -568,7 +561,7 @@
568
561
<dependency>
569
562
<groupId>com.puppycrawl.tools</groupId>
570
563
<artifactId>checkstyle</artifactId>
571
- <version>8.23</version>
564
+ <version>8.39</version>
572
565
</dependency>
573
566
</dependencies>
574
567
<configuration>
0 commit comments