Selaa lähdekoodia

Update checkstyle dependency to fix security vulnerability (#11497)

tags/8.8.0.beta1
Sun Zhe 5 vuotta sitten
vanhempi
commit
7f1ab3bc5e
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1
    3
      pom.xml

+ 1
- 3
pom.xml Näytä tiedosto

@@ -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…
Peruuta
Tallenna