Skip to content

Commit 900bfbe

Browse files
Fix security vulnerability (#267)
* Fix security vulnerability Signed-off-by: Jinbo Wang <[email protected]> * Fix checkstyle build error Signed-off-by: Jinbo Wang <[email protected]>
1 parent 41081da commit 900bfbe

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
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.puppycrawl.tools</groupId>
128128
<artifactId>checkstyle</artifactId>
129-
<version>8.0</version>
129+
<version>8.18</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.github.sevntu-checkstyle</groupId>

0 commit comments

Comments
 (0)