Skip to content

Commit

Permalink
Merge pull request #166 from hmcts/renovate/mockito-monorepo
Browse files Browse the repository at this point in the history
Update dependency org.mockito:mockito-core to v5.13.0
  • Loading branch information
priyankaVerma21 authored Sep 2, 2024
2 parents 0792169 + a8d7a1e commit 5bda24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def versions = [
jjwt : '0.12.6',
jupiter : '5.10.2',
lombok : '1.18.34',
mockito : '5.12.0',
mockito : '5.13.0',
springBoot : '3.3.3'
]

Expand All @@ -128,7 +128,7 @@ dependencies {
runtimeOnly group: 'io.jsonwebtoken', name: 'jjwt-jackson', version: versions.jjwt

testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: versions.springBoot
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.13.0'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.jupiter
Expand Down

0 comments on commit 5bda24f

Please sign in to comment.