Skip to content

Commit e8f2677

Browse files
committed
[Java] Upgrade to Checkstyle 8.23.
1 parent 28a0487 commit e8f2677

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
@@ -135,7 +135,7 @@ subprojects {
135135
jar.enabled = true
136136

137137
dependencies {
138-
checkstyle 'com.puppycrawl.tools:checkstyle:8.22'
138+
checkstyle 'com.puppycrawl.tools:checkstyle:8.23'
139139

140140
compile 'org.agrona:agrona:1.0.3'
141141

@@ -144,7 +144,7 @@ subprojects {
144144
testCompile 'junit:junit:4.12'
145145
}
146146

147-
checkstyle.toolVersion = '8.22'
147+
checkstyle.toolVersion = '8.23'
148148

149149
compileJava {
150150
sourceCompatibility = sbeJavaVersion

0 commit comments

Comments
 (0)