Bump JsonAssert to 0.6.2; fixes gh-1787
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<description>Spring Cloud Contract Dependencies</description>
|
||||
<properties>
|
||||
<wiremock.version>2.33.0</wiremock.version>
|
||||
<jsonassert.version>0.6.1</jsonassert.version>
|
||||
<jsonassert.version>0.6.2</jsonassert.version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.30.1
|
||||
jsonAssertVersion=0.6.1
|
||||
jsonAssertVersion=0.6.2
|
||||
verifierVersion=3.1.3-SNAPSHOT
|
||||
groovyVersion=2.4.17
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.30.1
|
||||
jsonAssertVersion=0.6.1
|
||||
jsonAssertVersion=0.6.2
|
||||
verifierVersion=3.1.3-SNAPSHOT
|
||||
bootVersion=2.6.7
|
||||
groovyVersion=2.4.17
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.30.1
|
||||
jsonAssertVersion=0.6.1
|
||||
jsonAssertVersion=0.6.2
|
||||
verifierVersion=3.1.3-SNAPSHOT
|
||||
bootVersion=2.6.7
|
||||
groovyVersion=2.4.17
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<dependency>
|
||||
<groupId>com.toomuchcoding.jsonassert</groupId>
|
||||
<artifactId>jsonassert</artifactId>
|
||||
<version>0.6.1</version>
|
||||
<version>0.6.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<dependency>
|
||||
<groupId>com.toomuchcoding.jsonassert</groupId>
|
||||
<artifactId>jsonassert</artifactId>
|
||||
<version>0.6.1</version>
|
||||
<version>0.6.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user