From db5c7819e15e978eec610f8b3262d9fc039f0ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:31:59 +0000 Subject: [PATCH] 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 1564d804..2b4d78b6 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ tasks.withType(JavaCompile) { dependencies { compileOnly(fileTree(dir: sonarLibraries, include: '**/*.jar', exclude: 'extensions/*.jar')) testImplementation(fileTree(dir: sonarLibraries, include: '**/*.jar', exclude: 'extensions/*.jar')) - testImplementation('org.mockito:mockito-core:5.13.0') + testImplementation('org.mockito:mockito-core:5.14.2') testImplementation('org.assertj:assertj-core:3.26.3') testImplementation('org.wiremock:wiremock:3.9.2') zip("sonarqube:sonarqube:${sonarqubeVersion}@zip")