From e4ec4ac9a0cd8b3612af2b9cb970cfddc837564a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 17:12:41 +0000 Subject: [PATCH] Bump org.mockito:mockito-inline from 4.1.0 to 5.2.0 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](https://github.com/mockito/mockito/compare/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] --- data-prepper-plugins/kafka-plugins/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-prepper-plugins/kafka-plugins/build.gradle b/data-prepper-plugins/kafka-plugins/build.gradle index f20e4928a8..ddc499e9ac 100644 --- a/data-prepper-plugins/kafka-plugins/build.gradle +++ b/data-prepper-plugins/kafka-plugins/build.gradle @@ -19,13 +19,13 @@ dependencies { implementation 'io.confluent:kafka-avro-serializer:7.3.3' implementation 'io.confluent:kafka-schema-registry-client:7.3.3' implementation 'io.confluent:kafka-schema-registry:7.3.3:tests' - 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.14.2' testImplementation project(':data-prepper-test-common') testImplementation project(':data-prepper-plugins:blocking-buffer') - 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'