From 11398ca0cb435de08fe9ab6397a04686e1f28c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:16:36 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-core from 5.13.0 to 5.14.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.13.0 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.13.0...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 213a8cc..b8395e9 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,7 @@ dependencies { exclude(group: "org.hamcrest", module: "hamcrest-core") } testImplementation("org.hamcrest:hamcrest-all:1.3") - testImplementation("org.mockito:mockito-core:5.13.0") + testImplementation("org.mockito:mockito-core:5.14.2") testImplementation("org.mockito:mockito-all:1.10.19") testImplementation("org.apache.kafka:connect-json:$kafkaVersion")