Skip to content

Commit

Permalink
[Java] Upgrade to JUnit 5.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Sep 1, 2024
1 parent e0846a8 commit eca18dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def toolchainLauncher = javaToolchains.launcherFor {

def checkstyleVersion = '10.18.0'
def hamcrestVersion = '3.0'
def mockitoVersion = '5.12.0'
def mockitoVersion = '5.13.0'
def junitVersion = '5.11.0'
def jqwikVersion = '1.9.0'
def jsonVersion = '20240303'
Expand Down

0 comments on commit eca18dd

Please sign in to comment.