Skip to content

Commit 867ebf7

Browse files
committed
[Java] Upgrade to Checkstyle 6.19.
1 parent e27eafd commit 867ebf7

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
@@ -115,7 +115,7 @@ subprojects {
115115
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
116116

117117
dependencies {
118-
checkstyle "com.github.sevntu.checkstyle:sevntu-checks:1.20.0"
118+
checkstyle "com.github.sevntu.checkstyle:sevntu-checks:1.21.0"
119119

120120
testCompile 'org.hamcrest:hamcrest-all:1.3'
121121
testCompile 'junit:junit:4.12'
@@ -125,7 +125,7 @@ subprojects {
125125

126126
checkstyle {
127127
configFile = new File(rootDir, 'config/checkstyle.xml')
128-
toolVersion = "6.18"
128+
toolVersion = "6.19"
129129
}
130130

131131
compileJava {

0 commit comments

Comments
 (0)