Skip to content

Commit d5fae9f

Browse files
dependabot-preview[bot]ketan
authored andcommitted
Bump hamcrest-core from 1.3 to 2.1
Bumps [hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.1. - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](hamcrest/JavaHamcrest@hamcrest-java-1.3...v2.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee87cb1 commit d5fae9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434

3535
testCompile group: 'junit', name: 'junit', version: '4.12'
3636
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.0.0'
37-
testCompile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3'
37+
testCompile group: 'org.hamcrest', name: 'hamcrest-core', version: '2.1'
3838
}
3939

4040
processResources {

0 commit comments

Comments
 (0)