Bumped jsonassert to 0.4.13; fixes gh-689

This commit is contained in:
Marcin Grzejszczak
2018-07-13 10:59:46 -04:00
parent 18c34f745f
commit 58ce759ce6
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.12</jsonassert.version>
<jsonassert.version>0.4.13</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.12
jsonAssertVersion=0.4.13
verifierVersion=1.2.6.BUILD-SNAPSHOT

View File

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

View File

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

View File

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

View File

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

View File

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