Skip to content

Commit 224fc95

Browse files
committed
[Java] Upgrade to JUnit 5.9.3.
1 parent c803dd1 commit 224fc95

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
@@ -56,7 +56,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
5656
def checkstyleVersion = '9.3'
5757
def hamcrestVersion = '2.2'
5858
def mockitoVersion = '4.11.0'
59-
def junitVersion = '5.9.2'
59+
def junitVersion = '5.9.3'
6060
def jmhVersion = '1.36'
6161
def agronaVersion = '1.18.1'
6262
def agronaVersionRange = '[1.18.1,2.0[' // allow any release >= 1.18.1 and < 2.0.0

0 commit comments

Comments
 (0)