diff --git a/services/Pricing/build.gradle b/services/Pricing/build.gradle index d148a6cc..7f0b4cca 100644 --- a/services/Pricing/build.gradle +++ b/services/Pricing/build.gradle @@ -111,7 +111,7 @@ dependencies { testImplementation 'au.com.dius.pact.consumer:junit5:4.6.14' testImplementation 'au.com.dius.pact.provider:junit5:4.6.12' - mockitoAgent "org.mockito:mockito-core:5.14.2" + mockitoAgent "org.mockito:mockito-core:5.15.2" //FIXME: added 3.9.0 only for the purpose of the bug: https://issues.apache.org/jira/browse/KAFKA-17121 implementation 'org.apache.kafka:kafka-clients:3.9.0+'