Merge branch '1.2.x'

This commit is contained in:
Marcin Grzejszczak
2018-07-13 11:02:02 -04:00
7 changed files with 8 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
<description>Spring Cloud Contract Dependencies</description>
<properties>
<wiremock.version>2.18.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,5 @@
# limitations under the License.
#
wiremockVersion=2.18.0
jsonAssertVersion=0.4.12
jsonAssertVersion=0.4.13
verifierVersion=2.0.1.BUILD-SNAPSHOT

View File

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

View File

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

View File

@@ -14,6 +14,5 @@
# limitations under the License.
#
wiremockVersion=2.18.0
jsonAssertVersion=0.4.12
jsonAssertVersion=0.4.13
verifierVersion=2.0.1.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>