Skip to content

Commit d088c5b

Browse files
committed
[Java] Upgrade to JUnit 5.9.1.
1 parent f3baca4 commit d088c5b

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.8.0'
48-
def junitVersion = '5.9.0'
48+
def junitVersion = '5.9.1'
4949
def jmhVersion = '1.35'
5050
def agronaVersion = '1.17.1'
5151
def agronaVersionRange = '[1.17.1,2.0[' // allow any release >= 1.17.1 and < 2.0.0

0 commit comments

Comments
 (0)