Skip to content

Commit 0150476

Browse files
committed
[Java] Upgrade to JUnit 5.9.2.
1 parent 8390e48 commit 0150476

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.11.0'
48-
def junitVersion = '5.9.1'
48+
def junitVersion = '5.9.2'
4949
def jmhVersion = '1.36'
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)