Bumps jsonassert to 0.6.1 (bumps jsonpath to 2.6.0); fixes gh-1670
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<description>Spring Cloud Contract Dependencies</description>
|
||||
<properties>
|
||||
<wiremock.version>2.27.1</wiremock.version>
|
||||
<jsonassert.version>0.6.0</jsonassert.version>
|
||||
<jsonassert.version>0.6.1</jsonassert.version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.27.0
|
||||
jsonAssertVersion=0.4.13
|
||||
jsonAssertVersion=0.6.1
|
||||
verifierVersion=3.0.4-SNAPSHOT
|
||||
groovyVersion=2.4.17
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.27.0
|
||||
jsonAssertVersion=0.4.13
|
||||
jsonAssertVersion=0.6.1
|
||||
verifierVersion=3.0.4-SNAPSHOT
|
||||
bootVersion=2.4.6
|
||||
groovyVersion=2.4.17
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
wiremockVersion=2.27.0
|
||||
jsonAssertVersion=0.4.13
|
||||
jsonAssertVersion=0.6.1
|
||||
verifierVersion=3.0.4-SNAPSHOT
|
||||
bootVersion=2.4.6
|
||||
groovyVersion=2.4.17
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<dependency>
|
||||
<groupId>com.toomuchcoding.jsonassert</groupId>
|
||||
<artifactId>jsonassert</artifactId>
|
||||
<version>0.6.0</version>
|
||||
<version>0.6.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
<dependency>
|
||||
<groupId>com.toomuchcoding.jsonassert</groupId>
|
||||
<artifactId>jsonassert</artifactId>
|
||||
<version>0.6.0</version>
|
||||
<version>0.6.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user