diff --git a/docker/pom.xml b/docker/pom.xml
index 84dc03684f..48dbe5f429 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-docker-parent
pom
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
Spring Cloud Contract Docker Parent
Spring Cloud Contract Docker Parent
diff --git a/docker/spring-cloud-contract-docker/pom.xml b/docker/spring-cloud-contract-docker/pom.xml
index a5a035ce1e..b8ed2468d8 100644
--- a/docker/spring-cloud-contract-docker/pom.xml
+++ b/docker/spring-cloud-contract-docker/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloud
spring-cloud-contract-docker-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-docker
pom
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
Spring Cloud Contract Docker
Spring Cloud Contract Docker
diff --git a/docker/spring-cloud-contract-docker/project/gradle.properties b/docker/spring-cloud-contract-docker/project/gradle.properties
index 657bc7b2e2..8ece57943d 100644
--- a/docker/spring-cloud-contract-docker/project/gradle.properties
+++ b/docker/spring-cloud-contract-docker/project/gradle.properties
@@ -1,2 +1,2 @@
org.gradle.daemon=false
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
diff --git a/docker/spring-cloud-contract-stub-runner-docker/pom.xml b/docker/spring-cloud-contract-stub-runner-docker/pom.xml
index 2d8e80c7a6..7f8b89ad7f 100644
--- a/docker/spring-cloud-contract-stub-runner-docker/pom.xml
+++ b/docker/spring-cloud-contract-stub-runner-docker/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloud
spring-cloud-contract-docker-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-docker
pom
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
Spring Cloud Contract Stub Runner Docker
Spring Cloud Contract Stub Runner Docker
diff --git a/docs/pom.xml b/docs/pom.xml
index e1d0b00012..a998cbfc3c 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-docs
diff --git a/pom.xml b/pom.xml
index dd08b830ff..0968081c25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
spring-cloud-contract-parent
pom
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
Spring Cloud Contract
Spring Cloud Contract
diff --git a/samples/pom.xml b/samples/pom.xml
index 65d7cea2f4..bc1d01fecd 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-samples
pom
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
Spring Cloud Contract Samples
Spring Cloud Contract Samples
diff --git a/samples/standalone/contracts/com/example/server/pom.xml b/samples/standalone/contracts/com/example/server/pom.xml
index 70a6416125..e2511eae16 100644
--- a/samples/standalone/contracts/com/example/server/pom.xml
+++ b/samples/standalone/contracts/com/example/server/pom.xml
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
Greenwich.BUILD-SNAPSHOT
true
diff --git a/samples/standalone/dsl/http-client/pom.xml b/samples/standalone/dsl/http-client/pom.xml
index ff65b51831..a07acc6acf 100644
--- a/samples/standalone/dsl/http-client/pom.xml
+++ b/samples/standalone/dsl/http-client/pom.xml
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
diff --git a/samples/standalone/dsl/http-server/gradle.properties b/samples/standalone/dsl/http-server/gradle.properties
index a7626f1221..337deb24f3 100644
--- a/samples/standalone/dsl/http-server/gradle.properties
+++ b/samples/standalone/dsl/http-server/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.daemon=false
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
\ No newline at end of file
diff --git a/samples/standalone/dsl/http-server/pom.xml b/samples/standalone/dsl/http-server/pom.xml
index d2ebb23005..c0246a4760 100644
--- a/samples/standalone/dsl/http-server/pom.xml
+++ b/samples/standalone/dsl/http-server/pom.xml
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
Greenwich.BUILD-SNAPSHOT
diff --git a/samples/standalone/dsl/pom.xml b/samples/standalone/dsl/pom.xml
index d7099529a6..f5a0a0c87f 100644
--- a/samples/standalone/dsl/pom.xml
+++ b/samples/standalone/dsl/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-samples-standalone
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
@@ -19,7 +19,7 @@
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/standalone/messaging/pom.xml b/samples/standalone/messaging/pom.xml
index 25b9b874c3..81874a62c6 100644
--- a/samples/standalone/messaging/pom.xml
+++ b/samples/standalone/messaging/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-samples-standalone
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
@@ -19,7 +19,7 @@
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/standalone/messaging/stream-sink/gradle.properties b/samples/standalone/messaging/stream-sink/gradle.properties
index a7626f1221..337deb24f3 100644
--- a/samples/standalone/messaging/stream-sink/gradle.properties
+++ b/samples/standalone/messaging/stream-sink/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.daemon=false
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
\ No newline at end of file
diff --git a/samples/standalone/messaging/stream-sink/pom.xml b/samples/standalone/messaging/stream-sink/pom.xml
index ba80f85134..2120ade494 100644
--- a/samples/standalone/messaging/stream-sink/pom.xml
+++ b/samples/standalone/messaging/stream-sink/pom.xml
@@ -15,14 +15,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/standalone/messaging/stream-source/gradle.properties b/samples/standalone/messaging/stream-source/gradle.properties
index a7626f1221..337deb24f3 100644
--- a/samples/standalone/messaging/stream-source/gradle.properties
+++ b/samples/standalone/messaging/stream-source/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.daemon=false
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
\ No newline at end of file
diff --git a/samples/standalone/messaging/stream-source/pom.xml b/samples/standalone/messaging/stream-source/pom.xml
index 076443d9b4..bf1d8ba9ef 100644
--- a/samples/standalone/messaging/stream-source/pom.xml
+++ b/samples/standalone/messaging/stream-source/pom.xml
@@ -15,14 +15,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/standalone/pact/pact-http-client/pom.xml b/samples/standalone/pact/pact-http-client/pom.xml
index 2964bc85b2..01e09f8c21 100644
--- a/samples/standalone/pact/pact-http-client/pom.xml
+++ b/samples/standalone/pact/pact-http-client/pom.xml
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
diff --git a/samples/standalone/pact/pact-http-server/gradle.properties b/samples/standalone/pact/pact-http-server/gradle.properties
index a7626f1221..337deb24f3 100644
--- a/samples/standalone/pact/pact-http-server/gradle.properties
+++ b/samples/standalone/pact/pact-http-server/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.daemon=false
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
\ No newline at end of file
diff --git a/samples/standalone/pact/pact-http-server/pom.xml b/samples/standalone/pact/pact-http-server/pom.xml
index 6b87545564..7a49f1bfb2 100644
--- a/samples/standalone/pact/pact-http-server/pom.xml
+++ b/samples/standalone/pact/pact-http-server/pom.xml
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
Greenwich.BUILD-SNAPSHOT
diff --git a/samples/standalone/pact/pom.xml b/samples/standalone/pact/pom.xml
index 6a23a09332..6d82dfa027 100644
--- a/samples/standalone/pact/pom.xml
+++ b/samples/standalone/pact/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-samples-standalone
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
@@ -20,7 +20,7 @@
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/standalone/pom.xml b/samples/standalone/pom.xml
index 94c27104ad..463d2d0246 100644
--- a/samples/standalone/pom.xml
+++ b/samples/standalone/pom.xml
@@ -7,13 +7,13 @@
org.springframework.cloud
spring-cloud-contract-samples
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-samples-standalone
pom
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
Spring Cloud Contract Standalone Test Samples
Spring Cloud Contract Standalone Test Samples used for end to end tests
diff --git a/samples/standalone/restdocs/http-client/gradle.properties b/samples/standalone/restdocs/http-client/gradle.properties
index a7626f1221..337deb24f3 100644
--- a/samples/standalone/restdocs/http-client/gradle.properties
+++ b/samples/standalone/restdocs/http-client/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.daemon=false
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
\ No newline at end of file
diff --git a/samples/standalone/restdocs/http-client/pom.xml b/samples/standalone/restdocs/http-client/pom.xml
index e8b08d77fc..5e9fd9ba6e 100644
--- a/samples/standalone/restdocs/http-client/pom.xml
+++ b/samples/standalone/restdocs/http-client/pom.xml
@@ -31,14 +31,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/standalone/restdocs/http-server/gradle.properties b/samples/standalone/restdocs/http-server/gradle.properties
index a7626f1221..337deb24f3 100644
--- a/samples/standalone/restdocs/http-server/gradle.properties
+++ b/samples/standalone/restdocs/http-server/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.daemon=false
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
\ No newline at end of file
diff --git a/samples/standalone/restdocs/http-server/pom.xml b/samples/standalone/restdocs/http-server/pom.xml
index 02e1f70e38..beb9c57aef 100644
--- a/samples/standalone/restdocs/http-server/pom.xml
+++ b/samples/standalone/restdocs/http-server/pom.xml
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
true
diff --git a/samples/standalone/restdocs/pom.xml b/samples/standalone/restdocs/pom.xml
index 7b21efa540..290d435f08 100644
--- a/samples/standalone/restdocs/pom.xml
+++ b/samples/standalone/restdocs/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-samples-standalone
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
@@ -19,7 +19,7 @@
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/standalone/webclient/http-client/gradle.properties b/samples/standalone/webclient/http-client/gradle.properties
index a7626f1221..337deb24f3 100644
--- a/samples/standalone/webclient/http-client/gradle.properties
+++ b/samples/standalone/webclient/http-client/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.daemon=false
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
\ No newline at end of file
diff --git a/samples/standalone/webclient/http-client/pom.xml b/samples/standalone/webclient/http-client/pom.xml
index 39ddfb9c40..95a7222034 100644
--- a/samples/standalone/webclient/http-client/pom.xml
+++ b/samples/standalone/webclient/http-client/pom.xml
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/standalone/webclient/http-server/gradle.properties b/samples/standalone/webclient/http-server/gradle.properties
index a7626f1221..337deb24f3 100644
--- a/samples/standalone/webclient/http-server/gradle.properties
+++ b/samples/standalone/webclient/http-server/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.daemon=false
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
\ No newline at end of file
diff --git a/samples/standalone/webclient/http-server/pom.xml b/samples/standalone/webclient/http-server/pom.xml
index 7ec705c698..04543218b0 100644
--- a/samples/standalone/webclient/http-server/pom.xml
+++ b/samples/standalone/webclient/http-server/pom.xml
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/standalone/webclient/pom.xml b/samples/standalone/webclient/pom.xml
index 1047db154c..c010d242b3 100644
--- a/samples/standalone/webclient/pom.xml
+++ b/samples/standalone/webclient/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-samples-standalone
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
@@ -19,7 +19,7 @@
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/standalone/yml/http-client/pom.xml b/samples/standalone/yml/http-client/pom.xml
index 77ecbb6b7d..dc5df2891f 100644
--- a/samples/standalone/yml/http-client/pom.xml
+++ b/samples/standalone/yml/http-client/pom.xml
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
diff --git a/samples/standalone/yml/http-server/gradle.properties b/samples/standalone/yml/http-server/gradle.properties
index 5f3a3dda8c..e0ba8cea78 100644
--- a/samples/standalone/yml/http-server/gradle.properties
+++ b/samples/standalone/yml/http-server/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.daemon=false
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
BOM_VERSION=Greenwich.BUILD-SNAPSHOT
diff --git a/samples/standalone/yml/http-server/pom.xml b/samples/standalone/yml/http-server/pom.xml
index 0b6a802b0e..5f1a2a72e9 100644
--- a/samples/standalone/yml/http-server/pom.xml
+++ b/samples/standalone/yml/http-server/pom.xml
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
Greenwich.BUILD-SNAPSHOT
diff --git a/samples/standalone/yml/pom.xml b/samples/standalone/yml/pom.xml
index 4d1920b09e..b309b1b0ae 100644
--- a/samples/standalone/yml/pom.xml
+++ b/samples/standalone/yml/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-samples-standalone
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
@@ -19,7 +19,7 @@
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/wiremock-jetty/pom.xml b/samples/wiremock-jetty/pom.xml
index 81b790bf41..cd614faf50 100644
--- a/samples/wiremock-jetty/pom.xml
+++ b/samples/wiremock-jetty/pom.xml
@@ -5,7 +5,7 @@
4.0.0
wiremock-jetty
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
jar
wiremock-jetty
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/wiremock-native/pom.xml b/samples/wiremock-native/pom.xml
index 307b7330fc..83af687cc4 100644
--- a/samples/wiremock-native/pom.xml
+++ b/samples/wiremock-native/pom.xml
@@ -5,7 +5,7 @@
4.0.0
wiremock-native
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
jar
wiremock-native
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/wiremock-tomcat/pom.xml b/samples/wiremock-tomcat/pom.xml
index 03c7d377f3..11536abb39 100644
--- a/samples/wiremock-tomcat/pom.xml
+++ b/samples/wiremock-tomcat/pom.xml
@@ -5,7 +5,7 @@
4.0.0
wiremock-tomcat
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
jar
wiremock-tomcat
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/wiremock-undertow-ssl/pom.xml b/samples/wiremock-undertow-ssl/pom.xml
index 29ec4f62a9..b4e723b871 100644
--- a/samples/wiremock-undertow-ssl/pom.xml
+++ b/samples/wiremock-undertow-ssl/pom.xml
@@ -5,7 +5,7 @@
4.0.0
wiremock-undertow-ssl
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
jar
wiremock-undertow-ssl
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/wiremock-undertow/pom.xml b/samples/wiremock-undertow/pom.xml
index 5342c2985d..64f7cc9e49 100644
--- a/samples/wiremock-undertow/pom.xml
+++ b/samples/wiremock-undertow/pom.xml
@@ -5,7 +5,7 @@
4.0.0
wiremock-undertow
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
jar
wiremock-undertow
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/samples/wiremock/pom.xml b/samples/wiremock/pom.xml
index 387e8b3e99..e96d869988 100644
--- a/samples/wiremock/pom.xml
+++ b/samples/wiremock/pom.xml
@@ -5,7 +5,7 @@
4.0.0
wiremock
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
jar
wiremock
@@ -14,14 +14,14 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
UTF-8
1.8
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-dependencies/pom.xml b/spring-cloud-contract-dependencies/pom.xml
index 64a37b26a8..3b521d53a7 100644
--- a/spring-cloud-contract-dependencies/pom.xml
+++ b/spring-cloud-contract-dependencies/pom.xml
@@ -10,7 +10,7 @@
spring-cloud-contract-dependencies
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
pom
spring-cloud-contract-dependencies
Spring Cloud Contract Dependencies
diff --git a/spring-cloud-contract-shade/pom.xml b/spring-cloud-contract-shade/pom.xml
index a9aeec5eba..7b5dbe5199 100644
--- a/spring-cloud-contract-shade/pom.xml
+++ b/spring-cloud-contract-shade/pom.xml
@@ -15,7 +15,7 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-shade
diff --git a/spring-cloud-contract-spec/pom.xml b/spring-cloud-contract-spec/pom.xml
index f579dd0398..a6b50e00ff 100644
--- a/spring-cloud-contract-spec/pom.xml
+++ b/spring-cloud-contract-spec/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-spec
diff --git a/spring-cloud-contract-starters/pom.xml b/spring-cloud-contract-starters/pom.xml
index e8b1a5bfdf..fd5affa58c 100644
--- a/spring-cloud-contract-starters/pom.xml
+++ b/spring-cloud-contract-starters/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
diff --git a/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner-jetty/pom.xml b/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner-jetty/pom.xml
index ffcc0eff1e..93a196c04c 100644
--- a/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner-jetty/pom.xml
+++ b/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner-jetty/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-starters
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-starter-contract-stub-runner-jetty
diff --git a/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner/pom.xml b/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner/pom.xml
index e694ebe8db..62d9b1cbb7 100644
--- a/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner/pom.xml
+++ b/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner/pom.xml
@@ -23,7 +23,7 @@
org.springframework.cloud
spring-cloud-contract-starters
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-starter-contract-stub-runner
diff --git a/spring-cloud-contract-starters/spring-cloud-starter-contract-verifier/pom.xml b/spring-cloud-contract-starters/spring-cloud-starter-contract-verifier/pom.xml
index cee4b15f0f..cb76134dcf 100644
--- a/spring-cloud-contract-starters/spring-cloud-starter-contract-verifier/pom.xml
+++ b/spring-cloud-contract-starters/spring-cloud-starter-contract-verifier/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-starters
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-starter-contract-verifier
diff --git a/spring-cloud-contract-stub-runner-boot/pom.xml b/spring-cloud-contract-stub-runner-boot/pom.xml
index 92dda0b08a..cd96da876c 100644
--- a/spring-cloud-contract-stub-runner-boot/pom.xml
+++ b/spring-cloud-contract-stub-runner-boot/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-boot
diff --git a/spring-cloud-contract-stub-runner/pom.xml b/spring-cloud-contract-stub-runner/pom.xml
index 736349fbb7..ec5fa90c44 100644
--- a/spring-cloud-contract-stub-runner/pom.xml
+++ b/spring-cloud-contract-stub-runner/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner
diff --git a/spring-cloud-contract-tools/pom.xml b/spring-cloud-contract-tools/pom.xml
index 705756f453..e26fc92907 100644
--- a/spring-cloud-contract-tools/pom.xml
+++ b/spring-cloud-contract-tools/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-converters/pom.xml b/spring-cloud-contract-tools/spring-cloud-contract-converters/pom.xml
index 481644ac8e..966e52a3fa 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-converters/pom.xml
+++ b/spring-cloud-contract-tools/spring-cloud-contract-converters/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tools
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-converters
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/gradle.properties b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/gradle.properties
index 1d6ca604e8..51304b8658 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/gradle.properties
+++ b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/gradle.properties
@@ -15,7 +15,7 @@
#
nexusUsername=
nexusPassword=
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
org.gradle.daemon=false
aetherVersion=1.1.0
springCloudBuildVersion=2.1.3.BUILD-SNAPSHOT
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/pom.xml b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/pom.xml
index 8d7b5a9127..681e87442a 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/pom.xml
+++ b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tools
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/bootSimple/gradle.properties b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/bootSimple/gradle.properties
index 8a2a54295f..2681cc2dd5 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/bootSimple/gradle.properties
+++ b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/bootSimple/gradle.properties
@@ -15,5 +15,5 @@
#
wiremockVersion=2.20.0
jsonAssertVersion=0.4.13
-verifierVersion=2.1.2.BUILD-SNAPSHOT
+verifierVersion=2.1.3.BUILD-SNAPSHOT
groovyVersion=2.4.15
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/sampleJerseyProject/gradle.properties b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/sampleJerseyProject/gradle.properties
index 808712790f..4cc2ee5258 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/sampleJerseyProject/gradle.properties
+++ b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/sampleJerseyProject/gradle.properties
@@ -15,5 +15,5 @@
#
wiremockVersion=2.20.0
jsonAssertVersion=0.4.13
-verifierVersion=2.1.2.BUILD-SNAPSHOT
-bootVersion=2.1.3.RELEASE
+verifierVersion=2.1.3.BUILD-SNAPSHOT
+bootVersion=2.1.6.RELEASE
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/sampleProject/gradle.properties b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/sampleProject/gradle.properties
index 808712790f..4cc2ee5258 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/sampleProject/gradle.properties
+++ b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/sampleProject/gradle.properties
@@ -15,5 +15,5 @@
#
wiremockVersion=2.20.0
jsonAssertVersion=0.4.13
-verifierVersion=2.1.2.BUILD-SNAPSHOT
-bootVersion=2.1.3.RELEASE
+verifierVersion=2.1.3.BUILD-SNAPSHOT
+bootVersion=2.1.6.RELEASE
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/scenarioProject/gradle.properties b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/scenarioProject/gradle.properties
index c6f712514d..ea1b101b6f 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/scenarioProject/gradle.properties
+++ b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/src/test/resources/functionalTest/scenarioProject/gradle.properties
@@ -15,6 +15,6 @@
#
wiremockVersion=2.20.0
jsonAssertVersion=0.4.13
-verifierVersion=2.1.2.BUILD-SNAPSHOT
-bootVersion=2.1.3.RELEASE
+verifierVersion=2.1.3.BUILD-SNAPSHOT
+bootVersion=2.1.6.RELEASE
groovyVersion=2.4.15
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/pom.xml b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/pom.xml
index a09725c1a8..73fcde37dd 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/pom.xml
+++ b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-tools
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
@@ -47,7 +47,7 @@
1.13.7
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
2016
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/complex-configuration/pom.xml b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/complex-configuration/pom.xml
index d6fee5576e..b8cd33951e 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/complex-configuration/pom.xml
+++ b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/complex-configuration/pom.xml
@@ -29,7 +29,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/different-module-configuration/module/pom.xml b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/different-module-configuration/module/pom.xml
index abd14e24db..bcf6040f93 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/different-module-configuration/module/pom.xml
+++ b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/different-module-configuration/module/pom.xml
@@ -29,7 +29,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/plugin-extension/pom.xml b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/plugin-extension/pom.xml
index 81ba005c2c..184dda4cb1 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/plugin-extension/pom.xml
+++ b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/plugin-extension/pom.xml
@@ -29,7 +29,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/spring-boot-groovy/pom.xml b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/spring-boot-groovy/pom.xml
index a8a1082fa5..525e7b11bd 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/spring-boot-groovy/pom.xml
+++ b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/spring-boot-groovy/pom.xml
@@ -29,7 +29,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/spring-boot-java/pom.xml b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/spring-boot-java/pom.xml
index 81ba005c2c..184dda4cb1 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/spring-boot-java/pom.xml
+++ b/spring-cloud-contract-tools/spring-cloud-contract-maven-plugin/src/test/projects/spring-boot-java/pom.xml
@@ -29,7 +29,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.3.RELEASE
+ 2.1.6.RELEASE
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-pact/pom.xml b/spring-cloud-contract-tools/spring-cloud-contract-pact/pom.xml
index c1ea5539c3..3aaba6ef9c 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-pact/pom.xml
+++ b/spring-cloud-contract-tools/spring-cloud-contract-pact/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tools
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-pact
diff --git a/spring-cloud-contract-verifier/pom.xml b/spring-cloud-contract-verifier/pom.xml
index d52f0362d0..84ca5afa79 100644
--- a/spring-cloud-contract-verifier/pom.xml
+++ b/spring-cloud-contract-verifier/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-verifier
diff --git a/spring-cloud-contract-wiremock/pom.xml b/spring-cloud-contract-wiremock/pom.xml
index 1f32d8477b..d9a10bc735 100644
--- a/spring-cloud-contract-wiremock/pom.xml
+++ b/spring-cloud-contract-wiremock/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-wiremock
diff --git a/tests/pom.xml b/tests/pom.xml
index e332c83c95..4bd1e6dc02 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-contract-parent
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
diff --git a/tests/samples-messaging-amqp/pom.xml b/tests/samples-messaging-amqp/pom.xml
index 33e2ddd261..6600be1af3 100644
--- a/tests/samples-messaging-amqp/pom.xml
+++ b/tests/samples-messaging-amqp/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-sample-amqp
diff --git a/tests/samples-messaging-camel/pom.xml b/tests/samples-messaging-camel/pom.xml
index 4419654d03..587d2fcb70 100644
--- a/tests/samples-messaging-camel/pom.xml
+++ b/tests/samples-messaging-camel/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-sample-camel
diff --git a/tests/samples-messaging-integration/pom.xml b/tests/samples-messaging-integration/pom.xml
index f6d020360a..9f51b5e811 100644
--- a/tests/samples-messaging-integration/pom.xml
+++ b/tests/samples-messaging-integration/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-sample-integration
diff --git a/tests/samples-messaging-stream/pom.xml b/tests/samples-messaging-stream/pom.xml
index 2b810fae53..a2c6883b16 100644
--- a/tests/samples-messaging-stream/pom.xml
+++ b/tests/samples-messaging-stream/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-sample-stream
diff --git a/tests/spring-cloud-contract-stub-runner-amqp/pom.xml b/tests/spring-cloud-contract-stub-runner-amqp/pom.xml
index e1df5c471d..6e8ee6c7c7 100644
--- a/tests/spring-cloud-contract-stub-runner-amqp/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-amqp/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-amqp
diff --git a/tests/spring-cloud-contract-stub-runner-boot-eureka/pom.xml b/tests/spring-cloud-contract-stub-runner-boot-eureka/pom.xml
index 90c19a7f0e..b68d2f4365 100644
--- a/tests/spring-cloud-contract-stub-runner-boot-eureka/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-boot-eureka/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-boot-eureka
diff --git a/tests/spring-cloud-contract-stub-runner-boot-zookeeper/pom.xml b/tests/spring-cloud-contract-stub-runner-boot-zookeeper/pom.xml
index f44bb9fd93..5eab826df6 100644
--- a/tests/spring-cloud-contract-stub-runner-boot-zookeeper/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-boot-zookeeper/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-boot-zookeeper
diff --git a/tests/spring-cloud-contract-stub-runner-camel/pom.xml b/tests/spring-cloud-contract-stub-runner-camel/pom.xml
index 62b8cd6334..efd34e6bdf 100644
--- a/tests/spring-cloud-contract-stub-runner-camel/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-camel/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-camel
diff --git a/tests/spring-cloud-contract-stub-runner-context-path/pom.xml b/tests/spring-cloud-contract-stub-runner-context-path/pom.xml
index 3adbae5b92..031e4aec15 100644
--- a/tests/spring-cloud-contract-stub-runner-context-path/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-context-path/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-context-path
diff --git a/tests/spring-cloud-contract-stub-runner-integration/pom.xml b/tests/spring-cloud-contract-stub-runner-integration/pom.xml
index 235d818d08..bf3f3cd173 100644
--- a/tests/spring-cloud-contract-stub-runner-integration/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-integration/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-integration
diff --git a/tests/spring-cloud-contract-stub-runner-moco-contract-jar/pom.xml b/tests/spring-cloud-contract-stub-runner-moco-contract-jar/pom.xml
index a661978c12..2353de0aa6 100644
--- a/tests/spring-cloud-contract-stub-runner-moco-contract-jar/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-moco-contract-jar/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-moco-contract-jar
diff --git a/tests/spring-cloud-contract-stub-runner-moco/pom.xml b/tests/spring-cloud-contract-stub-runner-moco/pom.xml
index d5eb127f58..77c47667a2 100644
--- a/tests/spring-cloud-contract-stub-runner-moco/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-moco/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-moco
diff --git a/tests/spring-cloud-contract-stub-runner-stream/pom.xml b/tests/spring-cloud-contract-stub-runner-stream/pom.xml
index 12c7827aed..373599d1e5 100644
--- a/tests/spring-cloud-contract-stub-runner-stream/pom.xml
+++ b/tests/spring-cloud-contract-stub-runner-stream/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-contract-tests
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
..
spring-cloud-contract-stub-runner-stream