Bumped jsonassert to 0.4.13; fixes gh-689
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user