We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24ac39 commit fef655dCopy full SHA for fef655d
build.gradle
@@ -126,7 +126,7 @@ subprojects {
126
jar.enabled = true
127
128
dependencies {
129
- checkstyle 'com.puppycrawl.tools:checkstyle:8.24'
+ checkstyle 'com.puppycrawl.tools:checkstyle:8.25'
130
131
compile 'org.agrona:agrona:1.0.8'
132
@@ -135,7 +135,7 @@ subprojects {
135
testCompile 'junit:junit:4.12'
136
}
137
138
- checkstyle.toolVersion = '8.24'
+ checkstyle.toolVersion = '8.25'
139
140
compileJava {
141
sourceCompatibility = sbeJavaVersion
0 commit comments