diff --git a/client/pom.xml b/client/pom.xml index 509f836..b9eb186 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -11,7 +11,6 @@ UTF-8 5.10.1 - 5.8.0 3.1.9 25.0.1 @@ -92,9 +91,9 @@ test - org.mockito - mockito-core - ${version.mockito} + org.wiremock + wiremock + 3.3.1 test diff --git a/commons/pom.xml b/commons/pom.xml index f48fbcf..0c4e972 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -11,7 +11,6 @@ UTF-8 5.10.1 - 5.8.0 @@ -39,12 +38,6 @@ ${version.junit} test - - org.mockito - mockito-core - ${version.mockito} - test - com.fasterxml.jackson.core jackson-databind