Skip to content

Commit 69d251f

Browse files
committed
[Java] Upgrade to Checkstyle 8.15.
1 parent d996bfb commit 69d251f

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
@@ -124,7 +124,7 @@ subprojects {
124124
jar.enabled = true
125125

126126
dependencies {
127-
checkstyle 'com.puppycrawl.tools:checkstyle:8.14'
127+
checkstyle 'com.puppycrawl.tools:checkstyle:8.15'
128128

129129
compile 'org.agrona:agrona:0.9.27'
130130

@@ -134,7 +134,7 @@ subprojects {
134134
}
135135

136136
checkstyle {
137-
toolVersion = '8.14'
137+
toolVersion = '8.15'
138138
}
139139

140140
compileJava {

0 commit comments

Comments
 (0)