Bumps jsonassert to 0.6.1 (bumps jsonpath to 2.6.0); fixes gh-1670

This commit is contained in:
Marcin Grzejszczak
2021-06-07 16:13:12 +02:00
parent 7197eea228
commit 2683a022d5
6 changed files with 6 additions and 6 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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>

View File

@@ -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>