Skip to content

Commit 579c31f

Browse files
committed
[Java] Upgrade to Checkstyle 7.2.
1 parent 339dac3 commit 579c31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ subprojects {
115115
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
116116

117117
dependencies {
118-
checkstyle 'com.puppycrawl.tools:checkstyle:7.1.2'
118+
checkstyle 'com.puppycrawl.tools:checkstyle:7.2'
119119
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.21.0'
120120

121121
testCompile 'org.hamcrest:hamcrest-all:1.3'
@@ -126,7 +126,7 @@ subprojects {
126126

127127
checkstyle {
128128
configFile = new File(rootDir, 'config/checkstyle.xml')
129-
toolVersion = '7.1.2'
129+
toolVersion = '7.2'
130130
}
131131

132132
compileJava {

0 commit comments

Comments
 (0)