Skip to content

Commit d175586

Browse files
committed
[Java] Upgrade to JUnit 5.8.0.
1 parent 632c5f4 commit d175586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
4545
def checkstyleVersion = '8.45.1'
4646
def hamcrestVersion = '2.2'
4747
def mockitoVersion = '3.12.4'
48-
def junitVersion = '5.7.2'
48+
def junitVersion = '5.8.0'
4949
def jmhVersion = '1.33'
5050
def agronaVersion = '1.12.0'
5151
def agronaVersionRange = '[1.12,1.13[' // allow any patch release of 1.12.x

0 commit comments

Comments
 (0)