Skip to content

Commit 50948b1

Browse files
Merge pull request #287 from java9-modularity/dependabot/gradle/test-project/org.hamcrest-hamcrest-3.0
Bump org.hamcrest:hamcrest from 2.2+ to 3.0 in /test-project
2 parents 1313f68 + d4e094f commit 50948b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-project/greeter.provider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
implementation 'com.google.code.findbugs:jsr305:3.0.2'
55
implementation 'javax.annotation:jsr250-api:1.0'
66

7-
testImplementation 'org.hamcrest:hamcrest:2.2+'
7+
testImplementation 'org.hamcrest:hamcrest:3.0+'
88
}
99

1010
patchModules.config = [

0 commit comments

Comments
 (0)