Skip to content

Commit 048fb05

Browse files
committed
[Java] Upgrade to Checkstyle 8.21 and Mockito 2.28.2.
1 parent ce20691 commit 048fb05

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

137137
dependencies {
138-
checkstyle 'com.puppycrawl.tools:checkstyle:8.20'
138+
checkstyle 'com.puppycrawl.tools:checkstyle:8.21'
139139

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

142142
testCompile 'org.hamcrest:hamcrest:2.1'
143-
testCompile 'org.mockito:mockito-core:2.27.0'
143+
testCompile 'org.mockito:mockito-core:2.28.2'
144144
testCompile 'junit:junit:4.12'
145145
}
146146

0 commit comments

Comments
 (0)