We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63187ed commit 98489afCopy full SHA for 98489af
build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
19
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
20
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
21
- testImplementation('org.hamcrest:hamcrest:2.2')
+ testImplementation('org.hamcrest:hamcrest:3.0')
22
testImplementation('org.mockito:mockito-core:5.12.0')
23
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16.1')
24
}
0 commit comments