Bumped JSON Assert to 0.4.12, fixes gh-610

This commit is contained in:
Marcin Grzejszczak
2018-04-12 15:48:29 +02:00
parent 264757d114
commit 7de5c7c4dd
7 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
<description>Spring Cloud Contract Dependencies</description>
<properties>
<wiremock.version>2.16.0</wiremock.version>
<jsonassert.version>0.4.11</jsonassert.version>
<jsonassert.version>0.4.12</jsonassert.version>
<aether.version>1.0.2.v20150114</aether.version>
<rest-assured.version>3.0.7</rest-assured.version>
</properties>

View File

@@ -14,6 +14,6 @@
# limitations under the License.
#
wiremockVersion=2.16.0
jsonAssertVersion=0.4.11
jsonAssertVersion=0.4.12
verifierVersion=1.2.5.BUILD-SNAPSHOT

View File

@@ -14,5 +14,5 @@
# limitations under the License.
#
wiremockVersion=2.16.0
jsonAssertVersion=0.4.11
jsonAssertVersion=0.4.12
verifierVersion=1.2.5.BUILD-SNAPSHOT

View File

@@ -14,5 +14,5 @@
# limitations under the License.
#
wiremockVersion=2.16.0
jsonAssertVersion=0.4.11
jsonAssertVersion=0.4.12
verifierVersion=1.2.5.BUILD-SNAPSHOT

View File

@@ -14,6 +14,6 @@
# limitations under the License.
#
wiremockVersion=2.16.0
jsonAssertVersion=0.4.11
jsonAssertVersion=0.4.12
verifierVersion=1.2.5.BUILD-SNAPSHOT

View File

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

View File

@@ -62,7 +62,7 @@
<dependency>
<groupId>com.toomuchcoding.jsonassert</groupId>
<artifactId>jsonassert</artifactId>
<version>0.4.11</version>
<version>0.4.12</version>
<scope>test</scope>
</dependency>
<dependency>