Skip to content

Commit c14a1a5

Browse files
dependabot[bot]mc1arke
authored andcommitted
Bump org.mockito:mockito-core from 5.22.0 to 5.23.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.22.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.22.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fd3aae commit c14a1a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
customTestRuntime('org.kohsuke:github-api-unbridged:1.330')
6666
compileOnly(fileTree(dir: sonarLibraries, include: '**/*.jar', exclude: 'extensions/*.jar'))
6767
testImplementation(fileTree(dir: sonarLibraries, include: '**/*.jar', exclude: 'extensions/*.jar'))
68-
testImplementation('org.mockito:mockito-core:5.22.0')
68+
testImplementation('org.mockito:mockito-core:5.23.0')
6969
testImplementation('org.assertj:assertj-core:3.27.7')
7070
testImplementation('org.wiremock:wiremock:3.13.2')
7171
zip("sonarqube:sonarqube:${sonarqubeVersion}@zip")

0 commit comments

Comments
 (0)