From 4fc25207a4645830e6b9660689ffe8adde6a20ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:04:15 +0100 Subject: [PATCH] Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 in /services/Pricing (#233) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.2 to 5.15.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- services/Pricing/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+'