Skip to content

Commit

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

Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0
  • Loading branch information
tomakehurst committed Aug 23, 2023
2 parents 51700a4 + 471d454 commit 6072223
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 @@ -106,7 +106,7 @@ dependencies {
testImplementation "org.hamcrest:hamcrest-core:2.2"
testImplementation "org.hamcrest:hamcrest-library:2.2"
testImplementation 'org.mockito:mockito-core:5.5.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.4.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
testImplementation "net.javacrumbs.json-unit:json-unit:$versions.jsonUnit"
testImplementation "org.skyscreamer:jsonassert:1.2.3"
testImplementation 'com.toomuchcoding.jsonassert:jsonassert:0.6.2'
Expand Down

0 comments on commit 6072223

Please sign in to comment.