diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2019-03-21 15:15:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-21 15:15:45 +0200 |
commit | 7f1ab3bc5e0ad10ccc4fbd5aacddeb2b7f058345 (patch) | |
tree | 13acd3b0613dfef304d6aaacc6e37870741f3d87 /pom.xml | |
parent | 15cc5d13b379d744988b169916eb1b9437cf8021 (diff) | |
download | vaadin-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.xml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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> |