Skip to content

Commit ba2c19a

Browse files
authored
fix CVE-2023-2976 for checkstyle (#58)
Signed-off-by: Chenyang Ji <cyji@amazon.com>
1 parent 068f0ea commit ba2c19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ publishing {
8484
}
8585

8686
checkstyle {
87+
toolVersion = '10.12.1'
8788
showViolations true
8889
configDirectory.set(rootProject.file("config/checkstyle/"))
8990
}

0 commit comments

Comments
 (0)