Skip to content

Commit d0db763

Browse files
committed
[Java] Upgrade to Mockito 3.4.2 and Versions 0.29.0.
1 parent f91534a commit d0db763

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
@@ -23,14 +23,14 @@ plugins {
2323
id 'java-library'
2424
id 'idea'
2525
id 'com.github.johnrengelman.shadow' version '6.0.0' apply false
26-
id "com.github.ben-manes.versions" version "0.28.0"
26+
id "com.github.ben-manes.versions" version "0.29.0"
2727
}
2828

2929
defaultTasks 'clean', 'build'
3030

3131
def checkstyleVersion = '8.34'
3232
def hamcrestVersion = '2.2'
33-
def mockitoVersion = '3.4.0'
33+
def mockitoVersion = '3.4.3'
3434
def junitVersion = '5.6.2'
3535
def jmhVersion = '1.23'
3636
def agronaVersion = '1.6.0'

0 commit comments

Comments
 (0)