diff --git a/pom.xml b/pom.xml index 9edea92eca..b61f00d212 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,7 @@ 4.2.0 2.26.0 1.17.5 + 2.2 4.0.0 @@ -491,6 +492,11 @@ junit-jupiter ${testcontainers.version} + + org.hamcrest + hamcrest + ${hamcrest.version} + diff --git a/spring-cloud-contract-wiremock/pom.xml b/spring-cloud-contract-wiremock/pom.xml index 35f1946aac..63805f4084 100644 --- a/spring-cloud-contract-wiremock/pom.xml +++ b/spring-cloud-contract-wiremock/pom.xml @@ -95,6 +95,11 @@ assertj-core compile + + org.hamcrest + hamcrest + compile + org.springframework.boot spring-boot-configuration-processor