mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2024-11-24 08:42:28 +02:00
Bump mockito-core from 4.6.0 to 4.6.1
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
28c0d95f9a
commit
24da20e855
@ -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.6.0')
|
||||
testImplementation('org.mockito:mockito-core:4.6.1')
|
||||
testImplementation('org.assertj:assertj-core:3.23.1')
|
||||
testImplementation('com.github.tomakehurst:wiremock:2.27.2')
|
||||
zip("sonarqube:sonarqube:${sonarqubeVersion}@zip")
|
||||
|
Loading…
Reference in New Issue
Block a user