Skip to content

Commit b2b2beb

Browse files
Update dependency org.mockito:mockito-core to v5
1 parent 81789ca commit b2b2beb

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
@@ -55,7 +55,7 @@ dependencies {
5555
testImplementation('org.junit.jupiter:junit-jupiter')
5656
testImplementation('org.junit.jupiter:junit-jupiter-migrationsupport')
5757
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
58-
testImplementation('org.mockito:mockito-core:4.9.0')
58+
testImplementation('org.mockito:mockito-core:5.20.0')
5959
testImplementation('org.assertj:assertj-core:3.10.0')
6060
compileOnly('com.google.code.findbugs:jsr305:3.0.2')
6161
compileOnly('org.sonarsource.api.plugin:sonar-plugin-api:9.17.0.587')

its/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
testImplementation('org.junit.jupiter:junit-jupiter')
1010
testImplementation('org.junit.jupiter:junit-jupiter-migrationsupport')
1111
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
12-
testImplementation('org.mockito:mockito-core:1.10.19')
12+
testImplementation('org.mockito:mockito-core:5.20.0')
1313
testImplementation('org.assertj:assertj-core:3.10.0')
1414
testImplementation('org.sonarsource.orchestrator:sonar-orchestrator-junit4:6.0.1.3892')
1515
testImplementation('org.sonarsource.sonarqube:sonar-ws:6.7')

0 commit comments

Comments
 (0)