Skip to content

Commit 8efec5c

Browse files
dependabot-supportketan
authored andcommitted
Bump hamcrest-library from 1.3 to 2.1
Bumps [hamcrest-library](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] <support@dependabot.com>
1 parent 91f9331 commit 8efec5c

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
@@ -66,7 +66,7 @@ dependencies {
6666
compile group: 'org.freemarker', name: 'freemarker', version: '2.3.23'
6767

6868
testCompile group: 'junit', name: 'junit', version: '4.12'
69-
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3'
69+
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
7070
testCompile group: 'org.mockito', name: 'mockito-core', version: '2.0.96-beta'
7171
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.3.0'
7272
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.10.2'

0 commit comments

Comments
 (0)