diff --git a/samples/standalone/contracts/com/example/server/pom.xml b/samples/standalone/contracts/com/example/server/pom.xml
index aba1b2f1f7..3d58e5de6e 100644
--- a/samples/standalone/contracts/com/example/server/pom.xml
+++ b/samples/standalone/contracts/com/example/server/pom.xml
@@ -22,7 +22,7 @@
UTF-8
1.8
3.1.2-SNAPSHOT
- 2021.0.1-SNAPSHOT
+ 2021.0.2-SNAPSHOT
true
diff --git a/samples/standalone/dsl/http-client/gradle.properties b/samples/standalone/dsl/http-client/gradle.properties
index 7bf4b09fde..598f74ae65 100644
--- a/samples/standalone/dsl/http-client/gradle.properties
+++ b/samples/standalone/dsl/http-client/gradle.properties
@@ -1,3 +1,3 @@
org.gradle.daemon=false
-BOM_VERSION=2021.0.1-SNAPSHOT
-bootVersion=2.6.3
\ No newline at end of file
+BOM_VERSION=2021.0.2-SNAPSHOT
+bootVersion=2.6.3
diff --git a/samples/standalone/dsl/http-server/gradle.properties b/samples/standalone/dsl/http-server/gradle.properties
index 0cae477ca7..67f2db7c29 100644
--- a/samples/standalone/dsl/http-server/gradle.properties
+++ b/samples/standalone/dsl/http-server/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=3.1.2-SNAPSHOT
-BOM_VERSION=2021.0.1-SNAPSHOT
-bootVersion=2.6.3
\ No newline at end of file
+BOM_VERSION=2021.0.2-SNAPSHOT
+bootVersion=2.6.3
diff --git a/samples/standalone/dsl/http-server/pom.xml b/samples/standalone/dsl/http-server/pom.xml
index 65da259ce3..b9e73d7a3d 100644
--- a/samples/standalone/dsl/http-server/pom.xml
+++ b/samples/standalone/dsl/http-server/pom.xml
@@ -22,7 +22,7 @@
UTF-8
1.8
3.1.2-SNAPSHOT
- 2021.0.1-SNAPSHOT
+ 2021.0.2-SNAPSHOT
diff --git a/samples/standalone/restdocs/http-client/gradle.properties b/samples/standalone/restdocs/http-client/gradle.properties
index 0cae477ca7..67f2db7c29 100644
--- a/samples/standalone/restdocs/http-client/gradle.properties
+++ b/samples/standalone/restdocs/http-client/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=3.1.2-SNAPSHOT
-BOM_VERSION=2021.0.1-SNAPSHOT
-bootVersion=2.6.3
\ No newline at end of file
+BOM_VERSION=2021.0.2-SNAPSHOT
+bootVersion=2.6.3
diff --git a/samples/standalone/restdocs/http-server/gradle.properties b/samples/standalone/restdocs/http-server/gradle.properties
index 0cae477ca7..67f2db7c29 100644
--- a/samples/standalone/restdocs/http-server/gradle.properties
+++ b/samples/standalone/restdocs/http-server/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=3.1.2-SNAPSHOT
-BOM_VERSION=2021.0.1-SNAPSHOT
-bootVersion=2.6.3
\ No newline at end of file
+BOM_VERSION=2021.0.2-SNAPSHOT
+bootVersion=2.6.3
diff --git a/samples/standalone/webclient/http-client/gradle.properties b/samples/standalone/webclient/http-client/gradle.properties
index 0cae477ca7..67f2db7c29 100644
--- a/samples/standalone/webclient/http-client/gradle.properties
+++ b/samples/standalone/webclient/http-client/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=3.1.2-SNAPSHOT
-BOM_VERSION=2021.0.1-SNAPSHOT
-bootVersion=2.6.3
\ No newline at end of file
+BOM_VERSION=2021.0.2-SNAPSHOT
+bootVersion=2.6.3
diff --git a/samples/standalone/webclient/http-server/gradle.properties b/samples/standalone/webclient/http-server/gradle.properties
index 0cae477ca7..67f2db7c29 100644
--- a/samples/standalone/webclient/http-server/gradle.properties
+++ b/samples/standalone/webclient/http-server/gradle.properties
@@ -1,4 +1,4 @@
org.gradle.daemon=false
verifierVersion=3.1.2-SNAPSHOT
-BOM_VERSION=2021.0.1-SNAPSHOT
-bootVersion=2.6.3
\ No newline at end of file
+BOM_VERSION=2021.0.2-SNAPSHOT
+bootVersion=2.6.3
diff --git a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle
index a0edb58995..c10ecd6466 100644
--- a/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle
+++ b/spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle
@@ -67,9 +67,9 @@ dependencies {
implementation "com.jcraft:jsch.agentproxy.jsch:${jschVersion}"
implementation "com.jcraft:jsch.agentproxy.sshagent:${jschVersion}"
implementation "com.jcraft:jsch.agentproxy.usocket-jna:${jschVersion}"
- implementation "com.fasterxml.jackson.core:jackson-databind:2.11.4"
+ implementation "com.fasterxml.jackson.core:jackson-databind:2.13.2.2"
- implementation "org.springframework:spring-core:5.3.9"
+ implementation "org.springframework:spring-core:5.3.18"
implementation("org.springframework.cloud:spring-cloud-contract-shade:${project.version}")
api("org.springframework.cloud:spring-cloud-contract-stub-runner:${project.version}") {
exclude(group: '*')