Skip to content

Commit

Permalink
[Java] Upgrade to JUnit 5.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Feb 5, 2024
1 parent ecb63d8 commit 8005dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -56,7 +56,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
def checkstyleVersion = '9.3'
def hamcrestVersion = '2.2'
def mockitoVersion = '4.11.0'
def junitVersion = '5.10.1'
def junitVersion = '5.10.2'
def jmhVersion = '1.37'
def agronaVersion = '1.20.0'
def agronaVersionRange = '[1.20.0,2.0[' // allow any release >= 1.20.0 and < 2.0.0
Expand Down

0 comments on commit 8005dbc

Please sign in to comment.