瀏覽代碼

Update checkstyle dependency to fix security vulnerability (#11497)

tags/8.8.0.beta1
Sun Zhe 5 年之前
父節點
當前提交
7f1ab3bc5e
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. 1
    3
      pom.xml

+ 1
- 3
pom.xml 查看文件

@@ -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…
取消
儲存