Skip to content

Commit

Permalink
Merge pull request #659 from freefair/dependabot/gradle/examples/org.…
Browse files Browse the repository at this point in the history
…mockito-mockito-core-4.10.0

Bump mockito-core from 4.9.0 to 4.10.0 in /examples
  • Loading branch information
larsgrefer committed Dec 15, 2022
2 parents af507ce + 9a17b6e commit 72594f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -64,7 +64,7 @@ allprojects {
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
testImplementation 'org.mockito:mockito-core:4.9.0'
testImplementation 'org.mockito:mockito-core:4.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}

Expand Down

0 comments on commit 72594f7

Please sign in to comment.