Skip to content

Commit

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

Bump org.mockito:mockito-core from 5.4.0 to 5.5.0
  • Loading branch information
tomakehurst committed Aug 23, 2023
2 parents fddb5d7 + dfa98bc commit 51700a4
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 @@ -105,7 +105,7 @@ dependencies {

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

0 comments on commit 51700a4

Please sign in to comment.