Skip to content

Commit 0750cd5

Browse files
committed
[Java] Upgrade to Checkstyle 7.5.1.
1 parent f0fbd72 commit 0750cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ subprojects {
116116
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
117117

118118
dependencies {
119-
checkstyle 'com.puppycrawl.tools:checkstyle:7.5'
119+
checkstyle 'com.puppycrawl.tools:checkstyle:7.5.1'
120120
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.0'
121121

122122
testCompile 'org.hamcrest:hamcrest-all:1.3'
@@ -127,7 +127,7 @@ subprojects {
127127

128128
checkstyle {
129129
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
130-
toolVersion = '7.5'
130+
toolVersion = '7.5.1'
131131
}
132132

133133
compileJava {

0 commit comments

Comments
 (0)