Update to jsonassert 1.4.0

Fixes gh-4783
This commit is contained in:
Rob Winch 2017-11-02 15:08:29 -05:00
parent 9d0f8977a9
commit 82168faf9d
4 changed files with 4 additions and 4 deletions

View File

@ -140,7 +140,7 @@
<dependency> <dependency>
<groupId>org.skyscreamer</groupId> <groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId> <artifactId>jsonassert</artifactId>
<version>1.3.0</version> <version>1.4.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -261,7 +261,7 @@
<dependency> <dependency>
<groupId>org.skyscreamer</groupId> <groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId> <artifactId>jsonassert</artifactId>
<version>1.3.0</version> <version>1.4.0</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>

View File

@ -38,7 +38,7 @@ ext.springDataRedisVersion = '1.7.2.RELEASE'
ext.springSessionVersion = '1.2.1.RELEASE' ext.springSessionVersion = '1.2.1.RELEASE'
ext.springBootVersion = '1.5.0.BUILD-SNAPSHOT' ext.springBootVersion = '1.5.0.BUILD-SNAPSHOT'
ext.thymeleafVersion = '3.0.2.RELEASE' ext.thymeleafVersion = '3.0.2.RELEASE'
ext.jsonassertVersion = '1.3.0' ext.jsonassertVersion = '1.4.0'
ext.validationApiVersion = '1.1.0.Final' ext.validationApiVersion = '1.1.0.Final'
ext.spockDependencies = [ ext.spockDependencies = [

View File

@ -210,7 +210,7 @@
<dependency> <dependency>
<groupId>org.skyscreamer</groupId> <groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId> <artifactId>jsonassert</artifactId>
<version>1.3.0</version> <version>1.4.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>