1
0
mirror of synced 2026-07-19 17:45:11 +00:00

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
+1 -1
View File
@@ -140,7 +140,7 @@
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
+1 -1
View File
@@ -261,7 +261,7 @@
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
+1 -1
View File
@@ -38,7 +38,7 @@ ext.springDataRedisVersion = '1.7.2.RELEASE'
ext.springSessionVersion = '1.2.1.RELEASE'
ext.springBootVersion = '1.5.0.BUILD-SNAPSHOT'
ext.thymeleafVersion = '3.0.2.RELEASE'
ext.jsonassertVersion = '1.3.0'
ext.jsonassertVersion = '1.4.0'
ext.validationApiVersion = '1.1.0.Final'
ext.spockDependencies = [
+1 -1
View File
@@ -210,7 +210,7 @@
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
<dependency>