Skip to content

Commit ffed2a2

Browse files
fix CVE-2023-2976 for checkstyle (#58) (#60)
1 parent df9bb64 commit ffed2a2

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)