Skip to content

Commit fef655d

Browse files
committed
[Java] Upgrade to Checkstyle 8.25.
1 parent c24ac39 commit fef655d

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
@@ -126,7 +126,7 @@ subprojects {
126126
jar.enabled = true
127127

128128
dependencies {
129-
checkstyle 'com.puppycrawl.tools:checkstyle:8.24'
129+
checkstyle 'com.puppycrawl.tools:checkstyle:8.25'
130130

131131
compile 'org.agrona:agrona:1.0.8'
132132

@@ -135,7 +135,7 @@ subprojects {
135135
testCompile 'junit:junit:4.12'
136136
}
137137

138-
checkstyle.toolVersion = '8.24'
138+
checkstyle.toolVersion = '8.25'
139139

140140
compileJava {
141141
sourceCompatibility = sbeJavaVersion

0 commit comments

Comments
 (0)