We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2beb300 + 8978daf commit edd73d1Copy full SHA for edd73d1
1 file changed
test-project-kotlin/greeter.provider/build.gradle.kts
@@ -6,7 +6,7 @@ dependencies {
6
implementation("com.google.code.findbugs:jsr305:3.0.2")
7
implementation("javax.annotation:jsr250-api:1.0")
8
9
- testImplementation("org.hamcrest:hamcrest:2.1+")
+ testImplementation("org.hamcrest:hamcrest:2.2+")
10
}
11
12
patchModules.config = listOf(
0 commit comments