Skip to content

Commit 9bef265

Browse files
committed
[Java] Upgrade to Checkstyle 7.6.
1 parent 70296c7 commit 9bef265

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.1'
119+
checkstyle 'com.puppycrawl.tools:checkstyle:7.6'
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.1'
130+
toolVersion = '7.6'
131131
}
132132

133133
compileJava {

0 commit comments

Comments
 (0)