Skip to content

Commit 3ba3a05

Browse files
committed
Update Hamcrest to 3.0
1 parent f224cf3 commit 3ba3a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ dependencies {
9898
}
9999

100100
testImplementation("junit:junit:4.13.2")
101-
testImplementation("org.hamcrest:hamcrest:2.2")
101+
testImplementation("org.hamcrest:hamcrest:3.0")
102102
testImplementation("org.mockito:mockito-core:5.5.0")
103103
}
104104

0 commit comments

Comments
 (0)