From 216e50e51e1b24bb64d9ae4acf45a207e2ea2281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 05:13:58 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 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](https://github.com/mockito/mockito/compare/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] --- cli/build.gradle | 2 +- gocd-file-based-secrets-plugin/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/build.gradle b/cli/build.gradle index 99d6bdd..e1f5573 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -22,5 +22,5 @@ dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher' - testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2' } diff --git a/gocd-file-based-secrets-plugin/build.gradle b/gocd-file-based-secrets-plugin/build.gradle index 68f8a22..2d0bcf3 100644 --- a/gocd-file-based-secrets-plugin/build.gradle +++ b/gocd-file-based-secrets-plugin/build.gradle @@ -48,7 +48,7 @@ dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher' - testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2' testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3' }