mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2025-02-21 19:20:09 +02:00
Bump org.mockito:mockito-core from 5.10.0 to 5.11.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.10.0...v5.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c9f000a789
commit
2ddc5a7221
@ -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.10.0')
|
||||
testImplementation('org.mockito:mockito-core:5.11.0')
|
||||
testImplementation('org.assertj:assertj-core:3.25.3')
|
||||
testImplementation('org.wiremock:wiremock:3.4.2')
|
||||
zip("sonarqube:sonarqube:${sonarqubeVersion}@zip")
|
||||
|
Loading…
x
Reference in New Issue
Block a user