Skip to content

Commit 4425f97

Browse files
committed
[Java] Upgrade to Mockito 3.3.0 and Versions 0.28.0.
1 parent f575244 commit 4425f97

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
@@ -24,14 +24,14 @@ plugins {
2424
id 'idea'
2525
id 'io.freefair.javadoc-links' version '4.1.6' apply false
2626
id 'com.github.johnrengelman.shadow' version '5.2.0' apply false
27-
id "com.github.ben-manes.versions" version "0.27.0"
27+
id "com.github.ben-manes.versions" version "0.28.0"
2828
}
2929

3030
defaultTasks 'clean', 'build'
3131

3232
def checkstyleVersion = '8.28'
3333
def hamcrestVersion = '2.2'
34-
def mockitoVersion = '3.2.4'
34+
def mockitoVersion = '3.3.0'
3535
def junitVersion = '5.6.0'
3636
def jmhVersion = '1.23'
3737
def agronaVersion = '1.3.0'

0 commit comments

Comments
 (0)