Skip to content

Commit 1104932

Browse files
Update dependency org.mockito:mockito-core to v5
1 parent 266e2e4 commit 1104932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test.finalizedBy jacocoTestReport
6868
dependencies {
6969
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
7070
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2'
71-
testImplementation 'org.mockito:mockito-core:4.9.0'
71+
testImplementation 'org.mockito:mockito-core:5.20.0'
7272
testImplementation 'org.assertj:assertj-core:3.10.0'
7373
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
7474
compileOnly 'org.sonarsource.api.plugin:sonar-plugin-api:9.13.0.360'

its/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = 'SonarQube JaCoCo :: Integration Tests'
77
dependencies {
88
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
99
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2'
10-
testImplementation 'org.mockito:mockito-core:1.10.19'
10+
testImplementation 'org.mockito:mockito-core:5.20.0'
1111
testImplementation 'org.assertj:assertj-core:3.10.0'
1212
testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit4:5.5.0.2535'
1313
testImplementation 'org.sonarsource.sonarqube:sonar-ws:6.7'

0 commit comments

Comments
 (0)