mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-14 14:23:30 +00:00
Update to jsonassert 1.4.0
Fixes gh-4783
This commit is contained in:
parent
9d0f8977a9
commit
82168faf9d
@ -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>
|
||||||
|
@ -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>
|
||||||
|
@ -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 = [
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user