]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update checkstyle dependency to fix security vulnerability (#11497)
authorSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Thu, 21 Mar 2019 13:15:45 +0000 (15:15 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Mar 2019 13:15:45 +0000 (15:15 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 26b5bcf76ec49fd137b38c4fab0cdb2c6c4e1cbb..11175a142050524892e02178ac7eb238465e23ad 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     <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>