Skip to content

Commit 7e6bcc7

Browse files
committed
[Java] Upgrade to JUnit 5.9.0.
1 parent bca8849 commit 7e6bcc7

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 = '9.3'
4646
def hamcrestVersion = '2.2'
4747
def mockitoVersion = '4.6.1'
48-
def junitVersion = '5.8.2'
48+
def junitVersion = '5.9.0'
4949
def jmhVersion = '1.35'
5050
def agronaVersion = '1.16.0'
5151
def agronaVersionRange = '[1.15.2,2.0[' // allow any release >= 1.15.2 and < 2.0.0

0 commit comments

Comments
 (0)