Browse Source

Update to jsonassert 1.4.0

Fixes gh-4783
Rob Winch 7 years ago
parent
commit
82168faf9d
4 changed files with 4 additions and 4 deletions
  1. 1 1
      cas/pom.xml
  2. 1 1
      core/pom.xml
  3. 1 1
      gradle/javaprojects.gradle
  4. 1 1
      web/pom.xml

+ 1 - 1
cas/pom.xml

@@ -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
core/pom.xml

@@ -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
gradle/javaprojects.gradle

@@ -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
web/pom.xml

@@ -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>