mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2025-02-15 13:53:09 +02:00
Bump mockito-core from 4.4.0 to 4.6.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.4.0 to 4.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.6.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
f158223a68
commit
d27d0b614a
@ -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:4.4.0')
|
||||
testImplementation('org.mockito:mockito-core:4.6.0')
|
||||
testImplementation('org.assertj:assertj-core:3.22.0')
|
||||
testImplementation('com.github.tomakehurst:wiremock:2.27.2')
|
||||
zip("sonarqube:sonarqube:${sonarqubeVersion}@zip")
|
||||
|
Loading…
x
Reference in New Issue
Block a user