Bumped jsonassert to 0.4.9

without this change we analyze empty sets of jsonpath results improperly

fixes #289
This commit is contained in:
Marcin Grzejszczak
2017-05-05 11:25:19 +02:00
parent a85ece38f3
commit 1e16934fce
7 changed files with 60 additions and 6 deletions

View File

@@ -90,7 +90,7 @@ class SpringCloudContractVerifierGradlePlugin implements Plugin<Project> {
//TODO: Deprecate this since starting with 1.1.x
private void addProjectDependencies(Project project) {
project.dependencies.add("testCompile", "com.github.tomakehurst:wiremock:2.1.7")
project.dependencies.add("testCompile", "com.toomuchcoding.jsonassert:jsonassert:0.4.8")
project.dependencies.add("testCompile", "com.toomuchcoding.jsonassert:jsonassert:0.4.9")
project.dependencies.add("testCompile", "org.assertj:assertj-core:2.3.0")
}

View File

@@ -63,7 +63,7 @@
<dependency>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert</artifactId>
<version>0.4.8</version>
<version>0.4.9</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -63,7 +63,7 @@
<dependency>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert</artifactId>
<version>0.4.8</version>
<version>0.4.9</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@@ -64,7 +64,7 @@
<dependency>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert</artifactId>
<version>0.4.8</version>
<version>0.4.9</version>
<scope>test</scope>
</dependency>
<!-- end::dependencies[] -->

View File

@@ -63,7 +63,7 @@
<dependency>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert</artifactId>
<version>0.4.8</version>
<version>0.4.9</version>
<scope>test</scope>
</dependency>
<dependency>