Skip to content

Commit

Permalink
[Java] Upgrade to Hamcrest 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Aug 5, 2024
1 parent 49c2b99 commit 0f9e410
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 @@ -55,7 +55,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
}

def checkstyleVersion = '9.3'
def hamcrestVersion = '2.2'
def hamcrestVersion = '3.0'
def mockitoVersion = '4.11.0'
def junitVersion = '5.10.3'
def jqwikVersion = '1.9.0'
Expand Down

0 comments on commit 0f9e410

Please sign in to comment.