Skip to content

Commit

Permalink
Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 in /services/Pric…
Browse files Browse the repository at this point in the history
…ing (#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](mockito/mockito@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 4293a09 commit 4fc2520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/Pricing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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+'
Expand Down

0 comments on commit 4fc2520

Please sign in to comment.