Skip to content

Commit f0640e8

Browse files
dependabot-supportketan
authored andcommitted
Bump jsonassert from 1.3.0 to 1.5.0
Bumps [jsonassert](https://github.com/skyscreamer/JSONassert) from 1.3.0 to 1.5.0. - [Release notes](https://github.com/skyscreamer/JSONassert/releases) - [Changelog](https://github.com/skyscreamer/JSONassert/blob/master/CHANGELOG.md) - [Commits](skyscreamer/JSONassert@jsonassert-1.3.0...jsonassert-1.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 1278554 commit f0640e8

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
@@ -68,7 +68,7 @@ dependencies {
6868
testCompile group: 'junit', name: 'junit', version: '4.12'
6969
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
7070
testCompile group: 'org.mockito', name: 'mockito-core', version: '2.0.96-beta'
71-
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.3.0'
71+
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
7272
testCompile group: 'org.jsoup', name: 'jsoup', version: '1.10.2'
7373
}
7474

0 commit comments

Comments
 (0)