Skip to content

Commit

Permalink
Update checkstyle to 8.18 to fix CVE-2019-9658
Browse files Browse the repository at this point in the history
This was brought to my attention by Github's security alert feature.
Link: https://nvd.nist.gov/vuln/detail/CVE-2019-9658
  • Loading branch information
patrickfav committed Mar 16, 2019
1 parent 0b4b32c commit 5bd4827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.11</version>
<version>8.18</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 5bd4827

Please sign in to comment.