Bump JsonAssert to 0.6.2; fixes gh-1787

This commit is contained in:
Marcin Grzejszczak
2022-05-23 11:55:12 +02:00
parent e59725326a
commit e591e41390
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.33.0</wiremock.version>
<jsonassert.version>0.6.1</jsonassert.version>
<jsonassert.version>0.6.2</jsonassert.version>
</properties>
<dependencyManagement>
<dependencies>

View File

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

View File

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

View File

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

View File

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

View File

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