Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abd25b4

Browse files
committed
[Java] Upgrade to JUnit 5.10.0.
1 parent 8680408 commit abd25b4

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.3'
59+
def junitVersion = '5.10.0'
6060
def jmhVersion = '1.36'
6161
def agronaVersion = '1.19.0'
6262
def agronaVersionRange = '[1.19.0,2.0[' // allow any release >= 1.19.0 and < 2.0.0

0 commit comments

Comments
 (0)