Skip to content

Commit 3737506

Browse files
committed
Update checkstyle to 8.18 to fix CVE-2019-9658
This was brought to my attention by Github's security alert feature. Link: https://nvd.nist.gov/vuln/detail/CVE-2019-9658
1 parent 6ed1e2b commit 3737506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.puppycrawl.tools</groupId>
5252
<artifactId>checkstyle</artifactId>
53-
<version>8.11</version>
53+
<version>8.18</version>
5454
</dependency>
5555
</dependencies>
5656
</plugin>

0 commit comments

Comments
 (0)