Skip to content

Commit

Permalink
Merge pull request #49 from hmcts/renovate/major-mockito-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.mockito:mockito-junit-jupiter to v5
  • Loading branch information
Michael1142 committed Aug 24, 2023
2 parents 3b66184 + 976d1e2 commit 4d4c2ac
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 @@ -153,7 +153,7 @@ dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: versions.junitJupiter
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'

testImplementation 'org.mockito:mockito-junit-jupiter:2.28.2'
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
testImplementation 'ru.lanwen.wiremock:wiremock-junit5:1.3.1'

testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.33.2'
Expand Down

0 comments on commit 4d4c2ac

Please sign in to comment.