Skip to content

Commit

Permalink
Bump org.mockito:mockito-inline in /data-prepper-plugins/kafka-plugins
Browse files Browse the repository at this point in the history
Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.1.0 to 5.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 6c11f9d commit a8c8741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-prepper-plugins/kafka-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ dependencies {
implementation 'software.amazon.awssdk:s3'
implementation 'software.amazon.awssdk:apache-client'

testImplementation 'org.mockito:mockito-inline:4.1.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.yaml:snakeyaml:2.0'
testImplementation testLibs.spring.test
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
testImplementation project(':data-prepper-test-common')
testImplementation project(':data-prepper-plugins:blocking-buffer')
testImplementation project(':data-prepper-core')
testImplementation 'org.mockito:mockito-inline:4.1.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.apache.kafka:kafka_2.13:3.4.0'
testImplementation 'org.apache.kafka:kafka_2.13:3.4.0:test'
testImplementation 'org.apache.curator:curator-test:5.5.0'
Expand Down

0 comments on commit a8c8741

Please sign in to comment.