aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSun Zhe <31067185+ZheSun88@users.noreply.github.com>2019-03-21 15:15:45 +0200
committerGitHub <noreply@github.com>2019-03-21 15:15:45 +0200
commit7f1ab3bc5e0ad10ccc4fbd5aacddeb2b7f058345 (patch)
tree13acd3b0613dfef304d6aaacc6e37870741f3d87 /pom.xml
parent15cc5d13b379d744988b169916eb1b9437cf8021 (diff)
downloadvaadin-framework-7f1ab3bc5e0ad10ccc4fbd5aacddeb2b7f058345.tar.gz
vaadin-framework-7f1ab3bc5e0ad10ccc4fbd5aacddeb2b7f058345.zip
Update checkstyle dependency to fix security vulnerability (#11497)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 26b5bcf76e..11175a1420 100644
--- a/pom.xml
+++ b/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>