Browse Source

Update checkstyle dependency to fix security vulnerability (#11497)

tags/8.8.0.beta1
Sun Zhe 5 years ago
parent
commit
7f1ab3bc5e
No account linked to committer's email address
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      pom.xml

+ 1
- 3
pom.xml View File

@@ -475,12 +475,10 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
<dependencies>
<!-- Needed because of a JavadocMethodCheck bug in
6.11 -->
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>6.17</version>
<version>8.18</version>
</dependency>
</dependencies>
<configuration>

Loading…
Cancel
Save