Skip to content

Commit

Permalink
Merge pull request wiremock#2589 from wiremock/dependabot/gradle/org.…
Browse files Browse the repository at this point in the history
…mockito-mockito-core-5.10.0

Bump org.mockito:mockito-core from 5.9.0 to 5.10.0
  • Loading branch information
leeturner authored Jan 25, 2024
2 parents deb8007 + ea46c1c commit 791bc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {

testImplementation "org.hamcrest:hamcrest-core:2.2"
testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation 'org.mockito:mockito-core:5.9.0'
testImplementation 'org.mockito:mockito-core:5.10.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
testImplementation "net.javacrumbs.json-unit:json-unit:$versions.jsonUnit"
testImplementation "org.skyscreamer:jsonassert:1.2.3"
Expand Down

0 comments on commit 791bc24

Please sign in to comment.