Skip to content

Commit b7426ec

Browse files
authored
Merge pull request #592 from freefair/dependabot/gradle/org.mockito-mockito-core-4.8.0
Bump mockito-core from 4.7.0 to 4.8.0
2 parents ae52c3b + 91be1d2 commit b7426ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ allprojects {
6464
testImplementation 'org.assertj:assertj-core:3.23.1'
6565
testImplementation 'org.junit.jupiter:junit-jupiter-api'
6666
testImplementation 'org.junit.jupiter:junit-jupiter-params'
67-
testImplementation 'org.mockito:mockito-core:4.7.0'
67+
testImplementation 'org.mockito:mockito-core:4.8.0'
6868
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
6969
}
7070

0 commit comments

Comments
 (0)