Skip to content

Commit 9ed2315

Browse files
committed
[Java] Upgrade to Checkstyle 7.6.1.
1 parent 78ee2cb commit 9ed2315

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

113113
dependencies {
114-
checkstyle 'com.puppycrawl.tools:checkstyle:7.6'
114+
checkstyle 'com.puppycrawl.tools:checkstyle:7.6.1'
115115
checkstyle 'com.github.sevntu.checkstyle:sevntu-checks:1.23.1'
116116

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

123123
checkstyle {
124124
configFile = new File(rootDir, 'config/checkstyle/checkstyle.xml')
125-
toolVersion = '7.6'
125+
toolVersion = '7.6.1'
126126
}
127127

128128
compileJava {

0 commit comments

Comments
 (0)