Skip to content

Commit d4e094f

Browse files
Bump org.hamcrest:hamcrest from 2.2+ to 3.0 in /test-project
Bumps [org.hamcrest:hamcrest](https://github.com/hamcrest/JavaHamcrest) from 2.2+ to 3.0. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](https://github.com/hamcrest/JavaHamcrest/commits/v3.0) --- updated-dependencies: - dependency-name: org.hamcrest:hamcrest dependency-version: '3.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c34760 commit d4e094f

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)