Skip to content

Commit 0f9e410

Browse files
committed
[Java] Upgrade to Hamcrest 3.0.
1 parent 49c2b99 commit 0f9e410

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
@@ -55,7 +55,7 @@ def toolchainLauncher = javaToolchains.launcherFor {
5555
}
5656

5757
def checkstyleVersion = '9.3'
58-
def hamcrestVersion = '2.2'
58+
def hamcrestVersion = '3.0'
5959
def mockitoVersion = '4.11.0'
6060
def junitVersion = '5.10.3'
6161
def jqwikVersion = '1.9.0'

0 commit comments

Comments
 (0)