From 476b160ff0ac15300241931615e2f64ebc3001ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 02:09:02 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.7.0...v5.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gocd-filebased-authentication-plugin/build.gradle | 2 +- gocdpasswd/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gocd-filebased-authentication-plugin/build.gradle b/gocd-filebased-authentication-plugin/build.gradle index 2010437..6b620d9 100644 --- a/gocd-filebased-authentication-plugin/build.gradle +++ b/gocd-filebased-authentication-plugin/build.gradle @@ -32,7 +32,7 @@ dependencies { testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params' 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.7.0' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0' testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.1' } diff --git a/gocdpasswd/build.gradle b/gocdpasswd/build.gradle index cad5f7b..0d8f270 100644 --- a/gocdpasswd/build.gradle +++ b/gocdpasswd/build.gradle @@ -23,7 +23,7 @@ dependencies { testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine' testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher' testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' - testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.7.0' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0' } test {