Skip to content

Commit 0c2c6e1

Browse files
Merge pull request #296 from java9-modularity/dependabot/gradle/test-project-kotlin-pre-1-7/org.hamcrest-hamcrest-3.0
Bump org.hamcrest:hamcrest from 2.2+ to 3.0 in /test-project-kotlin-pre-1-7
2 parents 12c6416 + ba91390 commit 0c2c6e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-project-kotlin-pre-1-7/greeter.provider/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
implementation("com.google.code.findbugs:jsr305:3.0.2")
77
implementation("javax.annotation:jsr250-api:1.0")
88

9-
testImplementation("org.hamcrest:hamcrest:2.2+")
9+
testImplementation("org.hamcrest:hamcrest:3.0+")
1010
}
1111

1212
patchModules.config = listOf(

0 commit comments

Comments
 (0)