Skip to content

Commit

Permalink
[Java] Upgrade to Mockito 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Nov 29, 2019
1 parent da813cc commit 52dddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defaultTasks 'clean', 'build', 'shadowJar', 'install'
def byteBuddyVersion = '1.10.4'
def checkstyleVersion = '8.26'
def hamcrestVersion = '2.2'
def mockitoVersion = '3.1.0'
def mockitoVersion = '3.2.0'
def junitVersion = '4.12'

def agronaGroup = 'org.agrona'
Expand Down

0 comments on commit 52dddfe

Please sign in to comment.