Skip to content

Commit

Permalink
[Java] Upgrade to JUnit 5.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jan 21, 2020
1 parent e100fcb commit 6aa64c3
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 @@ -32,7 +32,7 @@ defaultTasks 'clean', 'build', 'shadowJar', 'install'
def checkstyleVersion = '8.28'
def hamcrestVersion = '2.2'
def mockitoVersion = '3.2.4'
def junitVersion = '5.6.0-RC1'
def junitVersion = '5.6.0'
def jmhVersion = '1.22'
def agronaVersion = '1.2.0'

Expand Down

0 comments on commit 6aa64c3

Please sign in to comment.