Skip to content

Commit 4d4c2ac

Browse files
authored
Merge pull request #49 from hmcts/renovate/major-mockito-monorepo
Update dependency org.mockito:mockito-junit-jupiter to v5
2 parents 3b66184 + 976d1e2 commit 4d4c2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ dependencies {
153153
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: versions.junitJupiter
154154
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
155155

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

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

0 commit comments

Comments
 (0)